Skip to content

Commit

Permalink
Adding link to ripser++
Browse files Browse the repository at this point in the history
  • Loading branch information
ctralie committed Jul 5, 2020
1 parent a2324fe commit 371b4a2
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# 0.5.3
- Adding link to ripser++ GPU version by Simon Zhang

# 0.5.2:
- Cocycle indices now correspond to point cloud indices, even
when a greedy permutation is in use
Expand Down
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,12 @@ Additionally, through extensive testing and continuous integration, Ripser.py is
To aid your use of the package, we've put together a large set of notebooks that demonstrate many of the features available. Complete documentation about the package can be found at [ripser.scikit-tda.org](https://ripser.scikit-tda.org).


## Related Projects

If you're looking for the original C++ library, you can find it at [Ripser/ripser](https://github.com/ripser/ripser).

If you're looking for a GPU-accelerated version of Ripser, you can find it at [Ripser++](https://github.com/simonzhang00/ripser-plusplus)

## Setup


Expand Down
2 changes: 1 addition & 1 deletion ripser/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.5.2"
__version__ = "0.5.3"

0 comments on commit 371b4a2

Please sign in to comment.