Skip to content

v1.7.0

Choose a tag to compare

@felicio93 felicio93 released this 23 Dec 20:11
· 96 commits to main since this release
a9e2fa7

Version leading to OCSMesh v2.0.0.

This is the last OCSMesh version with Jigsaw dependencies.

MAJOR UPDATE ALERT - Upcoming OCSMesh 2.0.0
OCSMesh is going through significant architectural changes.
The current architecture will be depracated soon, among the upcoming changes we highlight:

  1. Mesh Engines (Jigsaw and Triangle) will become OPTIONAL dependencies.
    After version 2.0.0 you will have to install them manually.
  2. A new default mesh engine will be adopted to replace Jigsaw.
  3. 'jigsaw_msh_t' will be replaced by a new custom Python class called 'MeshData'.
  4. Functions operating on msh_t objects will be updated to support MeshData.
    This v1.7.0 is the last release version before OCSMesh 2.0.0.