You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
All notable changes to this project will be documented in this file.
4
+
5
+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
+
8
+
## 0.4.10
9
+
10
+
### Added
11
+
12
+
- Constrained and conforming Delaunay triangulations based on Triangle.
13
+
- Predicate-based filtering of vertices and edges.
14
+
15
+
### Changed
16
+
17
+
- Updated Rhino installation merging Win32 and Mac implementations and defaulting the bootstrapper to the active python even if no CONDA environment is active during install.
The **COMPAS** framework is an open-source, Python-based framework for computational research and collaboration in architecture, engineering and digital fabrication.
9
10
@@ -36,9 +37,6 @@ To verify your setup, start Python from the command line and run the following:
36
37
37
38
```
38
39
39
-
Alternatively, you can also install from source. Check the [documentation for more details](https://compas-dev.github.io/main/devguide.html).
40
-
41
-
42
40
## First Steps
43
41
44
42
*https://compas-dev.github.io/main/examples.html
@@ -59,7 +57,7 @@ If you find a bug, please help us solve it by [filing a report](https://github.c
59
57
60
58
## Contributing
61
59
62
-
If you want to contribute, check out our [developer guidelines](https://compas-dev.github.io/main/devguide.html).
60
+
If you want to contribute, check out the [contribution guidelines](https://compas-dev.github.io/main/contributions.html).
0 commit comments