Releases: libigl/libigl-python-bindings
Releases · libigl/libigl-python-bindings
v2.5.4.dev0
This is a major breaking change with a complete rewrite of the bindings source code and the build system. |
What's Changed
- remove travis/azure; subsumed by pip build by @alecjacobson in #166
- igl::fit_cubic_bezier binding by @alecjacobson in #168
- Add blue_noise by @kulits in #175
- logic to use 3 cores on mac, 2 otherwise in github action by @alecjacobson in #171
- Download tests and tutorial data via python as needed (not in build cmake script) by @alecjacobson in #174
- harmonic_weights → harmonic by @alecjacobson in #169
- bump libigl to current; increment version to 2.5.0dev by @alecjacobson in #173
- CGAL module by @alecjacobson in #167
- Restore cgal test (
test_convex_hull
) by @alecjacobson in #181 - Remove unnecessary copy by @alecjacobson in #177
igl.triangle.triangulate
by @alecjacobson in #180- fix assertions for bbw by @alecjacobson in #183
- Basic AABB support; in_element; (req C++17) by @alecjacobson in #182
- Fix mkdocs to address #176 by @BruegelN in #187
- License and copyright headers by @alecjacobson in #199
- small changes for v2.5.0 by @alecjacobson in #205
- Adding a script to export igl assets from blender by @kishoreVen in #189
- touch up changed prototypes; bump libigl by @alecjacobson in #206
- make vector types actually vectors so new slice changes in libigl don't complain by @alecjacobson in #207
- _int,_long,_longlong -> _int32,_int64,❌ by @alecjacobson in #208
- tetgen module by @alecjacobson in #211
- writeMSH binding by @alecjacobson in #212
- bump libigl to v2.5.0 by @alecjacobson in #213
- Fix wheel building for
3.12
by @paddyroddy in #223 - Specify
python-version
by @paddyroddy in #224 - document fix: corrected typo of read_off function in the examples by @hyeonjang in #215
- bump libigl and update decimates by @alecjacobson in #239
- constraints by @alecjacobson in #241
- Remove nonexistent functions from docs by @DavidJourdan in #236
- [WIP] Complete rewrite of bindings with nanobind instead of numpyeigen+pybind11 by @alecjacobson in #243
New Contributors
- @kulits made their first contribution in #175
- @paddyroddy made their first contribution in #223
- @hyeonjang made their first contribution in #215
- @DavidJourdan made their first contribution in #236
Full Changelog: 2.4.1...2.5.4.dev0
2.4.1
2.2.1.1
2.2.1
Feature Complete
The python bindings are now feature-complete