We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 803d7cc commit 8f5eb87Copy full SHA for 8f5eb87
RELEASE.txt
@@ -1,6 +1,9 @@
1
-0.1.4
+0.1.5
2
- Deprecated PersImage class with implementation of PersistenceImager
3
-
+
4
+0.1.4
5
+ - Migrate to a new CI/CD pipeline
6
7
0.1.3
8
- Fixing documentation
9
- Removed the float64 memory layout specification in the np.copy() function, that was causing an error when used with the 1.18+ versions of numpy
persim/_version.py
@@ -1 +1 @@
-__version__ = "0.1.4"
+__version__ = "0.1.5"
persim/images.py
@@ -19,7 +19,7 @@
19
20
@deprecated(
21
reason="""Replaced with the class :class:`persim.PersistenceImager`.""",
22
- version="0.1.4",
+ version="0.1.5",
23
)
24
class PersImage(TransformerMixin):
25
""" Initialize a persistence image generator.
0 commit comments