Skip to content

Releases: scikit-tda/persim

Fix broken notebook, docs

06 Mar 13:36
a44f6eb
Compare
Choose a tag to compare

One of the notebooks was broken and the docs failed to build with it. This issue was first raised in #77

Fix bug in bottleneck

25 Feb 21:32
71187b2
Compare
Choose a tag to compare

This release fixes a bug in persim.bottleneck, initially raised in #70

Fix plotting methods, documentation

20 Feb 13:42
112665d
Compare
Choose a tag to compare

The plotting methods for Persistence Landscapes were lacking in a couple ways. This release
adds a depth_range parameter to the PL plotting methods so that only certain depths can be plotted.
Furthermore, the PL plots are returned as either matplotlib figures or axes so that the plots can be
manipulated further. We also removed deprecated matplotlib calls and added/fixed the documentation.

Add compatibility for python 3.12

19 Oct 18:05
e1fb188
Compare
Choose a tag to compare

Add compatibility for newer python versions up to 3.12

Persistence Landscapes implementation :D

15 Mar 15:35
fe5af88
Compare
Choose a tag to compare

Add implementations of Persistence Landscapes, including plotting methods, a transformer, and additional notebooks.

Thank you @calderds, @catanzaromj, and @gabbyangeloro for their hard work in this implementation!

Rewrite of Persistence Images

09 Jan 17:45
Compare
Choose a tag to compare

A beautiful new full featured implementation of persistence images has been added. PersImage is now deprecated and will be removed in future versions.

Bug fixes for empty diagrams

06 Feb 19:30
Compare
Choose a tag to compare
v0.1.2

Merge branch 'master' of https://github.com/scikit-tda/persim

Bug fix in distance computations

31 Aug 17:34
f8eb567
Compare
Choose a tag to compare

There was a small bug in the Bottleneck distance and Wasserstein distance where equal persistence diagrams had nonzero distance.

Add Wasserstein distance between diagrams

16 Jul 14:42
Compare
Choose a tag to compare
  • Adding Wasserstein distance between diagrams.
  • Reorganize location of matching visualizations.
  • Updating contact info.

Add readme and license to distribution

13 Jul 16:23
45304e4
Compare
Choose a tag to compare
Merge pull request #17 from scikit-tda/fix/add-manifest

Added MANIFEST.in to include license and README.