We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5386bf5 commit 345344aCopy full SHA for 345344a
CHANGELOG.md
@@ -20,8 +20,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
20
* Changed `is_windows` to work for CPython and IronPython.
21
* Changed `compas._os` functions to use `is_windows`, `is_mono`, `is_osx`.
22
* Changed IronPython checks to `compas.IPY` instead of `compas.is_ironpython`.
23
+* Fixed data serialisation in `compas.datastructures.HalfFace`.
24
25
### Removed
26
+
27
* Removed all implementations of `draw_collection`.
28
29
0 commit comments