v2.0.5
TL;DR Mostly bugfixes. And some optimizations to (non-vine) rank signed measure computations.
[Features]
- Slicer dimension pruning (similar to simplextree)
- Some documentation improvements, and type hints for slicer
__repr__
for slicer (to show the various options)
[Fixes]
- Invariant was sometimes not properly infered from other arguments
- Simplextree's copy was not complete
- Module Formatter doesn't default anymore to degrees 0,1 when degree is not given
- Consistence between simplextree and slicer methods
- Plot argument are now taken into account for rank signed measures
data
andgrids
modules are imported by default (small + frequently used)
[Optimizations]
- Persistence computations with the non-vine pipeline now ignore infinite simplices
- Automatic dimension pruning when computing low homological degrees
- Point cloud generation in higher dimensions
[Workflows]
- Faster workflow, available for external contribution (without exposing secrets)
- For windows builds : still needs some investigation