blob: 5bf36aeaa56cdebc89c62cc7859d2b06ec81df0a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
|
# 0.6.9
- Convert package to `src` style.
- Fix build command not including python source files.
# 0.6.8
- Update CD commands for newer build system.
# 0.6.7
- Failed to build wheels. This version does not exist.
# 0.6.6
- Failed to build wheels. This version does not exist.
# 0.6.5
- Bugfix for lower star filtrations with edges that come in at exactly 0 (courtesy of Riccardo Ceccaroni)
# 0.6.4
- Add some includes to ripser.cpp for newer Ubuntu/C++ environments
# 0.6.3
- Update numpy header
# 0.6.2
- Prevent simplex assembly in last dimension for improved memory usage (courtesy of Umberto Lupo)
# 0.6.1
- Lazy import plotting dependencies
# 0.6.0
- Update C++ backend to commit 286d369 of [ripser](https://github.com/Ripser/ripser) but keeping same functionalities
- Add support to robinhood hashmap into the C++ Backend
- Update CI in order to compile C++ with robinhood enable
- Enable Enclosing radius when threshold is set to infinity
# 0.5.5
- Updating CI/CD pipeline.
# 0.5.4
- Fixing issue with inconsistent answers from different scipy.sparse formats, courtesy of Umberto Lupo
# 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
# 0.4.1:
- Fixed packing so C++ is MSVC compatible.
# 0.4.0:
- Added license to distributed packages.
# 0.3.2:
- Added support for greedy permutations.
- Outsourced plotting to persim.
- Outsourced data construction in examples to tadasets.
- Revamped documentation.
# 0.3.0:
- Completed JOSS review, thanks @lmcinnes and @arokem!!
- Documentation details updated.
# 0.2.7:
- Updating home url
# 0.2.6:
- Update license to MIT.
# 0.2.5:
- Docs and notebooks revamp.
- Support for Windows.
# 0.2.4:
- Interface redesign
# 0.2.3:
- Support for lower star filtrations
- Notebook on lower star filtrations
# 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.
|