Skip to content

Commit 47438d3

Browse files
author
Nathaniel Saul
authored
Merge pull request #27 from sauln/master
Release 0.2.1
2 parents 16df68e + aed65ea commit 47438d3

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
1-
# 0.1.7:
1+
# 0.2.1:
2+
- Sparse distance matrix support
3+
- Two additional notebooks about sparsity
4+
- Language agnostic bindings support
5+
- Bug fixes (filtrations with low number of points)
6+
7+
# 0.2.0:
8+
- Bug fixes (int rounding error for small magnitude threshold)
29

10+
# 0.1.7:
311
- Generation of cocycles.
412
- Handle inf in C code and in plotting.
513
- Many new options for plotting diagrams.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ def run(self):
3838

3939

4040
setup(name="ripser",
41-
version='0.1.7',
41+
version='0.2.1',
4242
description="A Lean Persistent Homology Library for Python",
4343
long_description=long_description,
4444
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)