Skip to content

Releases: scikit-tda/ripser.py

v0.6.10

12 Jul 18:22
59610da
Compare
Choose a tag to compare

The 0.6.9 release does not include the python ripser module. Hopefully this release corrects that.

v0.6.9

11 Jul 18:55
64c7517
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.6.8...v0.6.9

Update CI actions

02 Mar 15:53
35e7baf
Compare
Choose a tag to compare

This release does not modify the code but updates the release procedure for building wheels and updating to PyPI.

Update CD release action

26 Feb 22:14
24c2f51
Compare
Choose a tag to compare

Attempting to fix the CD build failing.

Updating Python Versions

23 Feb 23:02
Compare
Choose a tag to compare

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

05 Feb 13:23
76da8ca
Compare
Choose a tag to compare

Fixing lower star bug for edges that come in at exactly 0

Fixing C++ imports

16 Aug 12:41
Compare
Choose a tag to compare
0.6.4

Updating workflow to include python 3.9

Lazy imports of visualization requirements

11 Aug 18:58
9d9b7c4
Compare
Choose a tag to compare

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

15 Mar 15:39
f784e1f
Compare
Choose a tag to compare
  • 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

16 Jul 14:30
Compare
Choose a tag to compare
  • Fixed packing so C++ is MSVC compatible.
  • Updated contact info.