An open API service indexing awesome lists of open source software.

https://github.com/scikit-tda/persim

Distances and representations of persistence diagrams
https://github.com/scikit-tda/persim

bottleneck-distance homology persistence-diagrams persistence-image persistence-images python sliced-wasserstein-distance tda topology

Last synced: 3 months ago
JSON representation

Distances and representations of persistence diagrams

Awesome Lists containing this project

README

          

[![PyPI version](https://badge.fury.io/py/persim.svg)](https://badge.fury.io/py/persim)
![PyPI - Downloads](https://img.shields.io/pypi/dm/persim)
[![Conda Version](https://img.shields.io/conda/vn/conda-forge/persim.svg)](https://anaconda.org/conda-forge/persim)
[![Conda Downloads](https://img.shields.io/conda/dn/conda-forge/persim.svg)](https://anaconda.org/conda-forge/persim)
[![codecov](https://codecov.io/gh/scikit-tda/persim/branch/master/graph/badge.svg)](https://codecov.io/gh/scikit-tda/persim)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)

Persim is a Python package for many tools used in analyzing Persistence Diagrams. It currently houses implementations of

- Persistence Images
- Persistence Landscapes
- Bottleneck distance
- Modified Gromov–Hausdorff distance
- Sliced Wasserstein Kernel
- Heat Kernel
- Diagram plotting

## Setup

The latest version of persim can be found on Pypi and installed with pip:

```
pip install persim
```

## Documentation and Usage

Documentation about the library, it's API, and examples of how to use it can be found at [persim.scikit-tda.org](http://persim.scikit-tda.org).

## Contributions

We welcome contributions of all shapes and sizes. There are lots of opportunities for potential projects, so please get in touch if you would like to help out. Everything from an implementation of your favorite distance, notebooks, examples, and documentation are all equally valuable so please don't feel you can't contribute.

To contribute please fork the project make your changes and submit a pull request. We will do our best to work through any issues with you and get your code merged into the main branch.