Replies: 1 comment 1 reply
-
Sorry for that breaking API change. We expect the API to be quite stable now. There may be changes to things like face id later, but we will bump the minor version number and write it in the release notes. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi folks, thanks for your great work on Manifold -- it's been extremely useful to us!
I'm wondering whether the Python API is expected to be stable within major version 3. Currently in our package we pin a specific version of
manifold3d
since its API has changed in minor versions: e.g.Manifold.from_mesh
was removed in 2.3 (without mention in the release notes!). If the Python API is not expected to break again without increasing the major version number (or failing that, the minor version number), we could relax our version constraint and allow our users to more easily benefit from new Manifold releases.Beta Was this translation helpful? Give feedback.
All reactions