pyflagser version 0.4.0
Release 0.4.0
Major Features and Improvements
flagser_count_unweighted
andflagser_count_weighted
were added to provide fast computations of simplex counts per dimension.flagser_unweighted
andflagser_weighted
's performance was improved whencoeff
is 2 by using a compiled version of C++flagser
without theUSE_COEFFICIENTS
flag.- All C++ library files were moved to
pyflagser/modules/
upon compilation. - The documentation of
flagser_unweighted
andflagser_weighted
was further improved. - Python bindings were made clearer, and documented for future maintenance.
Bug Fixes
- A bug was fixed which caused
flagser_unweighted
andflagser_weighted
's output persistence diagrams to be of shape(0,)
instead of(0, 2)
if empty.
Backwards-Incompatible Changes
None.
Thanks to our Contributors
This release contains contributions from many people:
Guillaume Tauzin, Umberto Lupo, and Julian Burella Pérez.
We are also grateful to all who filed issues or helped resolve them, asked and
answered questions, and were part of inspiring discussions.