Aleph
Aleph copied to clipboard
A library for exploring persistent homology
* Added Conan file to automatically fetch the dependencies using their Conan recipes: 1. `Boost`, with its components. 1. `RapidJSON` 1. `PyBind11` 1. `Eigen3` 1. `tinyxml2` * The `FLANN` has...
Aleph is still missing package files that facilitate installing the library and its examples. It would be nice to have packages for some distributions. This issue shows the status of...
It should be possible to specified a dedicated data type for the *output* of the simplicial complex that arises from Vietoris--Rips expansion. At present, the output type is automatically determined...
In the `persistence_indicator_function` tool, unpaired points are not yet handled correctly but simply removed. This should be changed.
The process could be handled automatically for windows and linux with github actions. You just need to create a workflow similar to this one: ``` name: Publish Python 🐍 package...