Skip to content

Commit a9ff9c9

Browse files
committed
remove drx
1 parent c8c3b60 commit a9ff9c9

File tree

4 files changed

+6
-725
lines changed

4 files changed

+6
-725
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1818
* Added `compas.datastructures.VolMesh.from_meshgrid`.
1919
* Added `vertices_where`, `vertices_where_predicate`, `edges_where`, `edges_where_predicate` to `compas.datastructures.HalfFace`.
2020
* Added `faces_where`, `faces_where_predicate`, `cells_where`, `cells_where_predicate` to `compas.datastructures.HalfFace`.
21+
* Added `3.1` to supported versions for Blender installer.
2122

2223
### Changed
2324

@@ -33,9 +34,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3334
* Changed `compas_ghpython.artists.MeshArtist.draw_vertexlabels` to use the colors of the vertex color dict.
3435
* Changed `compas_ghpython.artists.MeshArtist.draw_edgelabels` to use the colors of the edge color dict.
3536
* Changed `compas_ghpython.artists.MeshArtist.draw_facelabels` to use the colors of the face color dict.
37+
* Fixed `compas_blender.uninstall`.
38+
* Changed `planarity` to optional requirement on all platforms.
39+
* Changed `numba` to optional requirement on all platforms.
3640

3741
### Removed
3842

43+
* Removed `compas.numerical.drx`.
44+
3945

4046
## [1.14.1] 2022-02-16
4147

src/compas/numerical/drx/__init__.py

Lines changed: 0 additions & 14 deletions
This file was deleted.

0 commit comments

Comments
 (0)