Releases: scikit-tda/ripser.py
Releases · scikit-tda/ripser.py
v0.6.10
v0.6.9
What's Changed
- Bump pypa/cibuildwheel from 2.18.1 to 2.19.1 by @dependabot in #164
- Update build process by @catanzaromj in #166
- Convert to pyproject style by @catanzaromj in #167
Full Changelog: v0.6.8...v0.6.9
Update CI actions
This release does not modify the code but updates the release procedure for building wheels and updating to PyPI.
Update CD release action
Attempting to fix the CD build failing.
Updating Python Versions
No software updates have been made, but I updated the matrix of supported python versions to 3.9, 3.10, 3.11, 3.12
Fixing lower star bug
Fixing lower star bug for edges that come in at exactly 0
Fixing C++ imports
0.6.4 Updating workflow to include python 3.9
Lazy imports of visualization requirements
This release moves the requirements for visualizations to be loaded lazily so users are not required to having functioning matplotlib dependencies for working with the library.
New faster hashmap backend
- Update C++ backend to commit 286d369 of ripser but keeping same functionalities
- Add support to robinhood hashmap into the C++ Backend
- Update CI in order to compile C++ with robinhood enable
- Enable Enclosing radius when threshold is set to infinity
MSVC Compatibility
- Fixed packing so C++ is MSVC compatible.
- Updated contact info.