|
| 1 | +# 0.6.7 |
| 2 | + |
| 3 | + - Update CD commands for newer build system. |
| 4 | + |
1 | 5 | # 0.6.5 |
| 6 | + |
2 | 7 | - Bugfix for lower star filtrations with edges that come in at exactly 0 (courtesy of Riccardo Ceccaroni) |
3 | 8 |
|
4 | 9 | # 0.6.4 |
| 10 | + |
5 | 11 | - Add some includes to ripser.cpp for newer Ubuntu/C++ environments |
6 | 12 |
|
7 | 13 | # 0.6.3 |
| 14 | + |
8 | 15 | - Update numpy header |
9 | 16 |
|
10 | 17 | # 0.6.2 |
| 18 | + |
11 | 19 | - Prevent simplex assembly in last dimension for improved memory usage (courtesy of Umberto Lupo) |
12 | 20 |
|
13 | 21 | # 0.6.1 |
| 22 | + |
14 | 23 | - Lazy import plotting dependencies |
15 | 24 |
|
16 | 25 | # 0.6.0 |
| 26 | + |
17 | 27 | - Update C++ backend to commit 286d369 of [ripser](https://github.com/Ripser/ripser) but keeping same functionalities |
18 | 28 | - Add support to robinhood hashmap into the C++ Backend |
19 | 29 | - Update CI in order to compile C++ with robinhood enable |
20 | 30 | - Enable Enclosing radius when threshold is set to infinity |
21 | 31 |
|
22 | 32 | # 0.5.5 |
| 33 | + |
23 | 34 | - Updating CI/CD pipeline. |
24 | 35 |
|
25 | 36 | # 0.5.4 |
| 37 | + |
26 | 38 | - Fixing issue with inconsistent answers from different scipy.sparse formats, courtesy of Umberto Lupo |
27 | 39 |
|
28 | 40 | # 0.5.3 |
| 41 | + |
29 | 42 | - Adding link to ripser++ GPU version by Simon Zhang |
30 | 43 |
|
31 | 44 | # 0.5.2: |
| 45 | + |
32 | 46 | - Cocycle indices now correspond to point cloud indices, even |
33 | 47 | when a greedy permutation is in use |
34 | 48 |
|
35 | 49 | # 0.4.1: |
| 50 | + |
36 | 51 | - Fixed packing so C++ is MSVC compatible. |
37 | 52 |
|
38 | 53 | # 0.4.0: |
| 54 | + |
39 | 55 | - Added license to distributed packages. |
40 | 56 |
|
41 | 57 | # 0.3.2: |
| 58 | + |
42 | 59 | - Added support for greedy permutations. |
43 | 60 | - Outsourced plotting to persim. |
44 | 61 | - Outsourced data construction in examples to tadasets. |
45 | 62 | - Revamped documentation. |
46 | 63 |
|
47 | 64 | # 0.3.0: |
| 65 | + |
48 | 66 | - Completed JOSS review, thanks @lmcinnes and @arokem!! |
49 | 67 | - Documentation details updated. |
50 | 68 |
|
51 | 69 | # 0.2.7: |
| 70 | + |
52 | 71 | - Updating home url |
53 | 72 |
|
54 | 73 | # 0.2.6: |
| 74 | + |
55 | 75 | - Update license to MIT. |
56 | 76 |
|
57 | 77 | # 0.2.5: |
| 78 | + |
58 | 79 | - Docs and notebooks revamp. |
59 | 80 | - Support for Windows. |
60 | 81 |
|
61 | 82 | # 0.2.4: |
| 83 | + |
62 | 84 | - Interface redesign |
63 | 85 |
|
64 | 86 | # 0.2.3: |
| 87 | + |
65 | 88 | - Support for lower star filtrations |
66 | 89 | - Notebook on lower star filtrations |
67 | 90 |
|
68 | 91 | # 0.2.1: |
| 92 | + |
69 | 93 | - Sparse distance matrix support |
70 | 94 | - Two additional notebooks about sparsity |
71 | 95 | - Language agnostic bindings support |
72 | 96 | - Bug fixes (filtrations with low number of points) |
73 | 97 |
|
74 | 98 | # 0.2.0: |
| 99 | + |
75 | 100 | - Bug fixes (int rounding error for small magnitude threshold) |
76 | 101 |
|
77 | 102 | # 0.1.7: |
| 103 | + |
78 | 104 | - Generation of cocycles. |
79 | 105 | - Handle inf in C code and in plotting. |
80 | 106 | - Many new options for plotting diagrams. |
0 commit comments