Skip to content

Commit 8f5eb87

Browse files
author
Francis Motta
committed
fixed conflict with scikit-tda:master caused by version increment, changed from 0.1.4 to 0.1.5
1 parent 803d7cc commit 8f5eb87

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

RELEASE.txt

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
1-
0.1.4
1+
0.1.5
22
- Deprecated PersImage class with implementation of PersistenceImager
3-
3+
4+
0.1.4
5+
- Migrate to a new CI/CD pipeline
6+
47
0.1.3
58
- Fixing documentation
69
- 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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.1.4"
1+
__version__ = "0.1.5"

persim/images.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
@deprecated(
2121
reason="""Replaced with the class :class:`persim.PersistenceImager`.""",
22-
version="0.1.4",
22+
version="0.1.5",
2323
)
2424
class PersImage(TransformerMixin):
2525
""" Initialize a persistence image generator.

0 commit comments

Comments
 (0)