@@ -9,9 +9,57 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99
1010### Added
1111
12+ * Added ` compas_plotters.artists.NetworkArtist.draw_nodelabels ` .
13+ * Added ` compas_plotters.artists.NetworkArtist.draw_edgelabels ` .
14+ * Added ` compas_plotters.Plotter.fontsize ` .
15+ * Added ` INSTALLED_VERSION ` variable to ` compas_rhino.install ` to interally inform rhino version context post-installation steps.
16+
17+ ### Changed
18+
19+ * Fixed bug in inheritance of ` compas_plotters.artists.NetworkArtist ` .
20+ * Changed ` compas_plotters.artists.MeshArtist.draw_edges ` to ignore edge direction for assignment of edge colors and widths.
21+ * Changed ` compas_plotters.artists.MeshArtist.draw_vertexlabels ` to use ` compas_plotters.Plotter.fontsize ` .
22+ * Changed ` compas_plotters.artists.MeshArtist.draw_edgelabels ` to use ` compas_plotters.Plotter.fontsize ` .
23+ * Changed ` compas_plotters.artists.MeshArtist.draw_facelabels ` to use ` compas_plotters.Plotter.fontsize ` .
24+
25+ ### Removed
26+
27+
28+ ## [ 1.13.2] 2021-12-11
29+
30+ ### Added
31+
32+ * Added ` compas_ghpython.fetch_ghio_lib ` to simplify the loading of Grasshopper's IO library for extension developers.
33+
34+ ### Changed
35+
36+ ### Removed
37+
38+
39+ ## [ 1.13.1] 2021-12-11
40+
41+ ### Added
42+
43+ ### Changed
44+
45+ * Fixed bug in ` Grasshopper ` plugin path on Windows.
46+ * Fixed bug in ` Grasshopper ` ` UserObjects ` uninstall.
47+
48+ ### Removed
49+
50+
51+ ## [ 1.13.0] 2021-12-10
52+
53+ ### Added
54+
1255* Added ` compas_rhino.DEFAULT_VERSION ` .
1356* Added ` clean ` option to ` compas_rhino.install ` to remove existing symlinks if they cannot be imported from the current environment.
14- * Added ` INSTALLED_VERSION ` variable to ` compas_rhino.install ` to interally inform rhino version context post-installation steps.
57+ * Added basic implementation of ` compas.datastructures.Assembly ` .
58+ * Added ` compas.is_grasshopper ` .
59+ * Added ` compas.GH ` .
60+ * Added ` compas.artists.Artist.CONTEXT ` .
61+ * Added ` compas.artists.Artist.AVAILABLE_CONTEXTS ` .
62+ * Added ` compas.artists.artist.register_artists ` pluggable.
1563
1664### Changed
1765
@@ -20,15 +68,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2068* Fixed error in parameter list of ` compas_rhino.geometry.curves.new_nurbscurve ` .
2169* Fixed error in parameter list of ` compas_rhino.geometry.curves.new_nurbscurve_from_interpolation ` .
2270* Fixed error in parameter list of ` compas_rhino.geometry.curves.new_nurbscurve_from_step ` .
23-
2471* Changed ` compas_rhino.install ` to remove broken symlinks.
2572* Changed ` compas_rhino.install ` to reinstall broken symlinks if they can be imported from the current environment.
2673* Changed ` compas_rhino.uninstall ` to remove broken symlinks.
2774* Changed ` compas_rhino.install_plugin ` to remove broken symlinks.
2875* Changed default Rhino version for installation to ` 7.0 ` .
76+ * Fixed bug in ` compas_ghpython ` related to importing ` Grasshopper ` prematurely.
77+ * Changed ` compas.artists.Artist.ITEM_ARTIST ` to context-based dict.
78+ * Changed ` compas_rhino.__init__.py ` functions.
79+ * Changed ` compas_ghpython.__init__.py ` functions.
80+ * Renamed ` compas_ghpython.get_grasshopper_plugin_path ` to ` compas_ghpython.get_grasshopper_managedplugin_path ` .
2981
3082### Removed
3183
84+ * Removed ` compas.artists.artist.new_artist ` pluggable.
85+
3286
3387## [ 1.12.2] 2021-11-30
3488
@@ -242,6 +296,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
242296* Added ` compas_rhino.geometry.RhinoCylinder ` .
243297* Added ` compas_rhino.geometry.RhinoPolyline ` .
244298* Added ` compas_rhino.geometry.RhinoSphere ` .
299+ * Added basic implementation of ` compas.datastructures.Assembly ` .
245300* Added ` meshes ` method to artists of ` compas.robots.RobotModel ` .
246301* Added ` FrameArtist ` class to ` compas_blender ` .
247302
0 commit comments