Skip to content

Commit 4b88bbe

Browse files
authored
Merge branch 'main' into add-dev-requirements
2 parents 23501ec + 306342f commit 4b88bbe

3 files changed

Lines changed: 8 additions & 1 deletion

File tree

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
![Logo](https://github.com/lucasimi/tda-mapper-python/raw/main/docs/source/logos/tda-mapper-logo-horizontal.png)
22

3+
[![Project Status: Active – The project has reached a stable, usable state and is being actively developed.](https://www.repostatus.org/badges/latest/active.svg)](https://www.repostatus.org/#active)
4+
35
[![PyPI version](https://img.shields.io/pypi/v/tda-mapper?logo=python&logoColor=silver)](https://pypi.python.org/pypi/tda-mapper)
46
[![downloads](https://img.shields.io/pypi/dm/tda-mapper?logo=python&logoColor=silver)](https://pypi.python.org/pypi/tda-mapper)
57
[![codecov](https://img.shields.io/codecov/c/github/lucasimi/tda-mapper-python?logo=codecov&logoColor=silver)](https://codecov.io/github/lucasimi/tda-mapper-python)

docs/source/index.rst

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
.. |Repo Status| image:: https://www.repostatus.org/badges/latest/active.svg
2+
:alt: Project Status: Active – The project has reached a stable, usable state and is being actively developed.
3+
:target: https://www.repostatus.org/#active
14
.. |Source Code| image:: https://img.shields.io/badge/lucasimi-tda--mapper--python-blue?logo=github&logoColor=silver
25
:target: https://github.com/lucasimi/tda-mapper-python
36
.. |PyPI version| image:: https://img.shields.io/pypi/v/tda-mapper?logo=python&logoColor=silver
@@ -23,9 +26,10 @@
2326
https://github.com/lucasimi/tda-mapper-python/raw/main/docs/source/logos/tda-mapper-logo-horizontal.png
2427
:alt: Logo
2528

29+
|Repo Status| |Source Code|
30+
2631
|PyPI version| |downloads| |codecov| |test| |publish| |docs| |DOI|
2732

28-
|Source Code|
2933

3034
tda-mapper
3135
==========

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ classifiers = [
2626
"Programming Language :: Python :: 3.12",
2727
"Programming Language :: Python :: 3.13",
2828
"Operating System :: OS Independent",
29+
"Development Status :: 5 - Production/Stable",
2930
]
3031
keywords = ["tda", "mapper", "topology", "topological data analysis"]
3132
dependencies = [

0 commit comments

Comments
 (0)