Aleph icon indicating copy to clipboard operation
Aleph copied to clipboard

A library for exploring persistent homology

Results 5 Aleph issues
Sort by recently updated
recently updated
newest added

* 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...

enhancement
help wanted

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...

enhancement

In the `persistence_indicator_function` tool, unpaired points are not yet handled correctly but simply removed. This should be changed.

bug

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...

help wanted