{"id":32177756,"url":"https://github.com/scikit-tda/persim","last_synced_at":"2026-02-23T05:02:02.729Z","repository":{"id":45049848,"uuid":"128984405","full_name":"scikit-tda/persim","owner":"scikit-tda","description":"Distances and representations of persistence diagrams","archived":false,"fork":false,"pushed_at":"2026-01-19T13:13:08.000Z","size":10994,"stargazers_count":132,"open_issues_count":11,"forks_count":56,"subscribers_count":6,"default_branch":"master","last_synced_at":"2026-01-19T19:42:37.644Z","etag":null,"topics":["bottleneck-distance","homology","persistence-diagrams","persistence-image","persistence-images","python","sliced-wasserstein-distance","tda","topology"],"latest_commit_sha":null,"homepage":"https://persim.scikit-tda.org","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/scikit-tda.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2018-04-10T19:23:54.000Z","updated_at":"2026-01-19T13:13:06.000Z","dependencies_parsed_at":"2024-06-18T21:27:51.636Z","dependency_job_id":"9ed82123-385d-457d-ab07-0496db6aec12","html_url":"https://github.com/scikit-tda/persim","commit_stats":{"total_commits":242,"total_committers":21,"mean_commits":"11.523809523809524","dds":0.578512396694215,"last_synced_commit":"c35fa049de6c16e9d508e5b92a6df017f9390191"},"previous_names":[],"tags_count":13,"template":false,"template_full_name":null,"purl":"pkg:github/scikit-tda/persim","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/scikit-tda%2Fpersim","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/scikit-tda%2Fpersim/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/scikit-tda%2Fpersim/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/scikit-tda%2Fpersim/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/scikit-tda","download_url":"https://codeload.github.com/scikit-tda/persim/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/scikit-tda%2Fpersim/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29738083,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-23T04:51:08.365Z","status":"ssl_error","status_checked_at":"2026-02-23T04:49:15.865Z","response_time":90,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["bottleneck-distance","homology","persistence-diagrams","persistence-image","persistence-images","python","sliced-wasserstein-distance","tda","topology"],"created_at":"2025-10-21T20:25:42.507Z","updated_at":"2026-02-23T05:02:02.724Z","avatar_url":"https://github.com/scikit-tda.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![PyPI version](https://badge.fury.io/py/persim.svg)](https://badge.fury.io/py/persim)\r\n![PyPI - Downloads](https://img.shields.io/pypi/dm/persim)\r\n[![Conda Version](https://img.shields.io/conda/vn/conda-forge/persim.svg)](https://anaconda.org/conda-forge/persim)\r\n[![Conda Downloads](https://img.shields.io/conda/dn/conda-forge/persim.svg)](https://anaconda.org/conda-forge/persim)\r\n[![codecov](https://codecov.io/gh/scikit-tda/persim/branch/master/graph/badge.svg)](https://codecov.io/gh/scikit-tda/persim)\r\n[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)\r\n\r\n\r\n\u003cimg align=\"right\" width=\"40\" height=\"40\" src=\"https://imgur.com/8p6VwFm.jpg\"\u003e\r\n\r\nPersim is a Python package for many tools used in analyzing Persistence Diagrams.  It currently houses implementations of \r\n\r\n- Persistence Images\r\n- Persistence Landscapes\r\n- Bottleneck distance\r\n- Modified Gromov\u0026ndash;Hausdorff distance\r\n- Sliced Wasserstein Kernel\r\n- Heat Kernel\r\n- Diagram plotting\r\n\r\n\r\n## Setup\r\n\r\nThe latest version of persim can be found on Pypi and installed with pip:\r\n\r\n```\r\npip install persim\r\n```\r\n\r\n## Documentation and Usage\r\n\r\nDocumentation 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).\r\n\r\n## Contributions\r\n\r\nWe 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. \r\n\r\nTo 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.\r\n\r\n\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fscikit-tda%2Fpersim","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fscikit-tda%2Fpersim","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fscikit-tda%2Fpersim/lists"}