Ripser.py Versions Save

A Lean Persistent Homology Library for Python

v0.6.8

2 months ago

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

v0.6.7

2 months ago

Attempting to fix the CD build failing.

0.6.6

2 months ago

No software updates have been made, but I updated the matrix of supported python versions to 3.9, 3.10, 3.11, 3.12

0.6.5

3 months ago

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

0.6.4

1 year ago

0.6.1

2 years ago

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.

0.6.0

3 years ago
  • 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

v0.4.1

4 years ago
  • Fixed packing so C++ is MSVC compatible.
  • Updated contact info.

v0.4.0

4 years ago

This version builds out the necessary infrastructure to package Ripser.py in Conda-Forge.

0.3.2

5 years ago
  • Added support for greedy permutations
  • Outsourced plotting to persim.
  • Outsourced data construction in examples to tadasets.
  • Revamped documentation.