Metadata-Version: 2.2
Name: oineus
Version: 0.9.19
Summary: Library for computing persistent homology
Author-Email: Arnur Nigmetov <anigmetov@lbl.gov>
License: BSD
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Education
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Utilities
Classifier: Programming Language :: C++
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Operating System :: POSIX :: Linux
Classifier: Operating System :: MacOS
Project-URL: Homepage, https://github.com/anigmetov/oineus
Requires-Python: >=3.11
Requires-Dist: numpy
Requires-Dist: scipy
Requires-Dist: eagerpy
Description-Content-Type: text/x-rst

Oineus
==========

Oineus is a computational topology library that contains:

* Shared-memory parallel algorithm to compute persistent homology.
* Critical set method for topological optimization.
* Zero-persistence diagrams.
* Persistence kernel-image-cokernel computaton.

Documentation
-------------

See docs/tutorial.md.
