Skip to content

Commit 7c8b5ff

Browse files
authored
Merge pull request #1479 from compas-dev/gh_header
YAK package rename + min version update in GH header
2 parents d9be60a + 8df4246 commit 7c8b5ff

File tree

8 files changed

+10
-6
lines changed

8 files changed

+10
-6
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1111

1212
### Changed
1313

14+
* Updated minimum library version to `2.14.1` in Rhino8 GH components.
15+
* Changed name of YAK package from `bluejay` to `compas`.
16+
1417
### Removed
1518

1619

src/compas_ghpython/components_cpython/Compas_FromJson/code.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# r: compas>=2.8.1
1+
# r: compas>=2.14.1
22
"""
33
Deserializes JSON into COMPAS objects.
44
"""

src/compas_ghpython/components_cpython/Compas_Info/code.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# r: compas>=2.8.1
1+
# r: compas>=2.14.1
22
"""
33
Displays information about the active COMPAS environment.
44
"""

src/compas_ghpython/components_cpython/Compas_RpcCall/code.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# r: compas>=2.8.1
1+
# r: compas>=2.14.1
22
"""
33
Remote Procedure Call: to invoke Python functions outside of Rhino, in the context of the CPython interpreter.
44
"""

src/compas_ghpython/components_cpython/Compas_ToJson/code.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# r: compas>=2.8.1
1+
# r: compas>=2.14.1
22
"""
33
Serializes COMPAS objects to JSON.
44
"""

src/compas_ghpython/components_cpython/Compas_ToRhinoGeometry/code.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# r: compas>=2.8.1
1+
# r: compas>=2.14.1
22
"""
33
Draws COMPAS geometry in Grasshopper.
44
"""

src/compas_ghpython/yak_template/manifest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: bluejay
1+
name: compas
22
version: {{ version }}
33
authors:
44
- tom van mele et. al.

tasks.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
build.build_cpython_ghuser_components,
2727
grasshopper.yakerize,
2828
grasshopper.publish_yak,
29+
grasshopper.update_gh_header,
2930
)
3031
ns.configure(
3132
{

0 commit comments

Comments
 (0)