You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/release.rst
+35
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,41 @@ Release Notes
4
4
5
5
.. _stable:
6
6
7
+
*************
8
+
Release 0.6.0
9
+
*************
10
+
11
+
This is a major release including a new local homology subpackage, a new backend for computing Vietoris–Rips barcodes, wheels for Python 3.10 and Apple Silicon systems, and end of support for Python 3.6.
12
+
13
+
Major Features and Improvements
14
+
===============================
15
+
16
+
- A new ``local_homology`` subpackage containing ``scikit-learn``–compatible transformers for the extraction of local homology features has been added (`#602 <https://github.com/giotto-ai/giotto-tda/pull/602>`_). A `tutorial <https://giotto-ai.github.io/gtda-docs/0.6.0/notebooks/local_homology.html>`_ and an `example <https://giotto-ai.github.io/gtda-docs/0.6.0/notebooks/local_hom_NLP_disambiguation.html>`_ notebooks explain it.
17
+
- Wheels for Python 3.10 are now available (`#644 <https://github.com/giotto-ai/giotto-tda/pull/644>`_ and `#646 <https://github.com/giotto-ai/giotto-tda/pull/646>`_).
18
+
- Wheels for Apple Silicon systems are now available for Python versions 3.8, 3.9 and 3.10 (`#646 <https://github.com/giotto-ai/giotto-tda/pull/646>`_).
19
+
- ``giotto-ph`` is now the backend for the computation of Vietoris–Rips barcodes, replacing ``ripser.py`` (`#614 <https://github.com/giotto-ai/giotto-tda/pull/614>`_).
20
+
- The documentation has been improved (`#609 <https://github.com/giotto-ai/giotto-tda/pull/609>`_).
21
+
22
+
Bug Fixes
23
+
=========
24
+
25
+
- A bug involving tests for the ``mapper`` subpackage has been fixed (`#638 <https://github.com/giotto-ai/giotto-tda/pull/638>`_).
26
+
27
+
Backwards-Incompatible Changes
28
+
==============================
29
+
30
+
- Python 3.6 is no longer supported, and the manylinux standard has been bumped from ``manylinux2010`` to ``manylinux2014`` (`#644 <https://github.com/giotto-ai/giotto-tda/pull/644>`_ and `#646 <https://github.com/giotto-ai/giotto-tda/pull/646>`_).
31
+
- The ``python-igraph`` requirement has been replaced with ``igraph >= 0.9.8`` (`#616 <https://github.com/giotto-ai/giotto-tda/pull/616>`_).
32
+
33
+
Thanks to our Contributors
34
+
==========================
35
+
36
+
This release contains contributions from:
37
+
38
+
Umberto Lupo, Jacob Bamberger, Wojciech Reise, Julián Burella Pérez, and Anibal Medina-Mardones
39
+
40
+
We are also grateful to all who filed issues or helped resolve them, asked and answered questions, and were part of inspiring discussions.
0 commit comments