commit 6155388eee6cb656f4bcbd5aab7a6c769d39ee22
parent b82049cc5fa404a709d2b74f65f654c18c72e278
Author: Christophe Coustet <christophe.coustet@meso-star.com>
Date: Wed, 15 Oct 2025 16:19:39 +0200
Improve Release notes
Diffstat:
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/README.md b/README.md
@@ -27,6 +27,8 @@ Edit config.mk as needed, then run:
### Version 0.6
+This version breaks the API and brings an huge performance improvement (10 times
+and more on complex scenes).
- Add `scad_add_cone' and `scad_add_torus' API calls.
- API changes for geometry creation: geometry name is no longer provided to the
various add_<something> functions, that now create unnamed geometries; instead
@@ -50,7 +52,7 @@ Edit config.mk as needed, then run:
of all the entities involved in the geometry, regardless of their count (used
to return one center of mass per entity in the geometry).
- Rework the auto-sync feature (that manages sync events between gmsh and
- Open Cascade); this should greatly improve performance.
+ Open Cascade); this is the cause of the performance improvement.
- Rename enum members in capital letters.
- Upgrade gmsh dependency (to 1.14.1) and Open-Cascade dependency (to 7.9.1).
- Improve code robustness.