ripser


Nameripser JSON
Version 0.6.8 PyPI version JSON
download
home_pagehttps://ripser.scikit-tda.org
SummaryA Lean Persistent Homology Library for Python
upload_time2024-03-02 16:02:27
maintainer
docs_urlNone
authorChris Tralie, Nathaniel Saul
requires_python>=3.6
licenseMIT
keywords persistent homology rips filtration persistence diagrams topology data analysis algebraic topology unsupervised learning
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            [![DOI](http://joss.theoj.org/papers/10.21105/joss.00925/status.svg)](https://doi.org/10.21105/joss.00925)
[![PyPI version](https://badge.fury.io/py/ripser.svg)](https://badge.fury.io/py/ripser)
[![Downloads](https://img.shields.io/pypi/dm/ripser)](https://pypi.python.org/pypi/ripser/)
[![Conda Version](https://img.shields.io/conda/vn/conda-forge/ripser.svg)](https://anaconda.org/conda-forge/ripser)
[![Conda Downloads](https://img.shields.io/conda/dn/conda-forge/ripser.svg)](https://anaconda.org/conda-forge/ripser)

[![Build status](https://ci.appveyor.com/api/projects/status/020nrvrq2rdg2iu1?svg=true)](https://ci.appveyor.com/project/sauln/ripser-py)
[![codecov](https://codecov.io/gh/scikit-tda/ripser.py/branch/master/graph/badge.svg)](https://codecov.io/gh/scikit-tda/ripser.py)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)

# Ripser.py

Ripser.py is a lean persistent homology package for Python. Building on the blazing fast C++ Ripser package as the core computational engine, Ripser.py provides an intuitive interface for

- computing persistence cohomology of sparse and dense data sets,
- visualizing persistence diagrams,
- computing lowerstar filtrations on images, and
- computing representative cochains.

Additionally, through extensive testing and continuous integration, Ripser.py is easy to install on Mac, Linux, and Windows platforms.

To aid your use of the package, we've put together a large set of notebooks that demonstrate many of the features available. Complete documentation about the package can be found at [ripser.scikit-tda.org](https://ripser.scikit-tda.org).

## Related Projects

If you're looking for the original C++ library, you can find it at [Ripser/ripser](https://github.com/ripser/ripser).

If you're looking for a GPU-accelerated version of Ripser, you can find it at [Ripser++](https://github.com/simonzhang00/ripser-plusplus)

## Setup

Ripser.py is available on all major platforms. All that is required is that you install the standard Python numerical computing libraries and Cython.

Dependencies:

- Cython
- numpy
- scipy
- scikit-learn
- persim

**Windows users:** If you are using a Windows machine, you will also need to install [MinGW](http://www.mingw.org) on your system.

**Mac users:** Updating your Xcode and Xcode command line tools will probably fix any issues you have with installation.

Cython should be the only library required before installation. To install, type the following commands into your environment:

```
pip install cython
pip install ripser
```

If you are having trouble installing, please let us know!

## Optional dependency

Ripser.py when compiled from source can have a _steroid_<sup>1</sup> shot by replacing the standard `unordered_map` from the STL by one of the fastest implementation available: [robin_hood](https://github.com/martinus/robin-hood-hashing). Benchmarking of Ripser.py using the `robin_hood` implementation showed speed-ups up to **30%**.

To be able to use `robin_hood` instead of STL, you only need to clone the repository containing the implementation:

```
# Run this command at the root of the project
git clone https://github.com/martinus/robin-hood-hashing ripser/robinhood
```

<sup>1</sup> The Python package is already compiled with `robin_hood` by default.

## Usage

The interface is as simple as can be:

```
import numpy as np
from ripser import ripser
from persim import plot_diagrams

data = np.random.random((100,2))
diagrams = ripser(data)['dgms']
plot_diagrams(diagrams, show=True)
```

We also supply a Scikit-learn transformer style object if you would prefer to use that:

```
import numpy as np
from ripser import Rips

rips = Rips()
data = np.random.random((100,2))
diagrams = rips.fit_transform(data)
rips.plot(diagrams)
```

<img src="https://i.imgur.com/WmQPYnn.png" alt="Ripser.py output persistence diagram" width="70%"/>

# Contributions

We welcome all kinds of contributions! Please get in touch if you would like to help out. Everything from code to notebooks to 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.

If you found a bug, have questions, or are just having trouble with the library, please open an issue in our [issue tracker](https://github.com/scikit-tda/ripser.py/issues/new) and we'll try to help resolve the concern.

# License

Ripser.py is available under an MIT license! The core C++ code is derived from Ripser, which is also available under an MIT license and copyright to Ulrich Bauer. The modifications, Python code, and documentation is copyright to Christopher Tralie and Nathaniel Saul.

# Citing

If you use this package, please site the JoSS paper found here [![DOI](http://joss.theoj.org/papers/10.21105/joss.00925/status.svg)](https://doi.org/10.21105/joss.00925) and the JACT paper about Ripser found here [![DOI:10.1007/s41468-021-00071-5](https://zenodo.org/badge/DOI/10.1007/s41468-021-00071-5.svg)](https://doi.org/10.1007/s41468-021-00071-5).

You can use the following bibtex entries:

```
@article{ctralie2018ripser,
  doi = {10.21105/joss.00925},
  url = {https://doi.org/10.21105/joss.00925},
  year  = {2018},
  month = {Sep},
  publisher = {The Open Journal},
  volume = {3},
  number = {29},
  pages = {925},
  author = {Christopher Tralie and Nathaniel Saul and Rann Bar-On},
  title = {{Ripser.py}: A Lean Persistent Homology Library for Python},
  journal = {The Journal of Open Source Software}
}

@article{Bauer2021Ripser,
    AUTHOR = {Bauer, Ulrich},
     TITLE = {Ripser: efficient computation of {V}ietoris-{R}ips persistence
              barcodes},
   JOURNAL = {J. Appl. Comput. Topol.},
  FJOURNAL = {Journal of Applied and Computational Topology},
    VOLUME = {5},
      YEAR = {2021},
    NUMBER = {3},
     PAGES = {391--423},
      ISSN = {2367-1726},
   MRCLASS = {55N31 (55-04)},
  MRNUMBER = {4298669},
       DOI = {10.1007/s41468-021-00071-5},
       URL = {https://doi.org/10.1007/s41468-021-00071-5},
}
```

            

Raw data

            {
    "_id": null,
    "home_page": "https://ripser.scikit-tda.org",
    "name": "ripser",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.6",
    "maintainer_email": "",
    "keywords": "persistent homology,rips filtration,persistence diagrams,topology data analysis,algebraic topology,unsupervised learning",
    "author": "Chris Tralie, Nathaniel Saul",
    "author_email": "chris.tralie@gmail.com, nat@riverasaul.com",
    "download_url": "https://files.pythonhosted.org/packages/52/c9/c2120005ef061afa7bd8ccf97b6987976d13da52c410bed545b7d6f5d697/ripser-0.6.8.tar.gz",
    "platform": null,
    "description": "[![DOI](http://joss.theoj.org/papers/10.21105/joss.00925/status.svg)](https://doi.org/10.21105/joss.00925)\n[![PyPI version](https://badge.fury.io/py/ripser.svg)](https://badge.fury.io/py/ripser)\n[![Downloads](https://img.shields.io/pypi/dm/ripser)](https://pypi.python.org/pypi/ripser/)\n[![Conda Version](https://img.shields.io/conda/vn/conda-forge/ripser.svg)](https://anaconda.org/conda-forge/ripser)\n[![Conda Downloads](https://img.shields.io/conda/dn/conda-forge/ripser.svg)](https://anaconda.org/conda-forge/ripser)\n\n[![Build status](https://ci.appveyor.com/api/projects/status/020nrvrq2rdg2iu1?svg=true)](https://ci.appveyor.com/project/sauln/ripser-py)\n[![codecov](https://codecov.io/gh/scikit-tda/ripser.py/branch/master/graph/badge.svg)](https://codecov.io/gh/scikit-tda/ripser.py)\n[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)\n\n# Ripser.py\n\nRipser.py is a lean persistent homology package for Python. Building on the blazing fast C++ Ripser package as the core computational engine, Ripser.py provides an intuitive interface for\n\n- computing persistence cohomology of sparse and dense data sets,\n- visualizing persistence diagrams,\n- computing lowerstar filtrations on images, and\n- computing representative cochains.\n\nAdditionally, through extensive testing and continuous integration, Ripser.py is easy to install on Mac, Linux, and Windows platforms.\n\nTo aid your use of the package, we've put together a large set of notebooks that demonstrate many of the features available. Complete documentation about the package can be found at [ripser.scikit-tda.org](https://ripser.scikit-tda.org).\n\n## Related Projects\n\nIf you're looking for the original C++ library, you can find it at [Ripser/ripser](https://github.com/ripser/ripser).\n\nIf you're looking for a GPU-accelerated version of Ripser, you can find it at [Ripser++](https://github.com/simonzhang00/ripser-plusplus)\n\n## Setup\n\nRipser.py is available on all major platforms. All that is required is that you install the standard Python numerical computing libraries and Cython.\n\nDependencies:\n\n- Cython\n- numpy\n- scipy\n- scikit-learn\n- persim\n\n**Windows users:** If you are using a Windows machine, you will also need to install [MinGW](http://www.mingw.org) on your system.\n\n**Mac users:** Updating your Xcode and Xcode command line tools will probably fix any issues you have with installation.\n\nCython should be the only library required before installation. To install, type the following commands into your environment:\n\n```\npip install cython\npip install ripser\n```\n\nIf you are having trouble installing, please let us know!\n\n## Optional dependency\n\nRipser.py when compiled from source can have a _steroid_<sup>1</sup> shot by replacing the standard `unordered_map` from the STL by one of the fastest implementation available: [robin_hood](https://github.com/martinus/robin-hood-hashing). Benchmarking of Ripser.py using the `robin_hood` implementation showed speed-ups up to **30%**.\n\nTo be able to use `robin_hood` instead of STL, you only need to clone the repository containing the implementation:\n\n```\n# Run this command at the root of the project\ngit clone https://github.com/martinus/robin-hood-hashing ripser/robinhood\n```\n\n<sup>1</sup> The Python package is already compiled with `robin_hood` by default.\n\n## Usage\n\nThe interface is as simple as can be:\n\n```\nimport numpy as np\nfrom ripser import ripser\nfrom persim import plot_diagrams\n\ndata = np.random.random((100,2))\ndiagrams = ripser(data)['dgms']\nplot_diagrams(diagrams, show=True)\n```\n\nWe also supply a Scikit-learn transformer style object if you would prefer to use that:\n\n```\nimport numpy as np\nfrom ripser import Rips\n\nrips = Rips()\ndata = np.random.random((100,2))\ndiagrams = rips.fit_transform(data)\nrips.plot(diagrams)\n```\n\n<img src=\"https://i.imgur.com/WmQPYnn.png\" alt=\"Ripser.py output persistence diagram\" width=\"70%\"/>\n\n# Contributions\n\nWe welcome all kinds of contributions! Please get in touch if you would like to help out. Everything from code to notebooks to 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.\n\nIf you found a bug, have questions, or are just having trouble with the library, please open an issue in our [issue tracker](https://github.com/scikit-tda/ripser.py/issues/new) and we'll try to help resolve the concern.\n\n# License\n\nRipser.py is available under an MIT license! The core C++ code is derived from Ripser, which is also available under an MIT license and copyright to Ulrich Bauer. The modifications, Python code, and documentation is copyright to Christopher Tralie and Nathaniel Saul.\n\n# Citing\n\nIf you use this package, please site the JoSS paper found here [![DOI](http://joss.theoj.org/papers/10.21105/joss.00925/status.svg)](https://doi.org/10.21105/joss.00925) and the JACT paper about Ripser found here [![DOI:10.1007/s41468-021-00071-5](https://zenodo.org/badge/DOI/10.1007/s41468-021-00071-5.svg)](https://doi.org/10.1007/s41468-021-00071-5).\n\nYou can use the following bibtex entries:\n\n```\n@article{ctralie2018ripser,\n  doi = {10.21105/joss.00925},\n  url = {https://doi.org/10.21105/joss.00925},\n  year  = {2018},\n  month = {Sep},\n  publisher = {The Open Journal},\n  volume = {3},\n  number = {29},\n  pages = {925},\n  author = {Christopher Tralie and Nathaniel Saul and Rann Bar-On},\n  title = {{Ripser.py}: A Lean Persistent Homology Library for Python},\n  journal = {The Journal of Open Source Software}\n}\n\n@article{Bauer2021Ripser,\n    AUTHOR = {Bauer, Ulrich},\n     TITLE = {Ripser: efficient computation of {V}ietoris-{R}ips persistence\n              barcodes},\n   JOURNAL = {J. Appl. Comput. Topol.},\n  FJOURNAL = {Journal of Applied and Computational Topology},\n    VOLUME = {5},\n      YEAR = {2021},\n    NUMBER = {3},\n     PAGES = {391--423},\n      ISSN = {2367-1726},\n   MRCLASS = {55N31 (55-04)},\n  MRNUMBER = {4298669},\n       DOI = {10.1007/s41468-021-00071-5},\n       URL = {https://doi.org/10.1007/s41468-021-00071-5},\n}\n```\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "A Lean Persistent Homology Library for Python",
    "version": "0.6.8",
    "project_urls": {
        "Homepage": "https://ripser.scikit-tda.org"
    },
    "split_keywords": [
        "persistent homology",
        "rips filtration",
        "persistence diagrams",
        "topology data analysis",
        "algebraic topology",
        "unsupervised learning"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "992e48ae0df01d92655a6be6e41c150da47f4e611316b1135664b0ed39151bce",
                "md5": "c11ec8e551c33d5231a81cb808e97314",
                "sha256": "a43ae124738d635a74d85fe0981527c090d7994f4d2646f8d936c1fbbe72df43"
            },
            "downloads": -1,
            "filename": "ripser-0.6.8-cp310-cp310-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "c11ec8e551c33d5231a81cb808e97314",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.6",
            "size": 78634,
            "upload_time": "2024-03-02T16:01:57",
            "upload_time_iso_8601": "2024-03-02T16:01:57.800810Z",
            "url": "https://files.pythonhosted.org/packages/99/2e/48ae0df01d92655a6be6e41c150da47f4e611316b1135664b0ed39151bce/ripser-0.6.8-cp310-cp310-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "41ec90ed22567cc280d54fbf0a26508f89c34b5d385a095ef33dfb19435ae6df",
                "md5": "ad05942ed7dad71073d6ffa0814b6170",
                "sha256": "af1943b1490dc30addb9516eef10edbc15cb2629773391dbf0158725ce3af568"
            },
            "downloads": -1,
            "filename": "ripser-0.6.8-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "ad05942ed7dad71073d6ffa0814b6170",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.6",
            "size": 761315,
            "upload_time": "2024-03-02T16:01:59",
            "upload_time_iso_8601": "2024-03-02T16:01:59.750311Z",
            "url": "https://files.pythonhosted.org/packages/41/ec/90ed22567cc280d54fbf0a26508f89c34b5d385a095ef33dfb19435ae6df/ripser-0.6.8-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8ac5919a15250607198bb8c170506c1299fb2217048fe177aa1e95c4f017b700",
                "md5": "a1fe9660b61872b1580445cff0380305",
                "sha256": "cdf9f7e18ced7e268e40f727d96313c402b96b5c9c8e5d82c53d4ec29db3d1e2"
            },
            "downloads": -1,
            "filename": "ripser-0.6.8-cp310-cp310-win32.whl",
            "has_sig": false,
            "md5_digest": "a1fe9660b61872b1580445cff0380305",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.6",
            "size": 67208,
            "upload_time": "2024-03-02T16:02:01",
            "upload_time_iso_8601": "2024-03-02T16:02:01.890921Z",
            "url": "https://files.pythonhosted.org/packages/8a/c5/919a15250607198bb8c170506c1299fb2217048fe177aa1e95c4f017b700/ripser-0.6.8-cp310-cp310-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2121684ba5f6e86a6f6d94dcb8c47d3b899db3bc55726a5224007e3d9a6af0b2",
                "md5": "b05d8f6118534bced96121d5c2471c15",
                "sha256": "e1e8b90f95ea3fa9f4a2be800b201bb60730bc592c3619caee9386da12d4981c"
            },
            "downloads": -1,
            "filename": "ripser-0.6.8-cp310-cp310-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "b05d8f6118534bced96121d5c2471c15",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.6",
            "size": 73980,
            "upload_time": "2024-03-02T16:02:03",
            "upload_time_iso_8601": "2024-03-02T16:02:03.012382Z",
            "url": "https://files.pythonhosted.org/packages/21/21/684ba5f6e86a6f6d94dcb8c47d3b899db3bc55726a5224007e3d9a6af0b2/ripser-0.6.8-cp310-cp310-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "bc27e4fc432a497b96a8fa2edcd8cdca60ba12639b5cf44d2e34fc5fcbdb7010",
                "md5": "76824339e1230a318f1f230cd126c406",
                "sha256": "34003b2adbda03b9647ae613409dd765358234b20b6da4735f0cbdf5de168355"
            },
            "downloads": -1,
            "filename": "ripser-0.6.8-cp311-cp311-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "76824339e1230a318f1f230cd126c406",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.6",
            "size": 78498,
            "upload_time": "2024-03-02T16:02:04",
            "upload_time_iso_8601": "2024-03-02T16:02:04.460897Z",
            "url": "https://files.pythonhosted.org/packages/bc/27/e4fc432a497b96a8fa2edcd8cdca60ba12639b5cf44d2e34fc5fcbdb7010/ripser-0.6.8-cp311-cp311-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "04d9ed5f5bca3a18075d5698929334631f4309caf43ed7879331edbdbc32ef45",
                "md5": "ef4698ec1fe0427ee82271c70a46466b",
                "sha256": "73b9efc80028b105aa2b1173e1e52c04000b0ffaf507fb6e5daadf4d35dcc778"
            },
            "downloads": -1,
            "filename": "ripser-0.6.8-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "ef4698ec1fe0427ee82271c70a46466b",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.6",
            "size": 768070,
            "upload_time": "2024-03-02T16:02:05",
            "upload_time_iso_8601": "2024-03-02T16:02:05.810089Z",
            "url": "https://files.pythonhosted.org/packages/04/d9/ed5f5bca3a18075d5698929334631f4309caf43ed7879331edbdbc32ef45/ripser-0.6.8-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f3a10810bd0fe14441de8552aca05e2ea106ca7027bf37a9045f83233c252fa5",
                "md5": "6f14650cef5125eb6fdecefa1cdff8cd",
                "sha256": "b6f8d0ff6b25b0014505f48e0e5b2cd12606253d91a7ee0a1947b69e6a126a05"
            },
            "downloads": -1,
            "filename": "ripser-0.6.8-cp311-cp311-win32.whl",
            "has_sig": false,
            "md5_digest": "6f14650cef5125eb6fdecefa1cdff8cd",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.6",
            "size": 67191,
            "upload_time": "2024-03-02T16:02:06",
            "upload_time_iso_8601": "2024-03-02T16:02:06.944282Z",
            "url": "https://files.pythonhosted.org/packages/f3/a1/0810bd0fe14441de8552aca05e2ea106ca7027bf37a9045f83233c252fa5/ripser-0.6.8-cp311-cp311-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c083831f94969cbcb28f08d23df6b6a09645d1e8c3c53d970784376195aa8c01",
                "md5": "15ee7ffc42422e1753455228914520ee",
                "sha256": "73182cc171e594172f32265312a89ecbf63aae39b5940f30cbac1d82326e906a"
            },
            "downloads": -1,
            "filename": "ripser-0.6.8-cp311-cp311-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "15ee7ffc42422e1753455228914520ee",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.6",
            "size": 74234,
            "upload_time": "2024-03-02T16:02:08",
            "upload_time_iso_8601": "2024-03-02T16:02:08.581083Z",
            "url": "https://files.pythonhosted.org/packages/c0/83/831f94969cbcb28f08d23df6b6a09645d1e8c3c53d970784376195aa8c01/ripser-0.6.8-cp311-cp311-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3cb2d7cc5665fcfa2b9fe7628fe47efcdd5d229a8abec44e5db07de0274b758d",
                "md5": "040057abfc0b5c9c555f217e52b1b6d6",
                "sha256": "3132da03e39591eba0331155e33e9624329d73a757d5d80e146d341152f4d56b"
            },
            "downloads": -1,
            "filename": "ripser-0.6.8-cp312-cp312-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "040057abfc0b5c9c555f217e52b1b6d6",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.6",
            "size": 79048,
            "upload_time": "2024-03-02T16:02:10",
            "upload_time_iso_8601": "2024-03-02T16:02:10.301970Z",
            "url": "https://files.pythonhosted.org/packages/3c/b2/d7cc5665fcfa2b9fe7628fe47efcdd5d229a8abec44e5db07de0274b758d/ripser-0.6.8-cp312-cp312-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "034ac8e0fde1114e9d3c64c11c56cc52cbc1cd8949fb36b7a7bb2560e496ffd5",
                "md5": "368a728925cf7588415e1a768c4414be",
                "sha256": "6782cb2bd19240da700045c54c70bf2ae0c039fa196e1522d34559836f9d38f1"
            },
            "downloads": -1,
            "filename": "ripser-0.6.8-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "368a728925cf7588415e1a768c4414be",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.6",
            "size": 757633,
            "upload_time": "2024-03-02T16:02:12",
            "upload_time_iso_8601": "2024-03-02T16:02:12.037349Z",
            "url": "https://files.pythonhosted.org/packages/03/4a/c8e0fde1114e9d3c64c11c56cc52cbc1cd8949fb36b7a7bb2560e496ffd5/ripser-0.6.8-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "96d8e84e5d9fb02f60b39e05f4880e49d9513fbc1c515daa9086ec24f9000865",
                "md5": "e7eac9918367de4c98b3c041ac8f4739",
                "sha256": "4da0f0d90f971810d7ba3bdd0e30d408fa83c14ec8d0fdf2f108293ae5a5cb4d"
            },
            "downloads": -1,
            "filename": "ripser-0.6.8-cp312-cp312-win32.whl",
            "has_sig": false,
            "md5_digest": "e7eac9918367de4c98b3c041ac8f4739",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.6",
            "size": 67284,
            "upload_time": "2024-03-02T16:02:13",
            "upload_time_iso_8601": "2024-03-02T16:02:13.795716Z",
            "url": "https://files.pythonhosted.org/packages/96/d8/e84e5d9fb02f60b39e05f4880e49d9513fbc1c515daa9086ec24f9000865/ripser-0.6.8-cp312-cp312-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "73db4d82590fa41f8ac41dd36d1e0e58e501900783b181708903a3e790cadf0e",
                "md5": "ab144f41d26f6cfea5165f893d7e0dbe",
                "sha256": "6dafd37839504959f1b38fa15d8d60389bf13e400475addadf5f06634f73968d"
            },
            "downloads": -1,
            "filename": "ripser-0.6.8-cp312-cp312-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "ab144f41d26f6cfea5165f893d7e0dbe",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.6",
            "size": 74648,
            "upload_time": "2024-03-02T16:02:14",
            "upload_time_iso_8601": "2024-03-02T16:02:14.784968Z",
            "url": "https://files.pythonhosted.org/packages/73/db/4d82590fa41f8ac41dd36d1e0e58e501900783b181708903a3e790cadf0e/ripser-0.6.8-cp312-cp312-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "87c712e5fba0a701edd41ea3b0656322ca56d74414d4edc0dc98772a7f8f7a31",
                "md5": "07cdd9804c0fdf6ba55cb96f2fc36d23",
                "sha256": "909b3aa81d41cb11b3deaeb44055e17f40270e445986a8b79f879b4d9e0d8d97"
            },
            "downloads": -1,
            "filename": "ripser-0.6.8-cp38-cp38-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "07cdd9804c0fdf6ba55cb96f2fc36d23",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.6",
            "size": 78745,
            "upload_time": "2024-03-02T16:02:16",
            "upload_time_iso_8601": "2024-03-02T16:02:16.450534Z",
            "url": "https://files.pythonhosted.org/packages/87/c7/12e5fba0a701edd41ea3b0656322ca56d74414d4edc0dc98772a7f8f7a31/ripser-0.6.8-cp38-cp38-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8e8a93695b1d6f81efc91aeb998fbfdebc9c805c950744446f9091bbc2023b90",
                "md5": "79a8e6c80b04b289a6cfcb67c36c0c1c",
                "sha256": "0144660bf9eb0721c85e8146412db92efa61865cc0db3def58b7564d243bd63b"
            },
            "downloads": -1,
            "filename": "ripser-0.6.8-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "79a8e6c80b04b289a6cfcb67c36c0c1c",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.6",
            "size": 761437,
            "upload_time": "2024-03-02T16:02:17",
            "upload_time_iso_8601": "2024-03-02T16:02:17.386436Z",
            "url": "https://files.pythonhosted.org/packages/8e/8a/93695b1d6f81efc91aeb998fbfdebc9c805c950744446f9091bbc2023b90/ripser-0.6.8-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9ad55ec8a550167f3740ac4610f82b52e5653c9af5926befcaf39483606b1b29",
                "md5": "3385748572de5df0232fb76fed31cd49",
                "sha256": "6bfc2e808ef73929bead9d275f3d8dbc55f8de1817aa4cc7b6dff32dab3fd33b"
            },
            "downloads": -1,
            "filename": "ripser-0.6.8-cp38-cp38-win32.whl",
            "has_sig": false,
            "md5_digest": "3385748572de5df0232fb76fed31cd49",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.6",
            "size": 67231,
            "upload_time": "2024-03-02T16:02:19",
            "upload_time_iso_8601": "2024-03-02T16:02:19.056836Z",
            "url": "https://files.pythonhosted.org/packages/9a/d5/5ec8a550167f3740ac4610f82b52e5653c9af5926befcaf39483606b1b29/ripser-0.6.8-cp38-cp38-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d228d4db5304876e22e461e128fff3473d603b3e436f5e2d63b34a777608807e",
                "md5": "6ca7fa0de265f1cff804283c38e8caf4",
                "sha256": "924a06a3a8f243c81689510f2bc2fd358dbb368d1441229f584cefb3d0f11838"
            },
            "downloads": -1,
            "filename": "ripser-0.6.8-cp38-cp38-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "6ca7fa0de265f1cff804283c38e8caf4",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.6",
            "size": 74038,
            "upload_time": "2024-03-02T16:02:20",
            "upload_time_iso_8601": "2024-03-02T16:02:20.034439Z",
            "url": "https://files.pythonhosted.org/packages/d2/28/d4db5304876e22e461e128fff3473d603b3e436f5e2d63b34a777608807e/ripser-0.6.8-cp38-cp38-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "cd6ee482700b97349f13ed029ee109127a8333105a6213e857797cbda02efa86",
                "md5": "11e0475501869a76630f1fe33ca40f19",
                "sha256": "da7f2552102f127bfa8065d66ea1e596956e3fa85a13d40ff4862179a3b748c2"
            },
            "downloads": -1,
            "filename": "ripser-0.6.8-cp39-cp39-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "11e0475501869a76630f1fe33ca40f19",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.6",
            "size": 78629,
            "upload_time": "2024-03-02T16:02:21",
            "upload_time_iso_8601": "2024-03-02T16:02:21.589507Z",
            "url": "https://files.pythonhosted.org/packages/cd/6e/e482700b97349f13ed029ee109127a8333105a6213e857797cbda02efa86/ripser-0.6.8-cp39-cp39-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "cb3bb9e1e181c7e461daa523943ac24a0820f112a42066b0d7e5499bd03dd786",
                "md5": "dec0b09df862f624bb98f26bf7683f91",
                "sha256": "5872f842f9ce4203c82cda5a5f73630ec9c0c1773d7d58143837122847a0f7c0"
            },
            "downloads": -1,
            "filename": "ripser-0.6.8-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "dec0b09df862f624bb98f26bf7683f91",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.6",
            "size": 760898,
            "upload_time": "2024-03-02T16:02:22",
            "upload_time_iso_8601": "2024-03-02T16:02:22.580765Z",
            "url": "https://files.pythonhosted.org/packages/cb/3b/b9e1e181c7e461daa523943ac24a0820f112a42066b0d7e5499bd03dd786/ripser-0.6.8-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f44acdc63cb4036e55dad9dd7509a06480df09dba1178aaa125b2be6b5378007",
                "md5": "15124c959f2beb23d6f04d2375f0065a",
                "sha256": "a3a9612a05985e720067b61bc99795e4d7ebfdd997156a16fac9b9a17bebc9ad"
            },
            "downloads": -1,
            "filename": "ripser-0.6.8-cp39-cp39-win32.whl",
            "has_sig": false,
            "md5_digest": "15124c959f2beb23d6f04d2375f0065a",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.6",
            "size": 67206,
            "upload_time": "2024-03-02T16:02:24",
            "upload_time_iso_8601": "2024-03-02T16:02:24.506514Z",
            "url": "https://files.pythonhosted.org/packages/f4/4a/cdc63cb4036e55dad9dd7509a06480df09dba1178aaa125b2be6b5378007/ripser-0.6.8-cp39-cp39-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "fb0c381854082cb04e0a50d76a7d34827cb949777de2472dbf6c8fa60501bf39",
                "md5": "dae2505cba704265c9639a0574e278e9",
                "sha256": "b9707184a3e9a3ae6033133e7a5ffb2de9a6087af1a2fba29c31fadc130d1872"
            },
            "downloads": -1,
            "filename": "ripser-0.6.8-cp39-cp39-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "dae2505cba704265c9639a0574e278e9",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.6",
            "size": 73984,
            "upload_time": "2024-03-02T16:02:25",
            "upload_time_iso_8601": "2024-03-02T16:02:25.504991Z",
            "url": "https://files.pythonhosted.org/packages/fb/0c/381854082cb04e0a50d76a7d34827cb949777de2472dbf6c8fa60501bf39/ripser-0.6.8-cp39-cp39-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "52c9c2120005ef061afa7bd8ccf97b6987976d13da52c410bed545b7d6f5d697",
                "md5": "73433b2b868d1fa0d09ff6fd05bb6549",
                "sha256": "27972d3af1ad9a0fdeda5b3b7cde7d2d1e006c779d0bd80a93a7fc8c80c8a052"
            },
            "downloads": -1,
            "filename": "ripser-0.6.8.tar.gz",
            "has_sig": false,
            "md5_digest": "73433b2b868d1fa0d09ff6fd05bb6549",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6",
            "size": 96253,
            "upload_time": "2024-03-02T16:02:27",
            "upload_time_iso_8601": "2024-03-02T16:02:27.162461Z",
            "url": "https://files.pythonhosted.org/packages/52/c9/c2120005ef061afa7bd8ccf97b6987976d13da52c410bed545b7d6f5d697/ripser-0.6.8.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-03-02 16:02:27",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "ripser"
}
        
Elapsed time: 0.24766s