Name | discretize JSON |
Version |
0.11.0
JSON |
| download |
home_page | None |
Summary | Discretization tools for finite volume and inverse problems |
upload_time | 2024-10-25 05:42:06 |
maintainer | None |
docs_url | None |
author | None |
requires_python | >=3.10 |
license | The MIT License (MIT) Copyright (c) 2013-2024 SimPEG Developers Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. |
keywords |
finite volume
discretization
pde
ode
|
VCS |
|
bugtrack_url |
|
requirements |
No requirements were recorded.
|
Travis-CI |
No Travis.
|
coveralls test coverage |
No coveralls.
|
.. image:: https://raw.github.com/simpeg/discretize/main/docs/images/discretize-logo.png
:alt: Discretize Logo
discretize
==========
.. image:: https://img.shields.io/pypi/v/discretize.svg
:target: https://pypi.python.org/pypi/discretize
:alt: Latest PyPI version
.. image:: https://anaconda.org/conda-forge/discretize/badges/version.svg
:target: https://anaconda.org/conda-forge/discretize
:alt: Latest conda-forge version
.. image:: https://img.shields.io/github/license/simpeg/simpeg.svg
:target: https://github.com/simpeg/discretize/blob/main/LICENSE
:alt: MIT license
.. image:: https://dev.azure.com/simpeg/discretize/_apis/build/status/simpeg.discretize?branchName=main
:target: https://dev.azure.com/simpeg/discretize/_build/latest?definitionId=1&branchName=main
:alt: Azure pipelines build status
.. image:: https://codecov.io/gh/simpeg/discretize/branch/main/graph/badge.svg
:target: https://codecov.io/gh/simpeg/discretize
:alt: Coverage status
.. image:: https://zenodo.org/badge/DOI/10.5281/zenodo.596411.svg
:target: https://doi.org/10.5281/zenodo.596411
.. image:: https://img.shields.io/discourse/users?server=http%3A%2F%2Fsimpeg.discourse.group%2F
:target: http://simpeg.discourse.group/
.. image:: https://img.shields.io/badge/simpeg-purple?logo=mattermost&label=Mattermost
:target: https://mattermost.softwareunderground.org/simpeg
.. image:: https://img.shields.io/badge/Youtube%20channel-GeoSci.xyz-FF0000.svg?logo=youtube
:target: https://www.youtube.com/channel/UCBrC4M8_S4GXhyHht7FyQqw
**discretize** - A python package for finite volume discretization.
The vision is to create a package for finite volume simulation with a
focus on large scale inverse problems.
This package has the following features:
* modular with respect to the spacial discretization
* built with the inverse problem in mind
* supports 1D, 2D and 3D problems
* access to sparse matrix operators
* access to derivatives to mesh variables
.. image:: https://raw.githubusercontent.com/simpeg/figures/master/finitevolume/cell-anatomy-tensor.png
Currently, discretize supports:
* Tensor Meshes (1D, 2D and 3D)
* Cylindrically Symmetric Meshes
* QuadTree and OcTree Meshes (2D and 3D)
* Logically Rectangular Meshes (2D and 3D)
* Triangular (2D) and Tetrahedral (3D) Meshes
Installing
^^^^^^^^^^
**discretize** is on conda-forge, and is the recommended installation method.
.. code:: shell
conda install -c conda-forge discretize
Prebuilt wheels of **discretize** are on pypi for most platforms
.. code:: shell
pip install discretize
To install from source, note this requires a `c++` compiler supporting the `c++17` standard.
.. code:: shell
git clone https://github.com/simpeg/discretize.git
cd discretize
pip install .
Citing discretize
^^^^^^^^^^^^^^^^^
Please cite the SimPEG paper when using discretize in your work:
Cockett, R., Kang, S., Heagy, L. J., Pidlisecky, A., & Oldenburg, D. W. (2015). SimPEG: An open source framework for simulation and gradient based parameter estimation in geophysical applications. Computers & Geosciences.
**BibTex:**
.. code:: Latex
@article{cockett2015simpeg,
title={SimPEG: An open source framework for simulation and gradient based parameter estimation in geophysical applications},
author={Cockett, Rowan and Kang, Seogi and Heagy, Lindsey J and Pidlisecky, Adam and Oldenburg, Douglas W},
journal={Computers \& Geosciences},
year={2015},
publisher={Elsevier}
}
Links
^^^^^
Website:
http://simpeg.xyz
Documentation:
http://discretize.simpeg.xyz
Code:
https://github.com/simpeg/discretize
Tests:
https://travis-ci.org/simpeg/discretize
Bugs & Issues:
https://github.com/simpeg/discretize/issues
Questions:
http://simpeg.discourse.group/
Chat:
https://mattermost.softwareunderground.org/simpeg
Raw data
{
"_id": null,
"home_page": null,
"name": "discretize",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.10",
"maintainer_email": null,
"keywords": "finite volume, discretization, pde, ode",
"author": null,
"author_email": "SimPEG developers <rowanc1@gmail.com>",
"download_url": "https://files.pythonhosted.org/packages/3a/5b/a019bd5d47d31148ac299a3192d1525d096ddd810e38d6ad4ffd478d89bf/discretize-0.11.0.tar.gz",
"platform": null,
"description": ".. image:: https://raw.github.com/simpeg/discretize/main/docs/images/discretize-logo.png\n :alt: Discretize Logo\n\ndiscretize\n==========\n\n.. image:: https://img.shields.io/pypi/v/discretize.svg\n :target: https://pypi.python.org/pypi/discretize\n :alt: Latest PyPI version\n\n.. image:: https://anaconda.org/conda-forge/discretize/badges/version.svg\n :target: https://anaconda.org/conda-forge/discretize\n :alt: Latest conda-forge version\n\n.. image:: https://img.shields.io/github/license/simpeg/simpeg.svg\n :target: https://github.com/simpeg/discretize/blob/main/LICENSE\n :alt: MIT license\n\n.. image:: https://dev.azure.com/simpeg/discretize/_apis/build/status/simpeg.discretize?branchName=main\n :target: https://dev.azure.com/simpeg/discretize/_build/latest?definitionId=1&branchName=main\n :alt: Azure pipelines build status\n\n.. image:: https://codecov.io/gh/simpeg/discretize/branch/main/graph/badge.svg\n :target: https://codecov.io/gh/simpeg/discretize\n :alt: Coverage status\n\n.. image:: https://zenodo.org/badge/DOI/10.5281/zenodo.596411.svg\n :target: https://doi.org/10.5281/zenodo.596411\n\n.. image:: https://img.shields.io/discourse/users?server=http%3A%2F%2Fsimpeg.discourse.group%2F\n :target: http://simpeg.discourse.group/\n\n.. image:: https://img.shields.io/badge/simpeg-purple?logo=mattermost&label=Mattermost\n :target: https://mattermost.softwareunderground.org/simpeg\n\n.. image:: https://img.shields.io/badge/Youtube%20channel-GeoSci.xyz-FF0000.svg?logo=youtube\n :target: https://www.youtube.com/channel/UCBrC4M8_S4GXhyHht7FyQqw\n\n\n**discretize** - A python package for finite volume discretization.\n\nThe vision is to create a package for finite volume simulation with a\nfocus on large scale inverse problems.\nThis package has the following features:\n\n* modular with respect to the spacial discretization\n* built with the inverse problem in mind\n* supports 1D, 2D and 3D problems\n* access to sparse matrix operators\n* access to derivatives to mesh variables\n\n.. image:: https://raw.githubusercontent.com/simpeg/figures/master/finitevolume/cell-anatomy-tensor.png\n\nCurrently, discretize supports:\n\n* Tensor Meshes (1D, 2D and 3D)\n* Cylindrically Symmetric Meshes\n* QuadTree and OcTree Meshes (2D and 3D)\n* Logically Rectangular Meshes (2D and 3D)\n* Triangular (2D) and Tetrahedral (3D) Meshes\n\nInstalling\n^^^^^^^^^^\n**discretize** is on conda-forge, and is the recommended installation method.\n\n.. code:: shell\n\n conda install -c conda-forge discretize\n\nPrebuilt wheels of **discretize** are on pypi for most platforms\n\n.. code:: shell\n\n pip install discretize\n\nTo install from source, note this requires a `c++` compiler supporting the `c++17` standard.\n\n.. code:: shell\n\n git clone https://github.com/simpeg/discretize.git\n cd discretize\n pip install .\n\nCiting discretize\n^^^^^^^^^^^^^^^^^\n\nPlease cite the SimPEG paper when using discretize in your work:\n\n\n Cockett, R., Kang, S., Heagy, L. J., Pidlisecky, A., & Oldenburg, D. W. (2015). SimPEG: An open source framework for simulation and gradient based parameter estimation in geophysical applications. Computers & Geosciences.\n\n**BibTex:**\n\n.. code:: Latex\n\n @article{cockett2015simpeg,\n title={SimPEG: An open source framework for simulation and gradient based parameter estimation in geophysical applications},\n author={Cockett, Rowan and Kang, Seogi and Heagy, Lindsey J and Pidlisecky, Adam and Oldenburg, Douglas W},\n journal={Computers \\& Geosciences},\n year={2015},\n publisher={Elsevier}\n }\n\nLinks\n^^^^^\n\nWebsite:\nhttp://simpeg.xyz\n\nDocumentation:\nhttp://discretize.simpeg.xyz\n\nCode:\nhttps://github.com/simpeg/discretize\n\nTests:\nhttps://travis-ci.org/simpeg/discretize\n\nBugs & Issues:\nhttps://github.com/simpeg/discretize/issues\n\nQuestions:\nhttp://simpeg.discourse.group/\n\nChat:\nhttps://mattermost.softwareunderground.org/simpeg\n\n",
"bugtrack_url": null,
"license": "The MIT License (MIT) Copyright (c) 2013-2024 SimPEG Developers Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. ",
"summary": "Discretization tools for finite volume and inverse problems",
"version": "0.11.0",
"project_urls": {
"Documentation": "https://discretize.simpeg.xyz",
"Homepage": "https://simpeg.xyz",
"Repository": "http://github.com/simpeg/discretize.git"
},
"split_keywords": [
"finite volume",
" discretization",
" pde",
" ode"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "be34d64adf15db6ba330fe27d924329f2bdd14cf39ddcf96dd325e1a52a45785",
"md5": "c804d9bae29d75775d35d6f579a2f240",
"sha256": "9bb6730624e0e714df9d317ab708cc805dac62a1ddb3e040bac1c0e3680602eb"
},
"downloads": -1,
"filename": "discretize-0.11.0-cp310-cp310-macosx_10_9_x86_64.whl",
"has_sig": false,
"md5_digest": "c804d9bae29d75775d35d6f579a2f240",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": ">=3.10",
"size": 1180282,
"upload_time": "2024-10-25T05:41:29",
"upload_time_iso_8601": "2024-10-25T05:41:29.185158Z",
"url": "https://files.pythonhosted.org/packages/be/34/d64adf15db6ba330fe27d924329f2bdd14cf39ddcf96dd325e1a52a45785/discretize-0.11.0-cp310-cp310-macosx_10_9_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "50d2979d34af01432cd7c95b33b4ef2c8fc7026002d690b782a67e7900346c92",
"md5": "68896258894c999f72195824bc3f043d",
"sha256": "6a7d1a5a968c8b2563a3658656a7d61bdbbd895b7e95ce6b9e6f5b2105f00baf"
},
"downloads": -1,
"filename": "discretize-0.11.0-cp310-cp310-macosx_11_0_arm64.whl",
"has_sig": false,
"md5_digest": "68896258894c999f72195824bc3f043d",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": ">=3.10",
"size": 1072226,
"upload_time": "2024-10-25T05:41:31",
"upload_time_iso_8601": "2024-10-25T05:41:31.641643Z",
"url": "https://files.pythonhosted.org/packages/50/d2/979d34af01432cd7c95b33b4ef2c8fc7026002d690b782a67e7900346c92/discretize-0.11.0-cp310-cp310-macosx_11_0_arm64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "a434f38daa06633f729c116f21e272cb7ca5dbdadf841ebd0a815396f418891b",
"md5": "269a5ce5ebfb94053e295c83c5e716c7",
"sha256": "b459e9985fe05e9000a77547e7c69aff01617dd31d6515a9c8e0d2cc09d7db7b"
},
"downloads": -1,
"filename": "discretize-0.11.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"has_sig": false,
"md5_digest": "269a5ce5ebfb94053e295c83c5e716c7",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": ">=3.10",
"size": 1358393,
"upload_time": "2024-10-25T05:41:33",
"upload_time_iso_8601": "2024-10-25T05:41:33.463840Z",
"url": "https://files.pythonhosted.org/packages/a4/34/f38daa06633f729c116f21e272cb7ca5dbdadf841ebd0a815396f418891b/discretize-0.11.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "4474856b5943eaae7ac740cc165e88283c9068b23981d1c74e6fd8a3e9410312",
"md5": "61aa9d3427528599285c8a2aeb342eb0",
"sha256": "7e3aef21c79086bfb143dd54eb444984a044b8c788342bcee91265343f18a2e8"
},
"downloads": -1,
"filename": "discretize-0.11.0-cp310-cp310-musllinux_1_2_x86_64.whl",
"has_sig": false,
"md5_digest": "61aa9d3427528599285c8a2aeb342eb0",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": ">=3.10",
"size": 2383707,
"upload_time": "2024-10-25T05:41:35",
"upload_time_iso_8601": "2024-10-25T05:41:35.461611Z",
"url": "https://files.pythonhosted.org/packages/44/74/856b5943eaae7ac740cc165e88283c9068b23981d1c74e6fd8a3e9410312/discretize-0.11.0-cp310-cp310-musllinux_1_2_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "5a01e4c09bb5ab8a4dad060e40b4a279764cbcefa21b6b70c40c86ee00e5bef6",
"md5": "4256958da4b526b93c590cd199ebd09e",
"sha256": "b680d747283e79b7332694d18d14db4f06b6d074672ee6aab746dc6d5fcc0491"
},
"downloads": -1,
"filename": "discretize-0.11.0-cp310-cp310-win_amd64.whl",
"has_sig": false,
"md5_digest": "4256958da4b526b93c590cd199ebd09e",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": ">=3.10",
"size": 1003138,
"upload_time": "2024-10-25T05:41:36",
"upload_time_iso_8601": "2024-10-25T05:41:36.966225Z",
"url": "https://files.pythonhosted.org/packages/5a/01/e4c09bb5ab8a4dad060e40b4a279764cbcefa21b6b70c40c86ee00e5bef6/discretize-0.11.0-cp310-cp310-win_amd64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "b639728b6811b660b2b4cf97d7638d16da934f758e598995eb9f1314c5a64148",
"md5": "401e78852ba9c6865b864fdf3412e0e4",
"sha256": "4298f91b11539250565095871ccaf551a7a0639ddeaddf9d478a79971bcbaf37"
},
"downloads": -1,
"filename": "discretize-0.11.0-cp311-cp311-macosx_10_9_x86_64.whl",
"has_sig": false,
"md5_digest": "401e78852ba9c6865b864fdf3412e0e4",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": ">=3.10",
"size": 1182724,
"upload_time": "2024-10-25T05:41:39",
"upload_time_iso_8601": "2024-10-25T05:41:39.239102Z",
"url": "https://files.pythonhosted.org/packages/b6/39/728b6811b660b2b4cf97d7638d16da934f758e598995eb9f1314c5a64148/discretize-0.11.0-cp311-cp311-macosx_10_9_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "38253b1211f321506bf67fec324c6846db350c288522aef72bcb0fd0b188761a",
"md5": "b145059a6e7a5db9ddaa4f1f574df025",
"sha256": "deedbd2c1a9f37d691bf6a578795deefcc897cb4624315f20e68d5d4049eaa52"
},
"downloads": -1,
"filename": "discretize-0.11.0-cp311-cp311-macosx_11_0_arm64.whl",
"has_sig": false,
"md5_digest": "b145059a6e7a5db9ddaa4f1f574df025",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": ">=3.10",
"size": 1074162,
"upload_time": "2024-10-25T05:41:41",
"upload_time_iso_8601": "2024-10-25T05:41:41.467849Z",
"url": "https://files.pythonhosted.org/packages/38/25/3b1211f321506bf67fec324c6846db350c288522aef72bcb0fd0b188761a/discretize-0.11.0-cp311-cp311-macosx_11_0_arm64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "3c6b2078d2c548bd60d548c39845f98a38f9a4de64cc7c72935be19851b714a2",
"md5": "0bdc5d448b2aab9a51bb50699d978d77",
"sha256": "a70f677acfa1eab1c247474e38037eb72c588804a1b82cbe61ee5c66e857e453"
},
"downloads": -1,
"filename": "discretize-0.11.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"has_sig": false,
"md5_digest": "0bdc5d448b2aab9a51bb50699d978d77",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": ">=3.10",
"size": 1343346,
"upload_time": "2024-10-25T05:41:43",
"upload_time_iso_8601": "2024-10-25T05:41:43.118019Z",
"url": "https://files.pythonhosted.org/packages/3c/6b/2078d2c548bd60d548c39845f98a38f9a4de64cc7c72935be19851b714a2/discretize-0.11.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "4014da05e565634084514f07f132c36062665f4c738f39f31f3a2e3b0c9b8a73",
"md5": "ba1c5dd5d80da9b9b7b9153bdeddd513",
"sha256": "231cf09f72caf75fdae8f778f98a8a9518655865173b3ff5d900fe36dc028cd2"
},
"downloads": -1,
"filename": "discretize-0.11.0-cp311-cp311-musllinux_1_2_x86_64.whl",
"has_sig": false,
"md5_digest": "ba1c5dd5d80da9b9b7b9153bdeddd513",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": ">=3.10",
"size": 2372380,
"upload_time": "2024-10-25T05:41:45",
"upload_time_iso_8601": "2024-10-25T05:41:45.513950Z",
"url": "https://files.pythonhosted.org/packages/40/14/da05e565634084514f07f132c36062665f4c738f39f31f3a2e3b0c9b8a73/discretize-0.11.0-cp311-cp311-musllinux_1_2_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "5ed54b4a3f052302dfb3cd59b7b431a5a09ad2bbb4397b82acd269723d59f76a",
"md5": "c0eb5da4d8a38bbe40c56e900b14a4ed",
"sha256": "6387200583b2ff04aee8491e453bb7ed3d2f295a21292dccfa1286781410f4c3"
},
"downloads": -1,
"filename": "discretize-0.11.0-cp311-cp311-win_amd64.whl",
"has_sig": false,
"md5_digest": "c0eb5da4d8a38bbe40c56e900b14a4ed",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": ">=3.10",
"size": 1004612,
"upload_time": "2024-10-25T05:41:47",
"upload_time_iso_8601": "2024-10-25T05:41:47.788298Z",
"url": "https://files.pythonhosted.org/packages/5e/d5/4b4a3f052302dfb3cd59b7b431a5a09ad2bbb4397b82acd269723d59f76a/discretize-0.11.0-cp311-cp311-win_amd64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "e6bde57c295fce863ea8a37c2e276d73ced289c2816d8996c7e36d212fed70b3",
"md5": "b21bc73192433cb36c6f4c89a6354ccd",
"sha256": "34a0223672515d8450239cfdf1d1a43d9fc361561ab993e1083b305956a15ded"
},
"downloads": -1,
"filename": "discretize-0.11.0-cp312-cp312-macosx_10_13_x86_64.whl",
"has_sig": false,
"md5_digest": "b21bc73192433cb36c6f4c89a6354ccd",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": ">=3.10",
"size": 1153858,
"upload_time": "2024-10-25T05:41:49",
"upload_time_iso_8601": "2024-10-25T05:41:49.214749Z",
"url": "https://files.pythonhosted.org/packages/e6/bd/e57c295fce863ea8a37c2e276d73ced289c2816d8996c7e36d212fed70b3/discretize-0.11.0-cp312-cp312-macosx_10_13_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "42c952f0b635e4b8714ddec62dea6c1594915eb9a93104234c4069075740baaa",
"md5": "fb95f24bfa9bff2fbd953f870107face",
"sha256": "e0c1f7ec667311bf92afc1ae04192de8796c3bb9a82778b66ce6b1c065303cdc"
},
"downloads": -1,
"filename": "discretize-0.11.0-cp312-cp312-macosx_11_0_arm64.whl",
"has_sig": false,
"md5_digest": "fb95f24bfa9bff2fbd953f870107face",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": ">=3.10",
"size": 1058128,
"upload_time": "2024-10-25T05:41:51",
"upload_time_iso_8601": "2024-10-25T05:41:51.321066Z",
"url": "https://files.pythonhosted.org/packages/42/c9/52f0b635e4b8714ddec62dea6c1594915eb9a93104234c4069075740baaa/discretize-0.11.0-cp312-cp312-macosx_11_0_arm64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "acc91ddec33cdee5a37921056ee58f4be5a5b62c736ee320ae0b8d7acedbf0c7",
"md5": "d734c54ba5c8b53dec851ace967b366f",
"sha256": "e9d7f76f43a41b6d95103001d5f54c3bab14a608b49a7b30f516332d5247976e"
},
"downloads": -1,
"filename": "discretize-0.11.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"has_sig": false,
"md5_digest": "d734c54ba5c8b53dec851ace967b366f",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": ">=3.10",
"size": 1288325,
"upload_time": "2024-10-25T05:41:52",
"upload_time_iso_8601": "2024-10-25T05:41:52.776349Z",
"url": "https://files.pythonhosted.org/packages/ac/c9/1ddec33cdee5a37921056ee58f4be5a5b62c736ee320ae0b8d7acedbf0c7/discretize-0.11.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "fb634fb33930a452bae7115951145f20f826a7a6eff96075a32d9ed778490b8d",
"md5": "c769bf77760e3f61446b3adbbdfc166d",
"sha256": "2d43cd34a7e6290e05cbfda2245639a023af4bd769ccdd924e1636d34ef82144"
},
"downloads": -1,
"filename": "discretize-0.11.0-cp312-cp312-musllinux_1_2_x86_64.whl",
"has_sig": false,
"md5_digest": "c769bf77760e3f61446b3adbbdfc166d",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": ">=3.10",
"size": 2318020,
"upload_time": "2024-10-25T05:41:54",
"upload_time_iso_8601": "2024-10-25T05:41:54.336203Z",
"url": "https://files.pythonhosted.org/packages/fb/63/4fb33930a452bae7115951145f20f826a7a6eff96075a32d9ed778490b8d/discretize-0.11.0-cp312-cp312-musllinux_1_2_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "35362790a2b7ce575c982a79c48c74cce4816a5b330e4d12c933b81bcc160056",
"md5": "9ad8e25afa20dd2a5f9227318b57212c",
"sha256": "661cf1a5ce0537909eea3c334f00890fc26b57012b16977cd8e646b9e6948e19"
},
"downloads": -1,
"filename": "discretize-0.11.0-cp312-cp312-win_amd64.whl",
"has_sig": false,
"md5_digest": "9ad8e25afa20dd2a5f9227318b57212c",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": ">=3.10",
"size": 961939,
"upload_time": "2024-10-25T05:41:56",
"upload_time_iso_8601": "2024-10-25T05:41:56.951811Z",
"url": "https://files.pythonhosted.org/packages/35/36/2790a2b7ce575c982a79c48c74cce4816a5b330e4d12c933b81bcc160056/discretize-0.11.0-cp312-cp312-win_amd64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "ae3b2d1b98e79ed4347a0b8b0fd981732cab9d630f9f305fd9b14ecd69655379",
"md5": "fadb7175796108eeff8f761063cbb72b",
"sha256": "01a0daf287a8a12d958ff17ab69eb73d1f18f6289d1bb81b7d2a9ddfeda20867"
},
"downloads": -1,
"filename": "discretize-0.11.0-cp313-cp313-macosx_10_13_x86_64.whl",
"has_sig": false,
"md5_digest": "fadb7175796108eeff8f761063cbb72b",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">=3.10",
"size": 1131703,
"upload_time": "2024-10-25T05:41:58",
"upload_time_iso_8601": "2024-10-25T05:41:58.694498Z",
"url": "https://files.pythonhosted.org/packages/ae/3b/2d1b98e79ed4347a0b8b0fd981732cab9d630f9f305fd9b14ecd69655379/discretize-0.11.0-cp313-cp313-macosx_10_13_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "5301b38d8b4b19e4810753d5b34c1069d94035cc332129f123b689e45e4ab982",
"md5": "1a66b83f67411d4ee2953ae69f2c4809",
"sha256": "edb305f5b43cb1daa9f370ca1822baaf1cfd8a8ffddcfc2330ea9722ab919c1a"
},
"downloads": -1,
"filename": "discretize-0.11.0-cp313-cp313-macosx_11_0_arm64.whl",
"has_sig": false,
"md5_digest": "1a66b83f67411d4ee2953ae69f2c4809",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">=3.10",
"size": 1038546,
"upload_time": "2024-10-25T05:42:00",
"upload_time_iso_8601": "2024-10-25T05:42:00.191737Z",
"url": "https://files.pythonhosted.org/packages/53/01/b38d8b4b19e4810753d5b34c1069d94035cc332129f123b689e45e4ab982/discretize-0.11.0-cp313-cp313-macosx_11_0_arm64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "e4539b4892bb86bc671d5f44108dc58f276e8e9e95069207463f665860e1d0f3",
"md5": "0bf28e4b4641561e27141d899411c7c0",
"sha256": "42ece2683ee24e98dfd55e71c481c5b34f55e077e86454b02c0aca8314dd4fea"
},
"downloads": -1,
"filename": "discretize-0.11.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"has_sig": false,
"md5_digest": "0bf28e4b4641561e27141d899411c7c0",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">=3.10",
"size": 1288173,
"upload_time": "2024-10-25T05:42:01",
"upload_time_iso_8601": "2024-10-25T05:42:01.719176Z",
"url": "https://files.pythonhosted.org/packages/e4/53/9b4892bb86bc671d5f44108dc58f276e8e9e95069207463f665860e1d0f3/discretize-0.11.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "994df55ad71c86db6023a6868039565022a2be28be6cf86ac0677df3a91d17e3",
"md5": "79c0533868a0dbc0b1657e080e93c6a6",
"sha256": "4ecbfff782194ec8220ea9f878c522d792cff5a182519d04278baea0a2b289cf"
},
"downloads": -1,
"filename": "discretize-0.11.0-cp313-cp313-musllinux_1_2_x86_64.whl",
"has_sig": false,
"md5_digest": "79c0533868a0dbc0b1657e080e93c6a6",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">=3.10",
"size": 2323601,
"upload_time": "2024-10-25T05:42:03",
"upload_time_iso_8601": "2024-10-25T05:42:03.733198Z",
"url": "https://files.pythonhosted.org/packages/99/4d/f55ad71c86db6023a6868039565022a2be28be6cf86ac0677df3a91d17e3/discretize-0.11.0-cp313-cp313-musllinux_1_2_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "7e06339630bf0e9668933671962c74b75338fc7eda1cf5865bac6aa914752f6a",
"md5": "2f1f18db23ff258ea4756977ca9b3663",
"sha256": "ff0c23cbcea7fbbb6e699bf11b20ddd1ba401dcf166aa9f636539a149114d1d5"
},
"downloads": -1,
"filename": "discretize-0.11.0-cp313-cp313-win_amd64.whl",
"has_sig": false,
"md5_digest": "2f1f18db23ff258ea4756977ca9b3663",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">=3.10",
"size": 961883,
"upload_time": "2024-10-25T05:42:05",
"upload_time_iso_8601": "2024-10-25T05:42:05.093731Z",
"url": "https://files.pythonhosted.org/packages/7e/06/339630bf0e9668933671962c74b75338fc7eda1cf5865bac6aa914752f6a/discretize-0.11.0-cp313-cp313-win_amd64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "3a5ba019bd5d47d31148ac299a3192d1525d096ddd810e38d6ad4ffd478d89bf",
"md5": "f474111910fdff080f7a8216bcae7c82",
"sha256": "00a07aa32413aa05f95881d42813ce7833366f7b7da01e42f877f6edd63d677d"
},
"downloads": -1,
"filename": "discretize-0.11.0.tar.gz",
"has_sig": false,
"md5_digest": "f474111910fdff080f7a8216bcae7c82",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.10",
"size": 252911,
"upload_time": "2024-10-25T05:42:06",
"upload_time_iso_8601": "2024-10-25T05:42:06.428778Z",
"url": "https://files.pythonhosted.org/packages/3a/5b/a019bd5d47d31148ac299a3192d1525d096ddd810e38d6ad4ffd478d89bf/discretize-0.11.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-10-25 05:42:06",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "simpeg",
"github_project": "discretize",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"lcname": "discretize"
}