Releases: scikit-tda/ripser.py
Releases · scikit-tda/ripser.py
v0.6.12
v0.6.11
What's Changed
- Fixing AttributeError in drawLineColored function by @Luftalian in #152
- Fix cocycle notebook by @catanzaromj in #173
- Include python 3.13 in wheels by @catanzaromj in #187
New Contributors
- @Luftalian made their first contribution in #152
Full Changelog: v0.6.10...v0.6.11
v0.6.10
The 0.6.9
release does not include the python ripser
module. Hopefully this release corrects that.
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.