giotto-tda


Namegiotto-tda JSON
Version 0.6.2 PyPI version JSON
download
home_pagehttps://github.com/giotto-ai/giotto-tda
SummaryToolbox for Machine Learning using Topological Data Analysis.
upload_time2024-05-30 10:15:21
maintainerUmberto Lupo, Wojciech Reise
docs_urlNone
authorNone
requires_pythonNone
licenseGNU AGPLv3
keywords machine learning topological data analysis persistent homology persistence diagrams mapper
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage
            .. image:: https://raw.githubusercontent.com/giotto-ai/giotto-tda/master/doc/images/tda_logo.svg
   :width: 850

|Version|_ |Azure-build|_ |Azure-cov|_ |Azure-test|_ |Twitter-follow|_ |Slack-join|_

.. |Version| image:: https://img.shields.io/pypi/v/giotto-tda
.. _Version:

.. |Azure-build| image:: https://dev.azure.com/maintainers/Giotto/_apis/build/status/giotto-ai.giotto-tda?branchName=master
.. _Azure-build: https://dev.azure.com/maintainers/Giotto/_build?definitionId=6&_a=summary&repositoryFilter=6&branchFilter=141&requestedForFilter=ae4334d8-48e3-4663-af95-cb6c654474ea

.. |Azure-cov| image:: https://img.shields.io/azure-devops/coverage/maintainers/Giotto/6/master
.. _Azure-cov:

.. |Azure-test| image:: https://img.shields.io/azure-devops/tests/maintainers/Giotto/6/master
.. _Azure-test:

.. |Twitter-follow| image:: https://img.shields.io/twitter/follow/giotto_ai?label=Follow%20%40giotto_ai&style=social
.. _Twitter-follow: https://twitter.com/intent/follow?screen_name=giotto_ai

.. |Slack-join| image:: https://img.shields.io/badge/Slack-Join-yellow
.. _Slack-join: https://slack.giotto.ai/

==========
giotto-tda
==========

``giotto-tda`` is a high-performance topological machine learning toolbox in Python built on top of
``scikit-learn`` and is distributed under the GNU AGPLv3 license. It is part of the `Giotto <https://github.com/giotto-ai>`_
family of open-source projects.

Project genesis
===============

``giotto-tda`` is the result of a collaborative effort between `L2F SA <https://www.l2f.ch/>`_,
the `Laboratory for Topology and Neuroscience <https://www.epfl.ch/labs/hessbellwald-lab/>`_ at EPFL,
and the `Institute of Reconfigurable & Embedded Digital Systems (REDS) <https://heig-vd.ch/en/research/reds>`_ of HEIG-VD.

License
=======

.. _L2F team: business@l2f.ch

``giotto-tda`` is distributed under the AGPLv3 `license <https://github.com/giotto-ai/giotto-tda/blob/master/LICENSE>`_.
If you need a different distribution license, please contact the `L2F team`_.

Documentation
=============

Please visit `https://giotto-ai.github.io/gtda-docs <https://giotto-ai.github.io/gtda-docs>`_ and navigate to the version you are interested in.

Installation
============

Dependencies
------------

The latest stable version of ``giotto-tda`` requires:

- Python (>= 3.7)
- NumPy (>= 1.19.1)
- SciPy (>= 1.5.0)
- joblib (>= 0.16.0)
- scikit-learn (>= 0.23.1)
- pyflagser (>= 0.4.3)
- python-igraph (>= 0.8.2)
- plotly (>= 4.8.2)
- ipywidgets (>= 7.5.1)

To run the examples, jupyter is required.

User installation
-----------------

The simplest way to install ``giotto-tda`` is using ``pip``   ::

    python -m pip install -U giotto-tda

If necessary, this will also automatically install all the above dependencies. Note: we recommend
upgrading ``pip`` to a recent version as the above may fail on very old versions.

Pre-release, experimental builds containing recently added features, and/or
bug fixes can be installed by running   ::

    python -m pip install -U giotto-tda-nightly

The main difference between ``giotto-tda-nightly`` and the developer installation (see the section
on contributing, below) is that the former is shipped with pre-compiled wheels (similarly to the stable
release) and hence does not require any C++ dependencies. As the main library module is called ``gtda`` in
both the stable and nightly versions, ``giotto-tda`` and ``giotto-tda-nightly`` should not be installed in
the same environment.

Developer installation
----------------------

Please consult the `dedicated page <https://giotto-ai.github.io/gtda-docs/latest/installation.html#developer-installation>`_
for detailed instructions on how to build ``giotto-tda`` from sources across different platforms.

.. _contributing-section:

Contributing
============

We welcome new contributors of all experience levels. The Giotto
community goals are to be helpful, welcoming, and effective. To learn more about
making a contribution to ``giotto-tda``, please consult `the relevant page
<https://giotto-ai.github.io/gtda-docs/latest/contributing/index.html>`_.

Testing
-------

After developer installation, you can launch the test suite from outside the
source directory   ::

    pytest gtda

Important links
===============

- Official source code repo: https://github.com/giotto-ai/giotto-tda
- Download releases: https://pypi.org/project/giotto-tda/
- Issue tracker: https://github.com/giotto-ai/giotto-tda/issues


Citing giotto-tda
=================

If you use ``giotto-tda`` in a scientific publication, we would appreciate citations to the following paper:

   `giotto-tda: A Topological Data Analysis Toolkit for Machine Learning and Data Exploration <https://www.jmlr.org/papers/volume22/20-325/20-325.pdf>`_, Tauzin *et al*, J. Mach. Learn. Res. 22.39 (2021): 1-6.

You can use the following BibTeX entry:

.. code:: bibtex

    @article{giotto-tda,
      author  = {Guillaume Tauzin and Umberto Lupo and Lewis Tunstall and Julian Burella P\'{e}rez and Matteo Caorsi and Anibal M. Medina-Mardones and Alberto Dassatti and Kathryn Hess},
      title   = {giotto-tda: A Topological Data Analysis Toolkit for Machine Learning and Data Exploration},
      journal = {Journal of Machine Learning Research},
      year    = {2021},
      volume  = {22},
      number  = {39},
      pages   = {1-6},
      url     = {http://jmlr.org/papers/v22/20-325.html}
    }

Community
=========

giotto-ai Slack workspace: https://slack.giotto.ai/

Contacts
========

maintainers@giotto.ai

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/giotto-ai/giotto-tda",
    "name": "giotto-tda",
    "maintainer": "Umberto Lupo, Wojciech Reise",
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": "maintainers@giotto.ai",
    "keywords": "machine learning, topological data analysis, persistent homology, persistence diagrams, Mapper",
    "author": null,
    "author_email": null,
    "download_url": "https://github.com/giotto-ai/giotto-tda/tarball/v0.6.2",
    "platform": null,
    "description": ".. image:: https://raw.githubusercontent.com/giotto-ai/giotto-tda/master/doc/images/tda_logo.svg\n   :width: 850\n\n|Version|_ |Azure-build|_ |Azure-cov|_ |Azure-test|_ |Twitter-follow|_ |Slack-join|_\n\n.. |Version| image:: https://img.shields.io/pypi/v/giotto-tda\n.. _Version:\n\n.. |Azure-build| image:: https://dev.azure.com/maintainers/Giotto/_apis/build/status/giotto-ai.giotto-tda?branchName=master\n.. _Azure-build: https://dev.azure.com/maintainers/Giotto/_build?definitionId=6&_a=summary&repositoryFilter=6&branchFilter=141&requestedForFilter=ae4334d8-48e3-4663-af95-cb6c654474ea\n\n.. |Azure-cov| image:: https://img.shields.io/azure-devops/coverage/maintainers/Giotto/6/master\n.. _Azure-cov:\n\n.. |Azure-test| image:: https://img.shields.io/azure-devops/tests/maintainers/Giotto/6/master\n.. _Azure-test:\n\n.. |Twitter-follow| image:: https://img.shields.io/twitter/follow/giotto_ai?label=Follow%20%40giotto_ai&style=social\n.. _Twitter-follow: https://twitter.com/intent/follow?screen_name=giotto_ai\n\n.. |Slack-join| image:: https://img.shields.io/badge/Slack-Join-yellow\n.. _Slack-join: https://slack.giotto.ai/\n\n==========\ngiotto-tda\n==========\n\n``giotto-tda`` is a high-performance topological machine learning toolbox in Python built on top of\n``scikit-learn`` and is distributed under the GNU AGPLv3 license. It is part of the `Giotto <https://github.com/giotto-ai>`_\nfamily of open-source projects.\n\nProject genesis\n===============\n\n``giotto-tda`` is the result of a collaborative effort between `L2F SA <https://www.l2f.ch/>`_,\nthe `Laboratory for Topology and Neuroscience <https://www.epfl.ch/labs/hessbellwald-lab/>`_ at EPFL,\nand the `Institute of Reconfigurable & Embedded Digital Systems (REDS) <https://heig-vd.ch/en/research/reds>`_ of HEIG-VD.\n\nLicense\n=======\n\n.. _L2F team: business@l2f.ch\n\n``giotto-tda`` is distributed under the AGPLv3 `license <https://github.com/giotto-ai/giotto-tda/blob/master/LICENSE>`_.\nIf you need a different distribution license, please contact the `L2F team`_.\n\nDocumentation\n=============\n\nPlease visit `https://giotto-ai.github.io/gtda-docs <https://giotto-ai.github.io/gtda-docs>`_ and navigate to the version you are interested in.\n\nInstallation\n============\n\nDependencies\n------------\n\nThe latest stable version of ``giotto-tda`` requires:\n\n- Python (>= 3.7)\n- NumPy (>= 1.19.1)\n- SciPy (>= 1.5.0)\n- joblib (>= 0.16.0)\n- scikit-learn (>= 0.23.1)\n- pyflagser (>= 0.4.3)\n- python-igraph (>= 0.8.2)\n- plotly (>= 4.8.2)\n- ipywidgets (>= 7.5.1)\n\nTo run the examples, jupyter is required.\n\nUser installation\n-----------------\n\nThe simplest way to install ``giotto-tda`` is using ``pip``   ::\n\n    python -m pip install -U giotto-tda\n\nIf necessary, this will also automatically install all the above dependencies. Note: we recommend\nupgrading ``pip`` to a recent version as the above may fail on very old versions.\n\nPre-release, experimental builds containing recently added features, and/or\nbug fixes can be installed by running   ::\n\n    python -m pip install -U giotto-tda-nightly\n\nThe main difference between ``giotto-tda-nightly`` and the developer installation (see the section\non contributing, below) is that the former is shipped with pre-compiled wheels (similarly to the stable\nrelease) and hence does not require any C++ dependencies. As the main library module is called ``gtda`` in\nboth the stable and nightly versions, ``giotto-tda`` and ``giotto-tda-nightly`` should not be installed in\nthe same environment.\n\nDeveloper installation\n----------------------\n\nPlease consult the `dedicated page <https://giotto-ai.github.io/gtda-docs/latest/installation.html#developer-installation>`_\nfor detailed instructions on how to build ``giotto-tda`` from sources across different platforms.\n\n.. _contributing-section:\n\nContributing\n============\n\nWe welcome new contributors of all experience levels. The Giotto\ncommunity goals are to be helpful, welcoming, and effective. To learn more about\nmaking a contribution to ``giotto-tda``, please consult `the relevant page\n<https://giotto-ai.github.io/gtda-docs/latest/contributing/index.html>`_.\n\nTesting\n-------\n\nAfter developer installation, you can launch the test suite from outside the\nsource directory   ::\n\n    pytest gtda\n\nImportant links\n===============\n\n- Official source code repo: https://github.com/giotto-ai/giotto-tda\n- Download releases: https://pypi.org/project/giotto-tda/\n- Issue tracker: https://github.com/giotto-ai/giotto-tda/issues\n\n\nCiting giotto-tda\n=================\n\nIf you use ``giotto-tda`` in a scientific publication, we would appreciate citations to the following paper:\n\n   `giotto-tda: A Topological Data Analysis Toolkit for Machine Learning and Data Exploration <https://www.jmlr.org/papers/volume22/20-325/20-325.pdf>`_, Tauzin *et al*, J. Mach. Learn. Res. 22.39 (2021): 1-6.\n\nYou can use the following BibTeX entry:\n\n.. code:: bibtex\n\n    @article{giotto-tda,\n      author  = {Guillaume Tauzin and Umberto Lupo and Lewis Tunstall and Julian Burella P\\'{e}rez and Matteo Caorsi and Anibal M. Medina-Mardones and Alberto Dassatti and Kathryn Hess},\n      title   = {giotto-tda: A Topological Data Analysis Toolkit for Machine Learning and Data Exploration},\n      journal = {Journal of Machine Learning Research},\n      year    = {2021},\n      volume  = {22},\n      number  = {39},\n      pages   = {1-6},\n      url     = {http://jmlr.org/papers/v22/20-325.html}\n    }\n\nCommunity\n=========\n\ngiotto-ai Slack workspace: https://slack.giotto.ai/\n\nContacts\n========\n\nmaintainers@giotto.ai\n",
    "bugtrack_url": null,
    "license": "GNU AGPLv3",
    "summary": "Toolbox for Machine Learning using Topological Data Analysis.",
    "version": "0.6.2",
    "project_urls": {
        "Download": "https://github.com/giotto-ai/giotto-tda/tarball/v0.6.2",
        "Homepage": "https://github.com/giotto-ai/giotto-tda"
    },
    "split_keywords": [
        "machine learning",
        " topological data analysis",
        " persistent homology",
        " persistence diagrams",
        " mapper"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "fc4bea2071ae3666aa98b9cac2d504927fb10ee2d151d3b5c01c1630597617ed",
                "md5": "1b114db5dd43e20d15f2873d4a1c391b",
                "sha256": "6295e31b53711993f6b3f5ab39518937504a39f5629738f5a90691a7c2004fc8"
            },
            "downloads": -1,
            "filename": "giotto_tda-0.6.2-cp310-cp310-macosx_10_9_universal2.whl",
            "has_sig": false,
            "md5_digest": "1b114db5dd43e20d15f2873d4a1c391b",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": null,
            "size": 1768604,
            "upload_time": "2024-05-30T10:15:21",
            "upload_time_iso_8601": "2024-05-30T10:15:21.628232Z",
            "url": "https://files.pythonhosted.org/packages/fc/4b/ea2071ae3666aa98b9cac2d504927fb10ee2d151d3b5c01c1630597617ed/giotto_tda-0.6.2-cp310-cp310-macosx_10_9_universal2.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2c392c936d8351c096ea9149001b864170695abffb5e1ae58eb2b763e74007d2",
                "md5": "35509c1909918e286ae865924792a39d",
                "sha256": "f5f36b6ea2fb2f3dc3716760745e612311783a820f30c06b8f34f7cf93b0e834"
            },
            "downloads": -1,
            "filename": "giotto_tda-0.6.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "35509c1909918e286ae865924792a39d",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": null,
            "size": 1354765,
            "upload_time": "2024-05-30T09:58:12",
            "upload_time_iso_8601": "2024-05-30T09:58:12.210685Z",
            "url": "https://files.pythonhosted.org/packages/2c/39/2c936d8351c096ea9149001b864170695abffb5e1ae58eb2b763e74007d2/giotto_tda-0.6.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2026d492d59c2a46ba4546ac2ff2b479cbe956f4fee830cab619592d8e6c68aa",
                "md5": "db193339120d1daca9b83b4b876daa35",
                "sha256": "82cbfee25d63df1fe98705b50f33fe8ff7acc2a749cd8e3f669d7a7a6d8ef46b"
            },
            "downloads": -1,
            "filename": "giotto_tda-0.6.2-cp310-cp310-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "db193339120d1daca9b83b4b876daa35",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": null,
            "size": 1247231,
            "upload_time": "2024-05-30T10:12:02",
            "upload_time_iso_8601": "2024-05-30T10:12:02.323469Z",
            "url": "https://files.pythonhosted.org/packages/20/26/d492d59c2a46ba4546ac2ff2b479cbe956f4fee830cab619592d8e6c68aa/giotto_tda-0.6.2-cp310-cp310-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "63047491e6c0b4163b5685ffee846e53c9b9be95fae2a88404a171642ffe1c45",
                "md5": "aa0c3a1b60e2518259a722f439137f38",
                "sha256": "c217bfd5ff43485165e034485858efe8c07cae132957e6ab1871f8718d899978"
            },
            "downloads": -1,
            "filename": "giotto_tda-0.6.2-cp311-cp311-macosx_10_9_universal2.whl",
            "has_sig": false,
            "md5_digest": "aa0c3a1b60e2518259a722f439137f38",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": null,
            "size": 1794207,
            "upload_time": "2024-05-30T10:15:24",
            "upload_time_iso_8601": "2024-05-30T10:15:24.314519Z",
            "url": "https://files.pythonhosted.org/packages/63/04/7491e6c0b4163b5685ffee846e53c9b9be95fae2a88404a171642ffe1c45/giotto_tda-0.6.2-cp311-cp311-macosx_10_9_universal2.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f46a4cd4e28f616700a643b5d1856e4afcff95e5974d6490e852bb5856101380",
                "md5": "fd1d0a1166818e8d6c0d61b886e1e7f3",
                "sha256": "de1691198f468d498e8c0d5f3319511c643e45d3bfa8ad1cdc33e425a1a72ccf"
            },
            "downloads": -1,
            "filename": "giotto_tda-0.6.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "fd1d0a1166818e8d6c0d61b886e1e7f3",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": null,
            "size": 1370898,
            "upload_time": "2024-05-30T09:58:14",
            "upload_time_iso_8601": "2024-05-30T09:58:14.983665Z",
            "url": "https://files.pythonhosted.org/packages/f4/6a/4cd4e28f616700a643b5d1856e4afcff95e5974d6490e852bb5856101380/giotto_tda-0.6.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "79a85928a0b2074d693e3b0ea400d769fb2f7b25d592dc6115027f49f9391a91",
                "md5": "d0540e308d59c2cd02d718cf6d98c3a5",
                "sha256": "15d01edd0d8c667c6d5f2670acc7ea77c7bf65d91309bee0ed5a3e961c20f01c"
            },
            "downloads": -1,
            "filename": "giotto_tda-0.6.2-cp311-cp311-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "d0540e308d59c2cd02d718cf6d98c3a5",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": null,
            "size": 1257452,
            "upload_time": "2024-05-30T10:12:03",
            "upload_time_iso_8601": "2024-05-30T10:12:03.856239Z",
            "url": "https://files.pythonhosted.org/packages/79/a8/5928a0b2074d693e3b0ea400d769fb2f7b25d592dc6115027f49f9391a91/giotto_tda-0.6.2-cp311-cp311-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "59b3a21ca58442b59738cd25dee5152303550a699189403cf9b221dbb836e0fc",
                "md5": "35d4e094b5bf2f3f0a42e860b90523c7",
                "sha256": "a04ed69e59965baa6e2fe4846725609f0a17084a993f2449e2991d14ed4a1d4e"
            },
            "downloads": -1,
            "filename": "giotto_tda-0.6.2-cp312-cp312-macosx_10_9_universal2.whl",
            "has_sig": false,
            "md5_digest": "35d4e094b5bf2f3f0a42e860b90523c7",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": null,
            "size": 1781469,
            "upload_time": "2024-05-30T10:15:25",
            "upload_time_iso_8601": "2024-05-30T10:15:25.883841Z",
            "url": "https://files.pythonhosted.org/packages/59/b3/a21ca58442b59738cd25dee5152303550a699189403cf9b221dbb836e0fc/giotto_tda-0.6.2-cp312-cp312-macosx_10_9_universal2.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "84a8eb05e40723de80d14a2c038030c96aee0a6cbd973ee536b62236f57925b4",
                "md5": "3751210081324e488668d9dc73b90bac",
                "sha256": "63066e3ab703b0ba6a49e670c2695b087b079674fbe805e584ec6967a8ff1c71"
            },
            "downloads": -1,
            "filename": "giotto_tda-0.6.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "3751210081324e488668d9dc73b90bac",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": null,
            "size": 1361209,
            "upload_time": "2024-05-30T09:58:16",
            "upload_time_iso_8601": "2024-05-30T09:58:16.639165Z",
            "url": "https://files.pythonhosted.org/packages/84/a8/eb05e40723de80d14a2c038030c96aee0a6cbd973ee536b62236f57925b4/giotto_tda-0.6.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f5dd42912c7088181067cdcfbe0a07b88f441e4f8ded1357515405bd889c3fe8",
                "md5": "8aace98d98a4740956a3a3e072ddc1ca",
                "sha256": "388a460559019759656129bc9c0ea3922923371f5eb0d771e5226a244d481e17"
            },
            "downloads": -1,
            "filename": "giotto_tda-0.6.2-cp312-cp312-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "8aace98d98a4740956a3a3e072ddc1ca",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": null,
            "size": 1251125,
            "upload_time": "2024-05-30T10:12:05",
            "upload_time_iso_8601": "2024-05-30T10:12:05.819203Z",
            "url": "https://files.pythonhosted.org/packages/f5/dd/42912c7088181067cdcfbe0a07b88f441e4f8ded1357515405bd889c3fe8/giotto_tda-0.6.2-cp312-cp312-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "1f7d379028d2060b5fad31de9c61af6e4dbc0e16ca09072713836967d1144cf7",
                "md5": "5e6a7a2c47d1fdac9c5308dcdf2fa6a5",
                "sha256": "d4c8184786ee99b7858f9ec501addf6698133106e48369e10547f7d883bbf1cd"
            },
            "downloads": -1,
            "filename": "giotto_tda-0.6.2-cp38-cp38-macosx_10_9_universal2.whl",
            "has_sig": false,
            "md5_digest": "5e6a7a2c47d1fdac9c5308dcdf2fa6a5",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": null,
            "size": 1766245,
            "upload_time": "2024-05-30T10:15:28",
            "upload_time_iso_8601": "2024-05-30T10:15:28.203242Z",
            "url": "https://files.pythonhosted.org/packages/1f/7d/379028d2060b5fad31de9c61af6e4dbc0e16ca09072713836967d1144cf7/giotto_tda-0.6.2-cp38-cp38-macosx_10_9_universal2.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6082677e325b268c1ad7dd9da59a18d7aede31e0a0870996e0bef44deb7e2f4c",
                "md5": "4a66e7965d63e0d07e225a9dcf022aee",
                "sha256": "abef37f1e48a2beceba35ac01e063243a2e9cf9e4538c46878b6c90385f74245"
            },
            "downloads": -1,
            "filename": "giotto_tda-0.6.2-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "4a66e7965d63e0d07e225a9dcf022aee",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": null,
            "size": 1354982,
            "upload_time": "2024-05-30T09:58:19",
            "upload_time_iso_8601": "2024-05-30T09:58:19.020897Z",
            "url": "https://files.pythonhosted.org/packages/60/82/677e325b268c1ad7dd9da59a18d7aede31e0a0870996e0bef44deb7e2f4c/giotto_tda-0.6.2-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d1190e790af432cb34b6bc71e9e298ae3f87173b05f6e41d3c65cce74daa47b0",
                "md5": "8cafcaecfa8e53368e2aad0c65a88aa9",
                "sha256": "7a50ebc5be6993e70b99840a4a998147435fa39ab11bd9a44c3f577b6b003893"
            },
            "downloads": -1,
            "filename": "giotto_tda-0.6.2-cp38-cp38-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "8cafcaecfa8e53368e2aad0c65a88aa9",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": null,
            "size": 1266196,
            "upload_time": "2024-05-30T10:12:07",
            "upload_time_iso_8601": "2024-05-30T10:12:07.692074Z",
            "url": "https://files.pythonhosted.org/packages/d1/19/0e790af432cb34b6bc71e9e298ae3f87173b05f6e41d3c65cce74daa47b0/giotto_tda-0.6.2-cp38-cp38-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "361bea57a6b767bbf6b01c43c40138ee3e9f41bb8d7654dd6479e9e65b05accd",
                "md5": "d1a468fcf43cd4cb156806c3f2cf46f0",
                "sha256": "c3c206b12e113a5e2fc90fa9564b2ded33cff00f4a141f862a838247791a4fd5"
            },
            "downloads": -1,
            "filename": "giotto_tda-0.6.2-cp39-cp39-macosx_10_9_universal2.whl",
            "has_sig": false,
            "md5_digest": "d1a468fcf43cd4cb156806c3f2cf46f0",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": null,
            "size": 1770298,
            "upload_time": "2024-05-30T10:15:30",
            "upload_time_iso_8601": "2024-05-30T10:15:30.648884Z",
            "url": "https://files.pythonhosted.org/packages/36/1b/ea57a6b767bbf6b01c43c40138ee3e9f41bb8d7654dd6479e9e65b05accd/giotto_tda-0.6.2-cp39-cp39-macosx_10_9_universal2.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "acf0359ffb24383e3f6c4fea5d1ebe9beccef134a39973422eb1dfc462d4f20f",
                "md5": "9cd5fe0cb2b5495a9a36e29e365470a7",
                "sha256": "ebca006ee57d91e7c3db3d357e4e54462e368687f2c754061d82fc83ae153d2e"
            },
            "downloads": -1,
            "filename": "giotto_tda-0.6.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "9cd5fe0cb2b5495a9a36e29e365470a7",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": null,
            "size": 1357803,
            "upload_time": "2024-05-30T09:58:20",
            "upload_time_iso_8601": "2024-05-30T09:58:20.704322Z",
            "url": "https://files.pythonhosted.org/packages/ac/f0/359ffb24383e3f6c4fea5d1ebe9beccef134a39973422eb1dfc462d4f20f/giotto_tda-0.6.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4a5ac7ae256e9b1cf9ef28ed383fa9231521cee2ccf32298c30ab1e64204b941",
                "md5": "96ddb64ed22aaa2947c2b049a4fc6c53",
                "sha256": "71ea191d17122ad0bbdd5205409e5038ffc677da876c780fd0f6601dc01bd4b9"
            },
            "downloads": -1,
            "filename": "giotto_tda-0.6.2-cp39-cp39-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "96ddb64ed22aaa2947c2b049a4fc6c53",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": null,
            "size": 1246990,
            "upload_time": "2024-05-30T10:12:09",
            "upload_time_iso_8601": "2024-05-30T10:12:09.073427Z",
            "url": "https://files.pythonhosted.org/packages/4a/5a/c7ae256e9b1cf9ef28ed383fa9231521cee2ccf32298c30ab1e64204b941/giotto_tda-0.6.2-cp39-cp39-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-05-30 10:15:21",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "giotto-ai",
    "github_project": "giotto-tda",
    "travis_ci": false,
    "coveralls": true,
    "github_actions": true,
    "requirements": [],
    "lcname": "giotto-tda"
}
        
Elapsed time: 1.00553s