File tree Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 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.
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ def run(self):
3838
3939
4040setup (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" ,
You can’t perform that action at this time.
0 commit comments