mtsch
mtsch
Indexing an Arrow file that was written in multiple chunks with an out of bounds range sometimes produces a segfault. Tested on Arrow 2.2.0 and Julia 1.6.3. MWE: ``` using...
The `random16.lower_distance_matrix` was missing a new line at the beginning of file, so Ripser thought it only contained 15 points.
Hi, Thanks for the great package! The new version of Aqua appears to have problems with the `exclude` argument in `test_ambiguities`. I get this error on Julia 1.0 and 1.5,...
- Improvements to the homology algorithm: - compute infinite intervals by tracking potential birth simplex candidates. - use these candidates to stop the reduction early if possible. - Some code...
## Breaking changes - Remove the RMPI submodule. MPI helper functions are now exported at toplevel. - Remove `MPIData`.
# New features * `build_basis` and `build_sparse_matrix_from_LO` are now parallel. * `build_basis` and `build_sparse_matrix_from_LO` now support an argument `max_depth` which limits the number of steps of the breadth first search...