dipy


Namedipy JSON
Version 1.9.0 PyPI version JSON
download
home_pagehttps://dipy.org
SummaryDiffusion MRI Imaging in Python
upload_time2024-03-08 22:14:36
maintainer
docs_urlNone
author
requires_python>=3.9
licenseUnless otherwise specified by LICENSE.txt files in individual directories, or within individual files or functions, all code is: Copyright (c) 2008-2024, dipy developers All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: * Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. * Neither the name of the dipy developers nor the names of any contributors may be used to endorse or promote products derived from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
keywords dipy diffusionimaging dti tracking tractography diffusionmri mri tractometry connectomics brain dipymri microstructure deeplearning registration segmentations simulation medical imaging brain machinelearning signalprocessing
VCS
bugtrack_url
requirements cython numpy scipy nibabel h5py packaging tqdm trx-python
Travis-CI No Travis.
coveralls test coverage
            .. image:: doc/_static/images/logos/dipy-logo.png
  :height: 180px
  :target: http://dipy.org
  :alt: DIPY - Diffusion Imaging in Python

|

.. image:: https://github.com/dipy/dipy/actions/workflows/test.yml/badge.svg?branch=master
  :target: https://github.com/dipy/dipy/actions/workflows/test.yml

.. image:: https://codecov.io/gh/dipy/dipy/branch/master/graph/badge.svg
  :target: https://codecov.io/gh/dipy/dipy

.. image:: https://img.shields.io/pypi/v/dipy.svg
  :target: https://pypi.python.org/pypi/dipy

.. image:: https://anaconda.org/conda-forge/dipy/badges/platforms.svg
  :target: https://anaconda.org/conda-forge/dipy

.. image:: https://anaconda.org/conda-forge/dipy/badges/downloads.svg
  :target: https://anaconda.org/conda-forge/dipy

.. image:: https://img.shields.io/badge/License-BSD%203--Clause-blue.svg
  :target: https://github.com/dipy/dipy/blob/master/LICENSE


DIPY [DIPYREF]_ is a python library for the analysis of MR diffusion imaging.

DIPY is for research only; please contact admins@dipy.org if you plan to deploy
in clinical settings.

Website
=======

Current information can always be found from the DIPY website - http://dipy.org

Mailing Lists
=============

Please see the DIPY community list at
https://mail.python.org/mailman3/lists/dipy.python.org/

Please see the users' forum at
https://github.com/dipy/dipy/discussions

Please join the gitter chatroom `here <https://gitter.im/dipy/dipy>`_.

Code
====

You can find our sources and single-click downloads:

* `Main repository`_ on Github.
* Documentation_ for all releases and current development tree.
* Download as a tar/zip file the `current trunk`_.

.. _main repository: http://github.com/dipy/dipy
.. _Documentation: http://dipy.org
.. _current trunk: http://github.com/dipy/dipy/archives/master


Installing DIPY
===============

DIPY can be installed using `pip`::

    pip install dipy

or using `conda`::

    conda install -c conda-forge dipy

For detailed installation instructions, including instructions for installing
from source, please read our `installation documentation <https://docs.dipy.org/stable/user_guide/installation.html>`_.

Python versions and dependencies
--------------------------------

DIPY follows the `Scientific Python`_ `SPEC 0 — Minimum Supported Versions`_
recommendation as closely as possible, including the supported Python and
dependencies versions.

Further information can be found in `Toolchain Roadmap <https://docs.dipy.org/stable/devel/toolchain.html>`_.

License
=======

DIPY is licensed under the terms of the BSD license.
Please see the `LICENSE file <https://github.com/dipy/dipy/blob/master/LICENSE>`_.

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

We welcome contributions from the community. Please read our `Contributing guidelines <https://github.com/dipy/dipy/blob/master/.github/CONTRIBUTING.md>`_.

Reference
=========

.. [DIPYREF] E. Garyfallidis, M. Brett, B. Amirbekian, A. Rokem,
    S. Van Der Walt, M. Descoteaux, I. Nimmo-Smith and DIPY contributors,
    "DIPY, a library for the analysis of diffusion MRI data",
    Frontiers in Neuroinformatics, vol. 8, p. 8, Frontiers, 2014.


.. _`Scientific Python`: https://scientific-python.org/
.. _`SPEC 0 — Minimum Supported Versions`: https://scientific-python.org/specs/spec-0000/

            

Raw data

            {
    "_id": null,
    "home_page": "https://dipy.org",
    "name": "dipy",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.9",
    "maintainer_email": "Eleftherios Garyfallidis <neuroimaging@python.org>, Ariel Rokem <neuroimaging@python.org>, Serge Koudoro <neuroimaging@python.org>",
    "keywords": "dipy diffusionimaging dti tracking tractography diffusionmri mri tractometry connectomics brain dipymri microstructure deeplearning registration segmentations simulation medical imaging brain machinelearning signalprocessing",
    "author": "",
    "author_email": "DIPY developers <dipy@python.org>",
    "download_url": "",
    "platform": null,
    "description": ".. image:: doc/_static/images/logos/dipy-logo.png\n  :height: 180px\n  :target: http://dipy.org\n  :alt: DIPY - Diffusion Imaging in Python\n\n|\n\n.. image:: https://github.com/dipy/dipy/actions/workflows/test.yml/badge.svg?branch=master\n  :target: https://github.com/dipy/dipy/actions/workflows/test.yml\n\n.. image:: https://codecov.io/gh/dipy/dipy/branch/master/graph/badge.svg\n  :target: https://codecov.io/gh/dipy/dipy\n\n.. image:: https://img.shields.io/pypi/v/dipy.svg\n  :target: https://pypi.python.org/pypi/dipy\n\n.. image:: https://anaconda.org/conda-forge/dipy/badges/platforms.svg\n  :target: https://anaconda.org/conda-forge/dipy\n\n.. image:: https://anaconda.org/conda-forge/dipy/badges/downloads.svg\n  :target: https://anaconda.org/conda-forge/dipy\n\n.. image:: https://img.shields.io/badge/License-BSD%203--Clause-blue.svg\n  :target: https://github.com/dipy/dipy/blob/master/LICENSE\n\n\nDIPY [DIPYREF]_ is a python library for the analysis of MR diffusion imaging.\n\nDIPY is for research only; please contact admins@dipy.org if you plan to deploy\nin clinical settings.\n\nWebsite\n=======\n\nCurrent information can always be found from the DIPY website - http://dipy.org\n\nMailing Lists\n=============\n\nPlease see the DIPY community list at\nhttps://mail.python.org/mailman3/lists/dipy.python.org/\n\nPlease see the users' forum at\nhttps://github.com/dipy/dipy/discussions\n\nPlease join the gitter chatroom `here <https://gitter.im/dipy/dipy>`_.\n\nCode\n====\n\nYou can find our sources and single-click downloads:\n\n* `Main repository`_ on Github.\n* Documentation_ for all releases and current development tree.\n* Download as a tar/zip file the `current trunk`_.\n\n.. _main repository: http://github.com/dipy/dipy\n.. _Documentation: http://dipy.org\n.. _current trunk: http://github.com/dipy/dipy/archives/master\n\n\nInstalling DIPY\n===============\n\nDIPY can be installed using `pip`::\n\n    pip install dipy\n\nor using `conda`::\n\n    conda install -c conda-forge dipy\n\nFor detailed installation instructions, including instructions for installing\nfrom source, please read our `installation documentation <https://docs.dipy.org/stable/user_guide/installation.html>`_.\n\nPython versions and dependencies\n--------------------------------\n\nDIPY follows the `Scientific Python`_ `SPEC 0 \u2014 Minimum Supported Versions`_\nrecommendation as closely as possible, including the supported Python and\ndependencies versions.\n\nFurther information can be found in `Toolchain Roadmap <https://docs.dipy.org/stable/devel/toolchain.html>`_.\n\nLicense\n=======\n\nDIPY is licensed under the terms of the BSD license.\nPlease see the `LICENSE file <https://github.com/dipy/dipy/blob/master/LICENSE>`_.\n\nContributing\n============\n\nWe welcome contributions from the community. Please read our `Contributing guidelines <https://github.com/dipy/dipy/blob/master/.github/CONTRIBUTING.md>`_.\n\nReference\n=========\n\n.. [DIPYREF] E. Garyfallidis, M. Brett, B. Amirbekian, A. Rokem,\n    S. Van Der Walt, M. Descoteaux, I. Nimmo-Smith and DIPY contributors,\n    \"DIPY, a library for the analysis of diffusion MRI data\",\n    Frontiers in Neuroinformatics, vol. 8, p. 8, Frontiers, 2014.\n\n\n.. _`Scientific Python`: https://scientific-python.org/\n.. _`SPEC 0 \u2014 Minimum Supported Versions`: https://scientific-python.org/specs/spec-0000/\n",
    "bugtrack_url": null,
    "license": "Unless otherwise specified by LICENSE.txt files in individual directories, or within individual files or functions, all code is:  Copyright (c) 2008-2024, dipy developers All rights reserved.  Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:  * Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.  * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.  * Neither the name of the dipy developers nor the names of any contributors may be used to endorse or promote products derived from this software without specific prior written permission.  THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS \"AS IS\" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.",
    "summary": "Diffusion MRI Imaging in Python",
    "version": "1.9.0",
    "project_urls": {
        "Documentation": "https://dipy.org/documentation/latest/documentation/",
        "Download": "https://pypi.org/project/dipy/#files",
        "Homepage": "https://dipy.org",
        "Source": "https://github.com/dipy/dipy",
        "Tracker": "https://github.com/dipy/dipy/issues"
    },
    "split_keywords": [
        "dipy",
        "diffusionimaging",
        "dti",
        "tracking",
        "tractography",
        "diffusionmri",
        "mri",
        "tractometry",
        "connectomics",
        "brain",
        "dipymri",
        "microstructure",
        "deeplearning",
        "registration",
        "segmentations",
        "simulation",
        "medical",
        "imaging",
        "brain",
        "machinelearning",
        "signalprocessing"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "24231e950e0c000e08a07b586cca68ba2e3c4eb14501b4f4963508e4c521ff1f",
                "md5": "3a2566c91b31950780489d434a162200",
                "sha256": "0f29fee8dae3a988b5c44ceda9a8c9056e59ba73829463c646b98708e0e73bd9"
            },
            "downloads": -1,
            "filename": "dipy-1.9.0-cp310-cp310-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "3a2566c91b31950780489d434a162200",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.9",
            "size": 8845535,
            "upload_time": "2024-03-08T22:14:36",
            "upload_time_iso_8601": "2024-03-08T22:14:36.525477Z",
            "url": "https://files.pythonhosted.org/packages/24/23/1e950e0c000e08a07b586cca68ba2e3c4eb14501b4f4963508e4c521ff1f/dipy-1.9.0-cp310-cp310-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "da7c240ecb30107a0328986fb3058788d62976d26f6b8d29deb63f02d45e492b",
                "md5": "666946f41acf1d51e08e972ffb887ece",
                "sha256": "642a5757930271fc44cead63d95fb421b44283423fc8414d3841afb91dd236b5"
            },
            "downloads": -1,
            "filename": "dipy-1.9.0-cp310-cp310-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "666946f41acf1d51e08e972ffb887ece",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.9",
            "size": 8231895,
            "upload_time": "2024-03-08T22:14:42",
            "upload_time_iso_8601": "2024-03-08T22:14:42.960787Z",
            "url": "https://files.pythonhosted.org/packages/da/7c/240ecb30107a0328986fb3058788d62976d26f6b8d29deb63f02d45e492b/dipy-1.9.0-cp310-cp310-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "1d2815927821eb332c507b010b92d2b49a583009e26f97ecd6b68679b1f93397",
                "md5": "2290023fe725b0543db4aa4845d9897a",
                "sha256": "61e22cf21784173d580bfc7e7f8f4bf87786756155c65cc0abf5f6c098a6b9b7"
            },
            "downloads": -1,
            "filename": "dipy-1.9.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "2290023fe725b0543db4aa4845d9897a",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.9",
            "size": 8702937,
            "upload_time": "2024-03-08T22:14:47",
            "upload_time_iso_8601": "2024-03-08T22:14:47.687872Z",
            "url": "https://files.pythonhosted.org/packages/1d/28/15927821eb332c507b010b92d2b49a583009e26f97ecd6b68679b1f93397/dipy-1.9.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8a1215a14c4fdebbb7f5869041d70f8701a67fdf89ff5454a5011c3dd63d7f58",
                "md5": "cc28ebf13d9014228b907be77b788da2",
                "sha256": "d59cb8a73b82cc60ac12cc338546d2d5b5c2ebafe0571366549bf91542b1a311"
            },
            "downloads": -1,
            "filename": "dipy-1.9.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "cc28ebf13d9014228b907be77b788da2",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.9",
            "size": 9046797,
            "upload_time": "2024-03-08T22:14:54",
            "upload_time_iso_8601": "2024-03-08T22:14:54.056231Z",
            "url": "https://files.pythonhosted.org/packages/8a/12/15a14c4fdebbb7f5869041d70f8701a67fdf89ff5454a5011c3dd63d7f58/dipy-1.9.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "100fe6efaf8062d60aa06e00e6f1406bc3b7ebd05b5ca9cdd585931e88018d48",
                "md5": "3ad9a23f911c0176f46e71e47687053f",
                "sha256": "17427a280dcf07702d45191de3a8645d846d9c70144c21b3abc15daa15ba3e17"
            },
            "downloads": -1,
            "filename": "dipy-1.9.0-cp310-cp310-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "3ad9a23f911c0176f46e71e47687053f",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.9",
            "size": 8261944,
            "upload_time": "2024-03-08T22:14:59",
            "upload_time_iso_8601": "2024-03-08T22:14:59.533818Z",
            "url": "https://files.pythonhosted.org/packages/10/0f/e6efaf8062d60aa06e00e6f1406bc3b7ebd05b5ca9cdd585931e88018d48/dipy-1.9.0-cp310-cp310-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "db1470c9d60d2ccdbf45efd139af545d7a90382c57d8b06504ffe2c7126b044f",
                "md5": "d0c5452654bfe994aa6a2636a367c1a2",
                "sha256": "0abd802100250871d5eb065bf56933f49082935181e8d47e2362ed3e41e9b4fc"
            },
            "downloads": -1,
            "filename": "dipy-1.9.0-cp311-cp311-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "d0c5452654bfe994aa6a2636a367c1a2",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.9",
            "size": 8835789,
            "upload_time": "2024-03-08T22:15:04",
            "upload_time_iso_8601": "2024-03-08T22:15:04.980904Z",
            "url": "https://files.pythonhosted.org/packages/db/14/70c9d60d2ccdbf45efd139af545d7a90382c57d8b06504ffe2c7126b044f/dipy-1.9.0-cp311-cp311-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b88fe68aaf9fc09fb0096a97276df850bffc034d8fc4c2c5ab7cef43a853ca59",
                "md5": "e138f2e5d8e603725eb360ce62fe7bda",
                "sha256": "4f5cc43ad0ba37be236006b20bd0ed957640e07565e06d5997e47fdbbd7a0c2d"
            },
            "downloads": -1,
            "filename": "dipy-1.9.0-cp311-cp311-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "e138f2e5d8e603725eb360ce62fe7bda",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.9",
            "size": 8227637,
            "upload_time": "2024-03-08T22:15:10",
            "upload_time_iso_8601": "2024-03-08T22:15:10.192165Z",
            "url": "https://files.pythonhosted.org/packages/b8/8f/e68aaf9fc09fb0096a97276df850bffc034d8fc4c2c5ab7cef43a853ca59/dipy-1.9.0-cp311-cp311-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ba1f0f079be9e0e8ff5ede7efe87cddcc78986782c340dfd56443086023299e5",
                "md5": "6f4a2ffbcf03ec6d8ba22f8f43b736ab",
                "sha256": "34144ed9bdda83e2dceae820d550bf4f184a537cf8efc3e5b9f8872103ed521a"
            },
            "downloads": -1,
            "filename": "dipy-1.9.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "6f4a2ffbcf03ec6d8ba22f8f43b736ab",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.9",
            "size": 8692478,
            "upload_time": "2024-03-08T22:15:15",
            "upload_time_iso_8601": "2024-03-08T22:15:15.517439Z",
            "url": "https://files.pythonhosted.org/packages/ba/1f/0f079be9e0e8ff5ede7efe87cddcc78986782c340dfd56443086023299e5/dipy-1.9.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "53ad18090e5d7cabd50c494b0f8840e61c0f7a795ca0f18ce7e8b66b5318b5b3",
                "md5": "999bb896da0f85d9c9999dce6ff77407",
                "sha256": "cee0ccd5fd73afc19992b63af3e9cad0d3dee8c6a62b6c68a615c36424255f61"
            },
            "downloads": -1,
            "filename": "dipy-1.9.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "999bb896da0f85d9c9999dce6ff77407",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.9",
            "size": 9043508,
            "upload_time": "2024-03-08T22:15:21",
            "upload_time_iso_8601": "2024-03-08T22:15:21.706759Z",
            "url": "https://files.pythonhosted.org/packages/53/ad/18090e5d7cabd50c494b0f8840e61c0f7a795ca0f18ce7e8b66b5318b5b3/dipy-1.9.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a802b5e780a9f8366322973efeb26d1f03e86d3035526a9dd1bbd4f308883b5b",
                "md5": "12a2fdcc7395b0b8fdaba1f7d480f980",
                "sha256": "8da3f5311cfd71dc635b3996b8421192a596f1759851a050a63d085856e9cb9f"
            },
            "downloads": -1,
            "filename": "dipy-1.9.0-cp311-cp311-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "12a2fdcc7395b0b8fdaba1f7d480f980",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.9",
            "size": 8267976,
            "upload_time": "2024-03-08T22:15:28",
            "upload_time_iso_8601": "2024-03-08T22:15:28.006887Z",
            "url": "https://files.pythonhosted.org/packages/a8/02/b5e780a9f8366322973efeb26d1f03e86d3035526a9dd1bbd4f308883b5b/dipy-1.9.0-cp311-cp311-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0b79be82ae92cbb0dc2c7e0c1219ea828c82b4fffd355c8e5a142ba67bbe7ccd",
                "md5": "244a20a21ed8e6c82181a8559e3f7de0",
                "sha256": "c3f5450c3982595db4811f38dd4be07cd3e077d5f4d0e4e8911ebf5157ca82da"
            },
            "downloads": -1,
            "filename": "dipy-1.9.0-cp312-cp312-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "244a20a21ed8e6c82181a8559e3f7de0",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.9",
            "size": 8806755,
            "upload_time": "2024-03-08T22:15:33",
            "upload_time_iso_8601": "2024-03-08T22:15:33.351668Z",
            "url": "https://files.pythonhosted.org/packages/0b/79/be82ae92cbb0dc2c7e0c1219ea828c82b4fffd355c8e5a142ba67bbe7ccd/dipy-1.9.0-cp312-cp312-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e7a5a2eccb60f6fda958ba4210aaa1f5739f0d5b48fafd9d5f66d69583c3d904",
                "md5": "a880a197aefa6506197c1743660a1924",
                "sha256": "58f7365086fcc135eb48cdb0cd76525e6ac960f7b693b071034dd4be4594c284"
            },
            "downloads": -1,
            "filename": "dipy-1.9.0-cp312-cp312-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "a880a197aefa6506197c1743660a1924",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.9",
            "size": 8204429,
            "upload_time": "2024-03-08T22:15:38",
            "upload_time_iso_8601": "2024-03-08T22:15:38.691853Z",
            "url": "https://files.pythonhosted.org/packages/e7/a5/a2eccb60f6fda958ba4210aaa1f5739f0d5b48fafd9d5f66d69583c3d904/dipy-1.9.0-cp312-cp312-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "7b91c5c65894e25afa6703806ade4846c57f68ba9dc62fad97023b6b673794f7",
                "md5": "3763a7543e9a47f665dc9ff41333a1e3",
                "sha256": "33c7eda4b1953cdacda1bf0da1a7970fef79260fa82e09d6b58d43fabd5a4299"
            },
            "downloads": -1,
            "filename": "dipy-1.9.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "3763a7543e9a47f665dc9ff41333a1e3",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.9",
            "size": 8702455,
            "upload_time": "2024-03-08T22:15:43",
            "upload_time_iso_8601": "2024-03-08T22:15:43.819115Z",
            "url": "https://files.pythonhosted.org/packages/7b/91/c5c65894e25afa6703806ade4846c57f68ba9dc62fad97023b6b673794f7/dipy-1.9.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "008a37a036e285dc3308c58996dc3c21991cb70fa38397ebb2e711ddc3c6c962",
                "md5": "ee5c69fc8d0e5d582c2f633147cfe8b5",
                "sha256": "4066f696a84ca20a550ba5b7879a51ae61bac2c719b5cba0fcbef855d8d612ec"
            },
            "downloads": -1,
            "filename": "dipy-1.9.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "ee5c69fc8d0e5d582c2f633147cfe8b5",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.9",
            "size": 9035532,
            "upload_time": "2024-03-08T22:15:49",
            "upload_time_iso_8601": "2024-03-08T22:15:49.006610Z",
            "url": "https://files.pythonhosted.org/packages/00/8a/37a036e285dc3308c58996dc3c21991cb70fa38397ebb2e711ddc3c6c962/dipy-1.9.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e15250ba6c80bb7e0a397a20678d86a3b6b67fe7f15fc8ad569c6d355d43be95",
                "md5": "72c80f77f2da50091e3f670b07e75fde",
                "sha256": "6f18e2593ee0bc2acad60272ce6b44472401f797e216617e5738d752073a5be1"
            },
            "downloads": -1,
            "filename": "dipy-1.9.0-cp312-cp312-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "72c80f77f2da50091e3f670b07e75fde",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.9",
            "size": 8205675,
            "upload_time": "2024-03-08T22:15:54",
            "upload_time_iso_8601": "2024-03-08T22:15:54.180325Z",
            "url": "https://files.pythonhosted.org/packages/e1/52/50ba6c80bb7e0a397a20678d86a3b6b67fe7f15fc8ad569c6d355d43be95/dipy-1.9.0-cp312-cp312-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c49b51a7f29afb03aaaa6dd5171fd20dd2f91fafe755caf1decd008f0dfd4ff6",
                "md5": "0252299676ceb17e4826da1c32f83928",
                "sha256": "908c3716f219d399da72f65196ba3b86cd8878377618bbbf6d0a9b1f91af4c44"
            },
            "downloads": -1,
            "filename": "dipy-1.9.0-cp39-cp39-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "0252299676ceb17e4826da1c32f83928",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.9",
            "size": 8866208,
            "upload_time": "2024-03-08T22:15:58",
            "upload_time_iso_8601": "2024-03-08T22:15:58.848229Z",
            "url": "https://files.pythonhosted.org/packages/c4/9b/51a7f29afb03aaaa6dd5171fd20dd2f91fafe755caf1decd008f0dfd4ff6/dipy-1.9.0-cp39-cp39-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "5fcc69d3317e6dc0022e94142e1ca0277d0446b57d88e159bb085f072ccc2dfe",
                "md5": "576d89bcf1de1053194d14a0db5cf65b",
                "sha256": "f9490816d394ca92c413a95d8a41b79dea3eaa7aab59c9f65a9c0e977e4b0574"
            },
            "downloads": -1,
            "filename": "dipy-1.9.0-cp39-cp39-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "576d89bcf1de1053194d14a0db5cf65b",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.9",
            "size": 8249882,
            "upload_time": "2024-03-08T22:16:03",
            "upload_time_iso_8601": "2024-03-08T22:16:03.915306Z",
            "url": "https://files.pythonhosted.org/packages/5f/cc/69d3317e6dc0022e94142e1ca0277d0446b57d88e159bb085f072ccc2dfe/dipy-1.9.0-cp39-cp39-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "5b1231d523f21af514707a45a2bb94e16040946de98a56c49825f3acf1f15dfd",
                "md5": "f8cd64080bd978b30c899b8fe999c721",
                "sha256": "f11d4b68ecbd89f6099d3c0d4a2386139232e6f49aff4fc2c979b269d1267dbb"
            },
            "downloads": -1,
            "filename": "dipy-1.9.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "f8cd64080bd978b30c899b8fe999c721",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.9",
            "size": 8721044,
            "upload_time": "2024-03-08T22:16:09",
            "upload_time_iso_8601": "2024-03-08T22:16:09.174781Z",
            "url": "https://files.pythonhosted.org/packages/5b/12/31d523f21af514707a45a2bb94e16040946de98a56c49825f3acf1f15dfd/dipy-1.9.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3045eef3447d428212acf1a2738bb8e9b77c86f3f0d5d368a8e3b2767dd722e8",
                "md5": "60d74460cf42c4dcf642af3a04f72c0c",
                "sha256": "06144427182c753f58c7117bf167ef7148ca8534871ca61c7fad6aa94f2ac25d"
            },
            "downloads": -1,
            "filename": "dipy-1.9.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "60d74460cf42c4dcf642af3a04f72c0c",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.9",
            "size": 9078849,
            "upload_time": "2024-03-08T22:16:14",
            "upload_time_iso_8601": "2024-03-08T22:16:14.413204Z",
            "url": "https://files.pythonhosted.org/packages/30/45/eef3447d428212acf1a2738bb8e9b77c86f3f0d5d368a8e3b2767dd722e8/dipy-1.9.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "cad8e70d38dafa7b691462e4c2dc04fd1c46b8f73cf2764e7e2d2dee8ab79d42",
                "md5": "51cfa586a8cf2b9766fd1f82a669d0ef",
                "sha256": "12754416f5290fd9f91261746ba961ab3589a47e1855f4ee644f3aa7700661b0"
            },
            "downloads": -1,
            "filename": "dipy-1.9.0-cp39-cp39-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "51cfa586a8cf2b9766fd1f82a669d0ef",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.9",
            "size": 8280497,
            "upload_time": "2024-03-08T22:16:19",
            "upload_time_iso_8601": "2024-03-08T22:16:19.658380Z",
            "url": "https://files.pythonhosted.org/packages/ca/d8/e70d38dafa7b691462e4c2dc04fd1c46b8f73cf2764e7e2d2dee8ab79d42/dipy-1.9.0-cp39-cp39-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-03-08 22:14:36",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "dipy",
    "github_project": "dipy",
    "travis_ci": false,
    "coveralls": true,
    "github_actions": true,
    "requirements": [
        {
            "name": "cython",
            "specs": [
                [
                    ">=",
                    "0.29.35"
                ],
                [
                    "!=",
                    "0.29.29"
                ]
            ]
        },
        {
            "name": "numpy",
            "specs": [
                [
                    ">=",
                    "1.22.4"
                ]
            ]
        },
        {
            "name": "scipy",
            "specs": [
                [
                    ">=",
                    "1.8.1"
                ]
            ]
        },
        {
            "name": "nibabel",
            "specs": [
                [
                    ">=",
                    "4.0.0"
                ]
            ]
        },
        {
            "name": "h5py",
            "specs": [
                [
                    ">=",
                    "3.7.0"
                ]
            ]
        },
        {
            "name": "packaging",
            "specs": [
                [
                    ">=",
                    "19.0"
                ]
            ]
        },
        {
            "name": "tqdm",
            "specs": [
                [
                    ">=",
                    "4.30.0"
                ]
            ]
        },
        {
            "name": "trx-python",
            "specs": [
                [
                    ">=",
                    "0.2.9"
                ]
            ]
        }
    ],
    "lcname": "dipy"
}
        
Elapsed time: 0.21660s