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...
# Changes * Add `HoneycombLattice` and `HexagonalLattice`. * Introduce new abstract type `Geometry`, which is a supertype of `CubicGrid` and the new lattice types. * Introduce an interface for defining...
When preparing PRs #331, I ran into a major issues with the new Hamiltonian interface. This is the situation: - A majority of our tests (including doctests) still use the...