diff --git a/RELEASE.txt b/RELEASE.txt index 9a1cf36..c9db8b4 100644 --- a/RELEASE.txt +++ b/RELEASE.txt @@ -1,3 +1,7 @@ +0.3.2 + - Update codebase to support python 3.7 - 3.12. + - Change `PersistenceLandscaper` API for sklearn compatibility. + 0.3.1 - Fixed bug with repeated intervals in bottleneck - Tidied up API for indicating matchings for bottleneck and wasserstein, and updated notebook diff --git a/persim/_version.py b/persim/_version.py index 260c070..f9aa3e1 100644 --- a/persim/_version.py +++ b/persim/_version.py @@ -1 +1 @@ -__version__ = "0.3.1" +__version__ = "0.3.2"