v0.2.0 - New `TriangleMesh.mask` attribute and refactored `assemble_paths`
This new release contains important changes, including breaking changes. Please refer to the changelog page on the documentation website for all details.
What's Changed
- chore(deps): update pre-commit hooks by @github-actions[bot] in #285
- chore(deps): update pre-commit hooks by @github-actions[bot] in #286
- feat(lib): add
TriangleMesh.mask
attribute by @jeertmans in #287 - chore(lib): refactor
__version__
and add__version_info__
tuple by @jeertmans in #288 - refactor(lib): simplified
assemble_paths
by @jeertmans in #289
Full Changelog: v0.1.2...v0.2.0