Skip to content

Commit 7e3749b

Browse files
committed
Minor improvements
1 parent 2d6bf60 commit 7e3749b

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@
1313

1414
**tda-mapper** is a simple and efficient Python library implementing the
1515
Mapper algorithm for Topological Data Analysis (TDA).
16-
It enables fast computation of Mapper graphs using *vp-trees* to optimize the
17-
construction of open covers for enhanced performance and scalability.
16+
It enables fast computation of Mapper graphs by using *vp-trees* to optimize
17+
the construction of open covers, improving both performance and scalability.
1818

19-
For further details, please refer to our
19+
For further details, please refer to the
2020
[preprint](https://doi.org/10.5281/zenodo.10659651).
2121

2222
- **Installation**: `pip install tda-mapper`

docs/source/index.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,11 @@ tda-mapper
3030
==========
3131

3232
**tda-mapper** is a simple and efficient Python library implementing the
33-
Mapper algorithm for Topological Data Analysis (TDA). It enables fast
34-
computation of Mapper graphs using *vp-trees* to optimize the
35-
construction of open covers for enhanced performance and scalability.
33+
Mapper algorithm for Topological Data Analysis (TDA).
34+
It enables fast computation of Mapper graphs by using *vp-trees* to optimize
35+
the construction of open covers, improving both performance and scalability.
3636

37-
For further details, please refer to our
37+
For further details, please refer to the
3838
`preprint <https://doi.org/10.5281/zenodo.10659651>`__.
3939

4040
- **Installation**: ``pip install tda-mapper``

0 commit comments

Comments
 (0)