Metadata-Version: 2.1
Name: oineus
Version: 0.9.9
Summary: Library for computing persistent homology
Home-page: https://github.com/anigmetov/oineus
Author: Arnur Nigmetov
Author-email: 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.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: License :: OSI Approved :: BSD License
Requires-Dist: numpy
Requires-Dist: scipy
Requires-Dist: eagerpy

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.
