Skip to content

Commit

Permalink
Merge pull request #27 from sauln/master
Browse files Browse the repository at this point in the history
Release 0.2.1
  • Loading branch information
Nathaniel Saul authored May 14, 2018
2 parents 16df68e + aed65ea commit 47438d3
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# 0.1.7:
# 0.2.1:
- Sparse distance matrix support
- Two additional notebooks about sparsity
- Language agnostic bindings support
- Bug fixes (filtrations with low number of points)

# 0.2.0:
- Bug fixes (int rounding error for small magnitude threshold)

# 0.1.7:
- Generation of cocycles.
- Handle inf in C code and in plotting.
- Many new options for plotting diagrams.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ def run(self):


setup(name="ripser",
version='0.1.7',
version='0.2.1',
description="A Lean Persistent Homology Library for Python",
long_description=long_description,
long_description_content_type="text/markdown",
Expand Down

0 comments on commit 47438d3

Please sign in to comment.