| Name | discretize JSON |
| Version |
0.12.0
JSON |
| download |
| home_page | None |
| Summary | Discretization tools for finite volume and inverse problems |
| upload_time | 2025-10-09 03:56:50 |
| maintainer | None |
| docs_url | None |
| author | None |
| requires_python | >=3.11 |
| license | The MIT License (MIT)
Copyright (c) 2013-2025 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://dev.azure.com/simpeg/discretize/_build
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.11",
"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/0f/3e/8eb6daed234ff05bae9dd392498f0432f55687e2c0218c0bceb6587389bc/discretize-0.12.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://dev.azure.com/simpeg/discretize/_build\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)\n \n Copyright (c) 2013-2025 SimPEG Developers\n \n Permission is hereby granted, free of charge, to any person obtaining a copy of\n this software and associated documentation files (the \"Software\"), to deal in\n the Software without restriction, including without limitation the rights to\n use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of\n the Software, and to permit persons to whom the Software is furnished to do so,\n subject to the following conditions:\n \n The above copyright notice and this permission notice shall be included in all\n copies or substantial portions of the Software.\n \n THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS\n FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR\n COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER\n IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n ",
"summary": "Discretization tools for finite volume and inverse problems",
"version": "0.12.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": null,
"digests": {
"blake2b_256": "e36f99e0480e64ddead1cf61d963b0dc4c004819b43e4bf4510b804764b879f3",
"md5": "f3b005759a510f1026cf5a44bf926c07",
"sha256": "f1e18d98ef3fd40b9c1f88dd266e62f7fda82839c93e06a9a2c0c7a457309f9c"
},
"downloads": -1,
"filename": "discretize-0.12.0-cp311-cp311-macosx_10_9_x86_64.whl",
"has_sig": false,
"md5_digest": "f3b005759a510f1026cf5a44bf926c07",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": ">=3.11",
"size": 1122319,
"upload_time": "2025-10-09T03:55:42",
"upload_time_iso_8601": "2025-10-09T03:55:42.056476Z",
"url": "https://files.pythonhosted.org/packages/e3/6f/99e0480e64ddead1cf61d963b0dc4c004819b43e4bf4510b804764b879f3/discretize-0.12.0-cp311-cp311-macosx_10_9_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "9548f5681aaec2101462faaa6a86a5cc52bb7e84346eaa781e63833bab0a0668",
"md5": "6de7c626bffdb52ee8858cc9be094cdc",
"sha256": "f8b156c1f8d26f1a0b3f2ce725e48e2abe786ee8cf70bb87dafd3f52a0390b9a"
},
"downloads": -1,
"filename": "discretize-0.12.0-cp311-cp311-macosx_11_0_arm64.whl",
"has_sig": false,
"md5_digest": "6de7c626bffdb52ee8858cc9be094cdc",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": ">=3.11",
"size": 1040073,
"upload_time": "2025-10-09T03:55:44",
"upload_time_iso_8601": "2025-10-09T03:55:44.018386Z",
"url": "https://files.pythonhosted.org/packages/95/48/f5681aaec2101462faaa6a86a5cc52bb7e84346eaa781e63833bab0a0668/discretize-0.12.0-cp311-cp311-macosx_11_0_arm64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "6ced5cdd9422b456281c844bb73851258d93af24c8aa89e56853528ad6791ae2",
"md5": "ab1c550af27b9764ec45d465c42500a1",
"sha256": "18d853236ab7ac322ccc4b5a1dcab3c855121833e9d23a1a4ea73c6fbbf8fca6"
},
"downloads": -1,
"filename": "discretize-0.12.0-cp311-cp311-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl",
"has_sig": false,
"md5_digest": "ab1c550af27b9764ec45d465c42500a1",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": ">=3.11",
"size": 1345130,
"upload_time": "2025-10-09T03:55:45",
"upload_time_iso_8601": "2025-10-09T03:55:45.572126Z",
"url": "https://files.pythonhosted.org/packages/6c/ed/5cdd9422b456281c844bb73851258d93af24c8aa89e56853528ad6791ae2/discretize-0.12.0-cp311-cp311-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "c0e1f0df6c743fcc6358d9d48e50c8bb65c685a4ca00ffeb74cb6528699aea79",
"md5": "7dba3912896b22dafef69039d001381c",
"sha256": "688e909b3a05e305389a561c343145e96b96f03539735c742058b294fccab94d"
},
"downloads": -1,
"filename": "discretize-0.12.0-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl",
"has_sig": false,
"md5_digest": "7dba3912896b22dafef69039d001381c",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": ">=3.11",
"size": 1419266,
"upload_time": "2025-10-09T03:55:46",
"upload_time_iso_8601": "2025-10-09T03:55:46.847196Z",
"url": "https://files.pythonhosted.org/packages/c0/e1/f0df6c743fcc6358d9d48e50c8bb65c685a4ca00ffeb74cb6528699aea79/discretize-0.12.0-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "aa9c2c9d67480a08f553c2f9f0aabaa1694c3d88645d481ec3278808c0c26c74",
"md5": "52f1206e66d66e4de768df2c4cdaa6a1",
"sha256": "60b9381c38d4de1f4c66aa00f10ac6356b43c1254bdfb3dd6641529ede6b6bd7"
},
"downloads": -1,
"filename": "discretize-0.12.0-cp311-cp311-musllinux_1_2_aarch64.whl",
"has_sig": false,
"md5_digest": "52f1206e66d66e4de768df2c4cdaa6a1",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": ">=3.11",
"size": 2337153,
"upload_time": "2025-10-09T03:55:48",
"upload_time_iso_8601": "2025-10-09T03:55:48.046280Z",
"url": "https://files.pythonhosted.org/packages/aa/9c/2c9d67480a08f553c2f9f0aabaa1694c3d88645d481ec3278808c0c26c74/discretize-0.12.0-cp311-cp311-musllinux_1_2_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "0ac2e16975fb50fee4360684e49caf56f80cb32a967126ff25113b786de1e403",
"md5": "23ca93a993fbd7f924f39008c23fa918",
"sha256": "c4dd86e37f45a8989bf890af8f36af48a7851a612580718968b670df3615bfef"
},
"downloads": -1,
"filename": "discretize-0.12.0-cp311-cp311-musllinux_1_2_x86_64.whl",
"has_sig": false,
"md5_digest": "23ca93a993fbd7f924f39008c23fa918",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": ">=3.11",
"size": 2463069,
"upload_time": "2025-10-09T03:55:49",
"upload_time_iso_8601": "2025-10-09T03:55:49.838419Z",
"url": "https://files.pythonhosted.org/packages/0a/c2/e16975fb50fee4360684e49caf56f80cb32a967126ff25113b786de1e403/discretize-0.12.0-cp311-cp311-musllinux_1_2_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "2b7d977cacec43015cd4e035986c0f7a47143418a3ab92f0729b896d82a8841b",
"md5": "a7d936e60dbf9676d7a216723dda1672",
"sha256": "20ff6802abe250a8688ca57bafe561b7692eea9f40187dccbab9e7d011602f38"
},
"downloads": -1,
"filename": "discretize-0.12.0-cp311-cp311-win_amd64.whl",
"has_sig": false,
"md5_digest": "a7d936e60dbf9676d7a216723dda1672",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": ">=3.11",
"size": 990762,
"upload_time": "2025-10-09T03:55:50",
"upload_time_iso_8601": "2025-10-09T03:55:50.931618Z",
"url": "https://files.pythonhosted.org/packages/2b/7d/977cacec43015cd4e035986c0f7a47143418a3ab92f0729b896d82a8841b/discretize-0.12.0-cp311-cp311-win_amd64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "366b49cffa4db62a27c2500069e96d68ce8e6eb5da8bc7d615ad3c2d9929cefb",
"md5": "750054759a6cd31573b5f2c5f8fba5f1",
"sha256": "9e78afc17a7fd3405233a8833ab47aed7432fd77b4046609699facdd408e3e68"
},
"downloads": -1,
"filename": "discretize-0.12.0-cp311-cp311-win_arm64.whl",
"has_sig": false,
"md5_digest": "750054759a6cd31573b5f2c5f8fba5f1",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": ">=3.11",
"size": 853777,
"upload_time": "2025-10-09T03:55:52",
"upload_time_iso_8601": "2025-10-09T03:55:52.058503Z",
"url": "https://files.pythonhosted.org/packages/36/6b/49cffa4db62a27c2500069e96d68ce8e6eb5da8bc7d615ad3c2d9929cefb/discretize-0.12.0-cp311-cp311-win_arm64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "cc2ffd208b973ce8b33fd20d71b5333fdff2f83747c488866aa099288ce4270c",
"md5": "2abcc1648bb2671c9c69f6333eff0e6e",
"sha256": "304f91a4b22ae59eed41c2e04a195f52c5db2a1d10bba42214d015c5c851eef2"
},
"downloads": -1,
"filename": "discretize-0.12.0-cp312-cp312-macosx_10_13_x86_64.whl",
"has_sig": false,
"md5_digest": "2abcc1648bb2671c9c69f6333eff0e6e",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": ">=3.11",
"size": 1107043,
"upload_time": "2025-10-09T03:55:53",
"upload_time_iso_8601": "2025-10-09T03:55:53.586887Z",
"url": "https://files.pythonhosted.org/packages/cc/2f/fd208b973ce8b33fd20d71b5333fdff2f83747c488866aa099288ce4270c/discretize-0.12.0-cp312-cp312-macosx_10_13_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "c75dc20b62635e98a00032ab09ab191f15640e27a007a7c9553692d246ff33e3",
"md5": "f7be137b120aa25961f4b9300dab9905",
"sha256": "b29f2063582f22595c168d8486d7706a2fd75e46b1f51bda2fc81ebfb233f405"
},
"downloads": -1,
"filename": "discretize-0.12.0-cp312-cp312-macosx_11_0_arm64.whl",
"has_sig": false,
"md5_digest": "f7be137b120aa25961f4b9300dab9905",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": ">=3.11",
"size": 1016560,
"upload_time": "2025-10-09T03:55:56",
"upload_time_iso_8601": "2025-10-09T03:55:56.138269Z",
"url": "https://files.pythonhosted.org/packages/c7/5d/c20b62635e98a00032ab09ab191f15640e27a007a7c9553692d246ff33e3/discretize-0.12.0-cp312-cp312-macosx_11_0_arm64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "3a673e2fe8da1b8664ac7ad1e4636b6e249ad35037bdc75dfe168456bc583259",
"md5": "097703e041d49ca0560ef8832120339e",
"sha256": "04b692c7858e4fb2cb414d9f4cf66b414adb6c616b50a53205c121eda6708cf3"
},
"downloads": -1,
"filename": "discretize-0.12.0-cp312-cp312-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl",
"has_sig": false,
"md5_digest": "097703e041d49ca0560ef8832120339e",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": ">=3.11",
"size": 1229429,
"upload_time": "2025-10-09T03:55:57",
"upload_time_iso_8601": "2025-10-09T03:55:57.252834Z",
"url": "https://files.pythonhosted.org/packages/3a/67/3e2fe8da1b8664ac7ad1e4636b6e249ad35037bdc75dfe168456bc583259/discretize-0.12.0-cp312-cp312-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "e1ac098b5dbb28291f9dcbb1e91daa493f1a70b0ff11fd53cd863e3d326d1bd8",
"md5": "a779e82862fb6c877687a3f246d809e9",
"sha256": "bf104e6c219a05635bd2a8dad880b33fe9ed931f3de9a91b909a1d2d14ad8d64"
},
"downloads": -1,
"filename": "discretize-0.12.0-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl",
"has_sig": false,
"md5_digest": "a779e82862fb6c877687a3f246d809e9",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": ">=3.11",
"size": 1317498,
"upload_time": "2025-10-09T03:55:58",
"upload_time_iso_8601": "2025-10-09T03:55:58.678413Z",
"url": "https://files.pythonhosted.org/packages/e1/ac/098b5dbb28291f9dcbb1e91daa493f1a70b0ff11fd53cd863e3d326d1bd8/discretize-0.12.0-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "6a88df29b924ffdf0f286d3e83741e651f9ac0bd9fe6dbe6384969a1c0042529",
"md5": "ba523f416cb63885e2ca1c0b1891d3a3",
"sha256": "2853c3546a90f22353a24bd3e40c075fcae60d927439d1fc821b2dc495fdd62b"
},
"downloads": -1,
"filename": "discretize-0.12.0-cp312-cp312-musllinux_1_2_aarch64.whl",
"has_sig": false,
"md5_digest": "ba523f416cb63885e2ca1c0b1891d3a3",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": ">=3.11",
"size": 2222270,
"upload_time": "2025-10-09T03:56:00",
"upload_time_iso_8601": "2025-10-09T03:56:00.209423Z",
"url": "https://files.pythonhosted.org/packages/6a/88/df29b924ffdf0f286d3e83741e651f9ac0bd9fe6dbe6384969a1c0042529/discretize-0.12.0-cp312-cp312-musllinux_1_2_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "f2f23107a9ba9591d99670b05051583c7383d7dd61d2dd29c75ba14ff8a09a17",
"md5": "7baa04fdb9c53db46ec6ddd16f954bb8",
"sha256": "4e8939367af9f305f1dd249e291466714b7a895e9100d5254f2ee078a10f5e8e"
},
"downloads": -1,
"filename": "discretize-0.12.0-cp312-cp312-musllinux_1_2_x86_64.whl",
"has_sig": false,
"md5_digest": "7baa04fdb9c53db46ec6ddd16f954bb8",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": ">=3.11",
"size": 2361212,
"upload_time": "2025-10-09T03:56:01",
"upload_time_iso_8601": "2025-10-09T03:56:01.592931Z",
"url": "https://files.pythonhosted.org/packages/f2/f2/3107a9ba9591d99670b05051583c7383d7dd61d2dd29c75ba14ff8a09a17/discretize-0.12.0-cp312-cp312-musllinux_1_2_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "015f6444309b2b412506277733b8f8de9a0bf6ccb06aed240361d237a27b9cf2",
"md5": "3a1107e53ac3de7e2c308fcf62e8661a",
"sha256": "58d27b9822d27055fb0db68914ce075592412f6cdc2d5e4fa7c201c11d66eb32"
},
"downloads": -1,
"filename": "discretize-0.12.0-cp312-cp312-win_amd64.whl",
"has_sig": false,
"md5_digest": "3a1107e53ac3de7e2c308fcf62e8661a",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": ">=3.11",
"size": 921911,
"upload_time": "2025-10-09T03:56:02",
"upload_time_iso_8601": "2025-10-09T03:56:02.967015Z",
"url": "https://files.pythonhosted.org/packages/01/5f/6444309b2b412506277733b8f8de9a0bf6ccb06aed240361d237a27b9cf2/discretize-0.12.0-cp312-cp312-win_amd64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "735b8bb96db1fc8b98d8fecc7f802964df802eb1f5684253252f13b40ee1f90a",
"md5": "497261a5032da5962b89727f540865a3",
"sha256": "a5e4d9a313527b115a2a36d306d8c513cf47d9bfb31d46bbd04048c0458b090d"
},
"downloads": -1,
"filename": "discretize-0.12.0-cp312-cp312-win_arm64.whl",
"has_sig": false,
"md5_digest": "497261a5032da5962b89727f540865a3",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": ">=3.11",
"size": 830287,
"upload_time": "2025-10-09T03:56:04",
"upload_time_iso_8601": "2025-10-09T03:56:04.731351Z",
"url": "https://files.pythonhosted.org/packages/73/5b/8bb96db1fc8b98d8fecc7f802964df802eb1f5684253252f13b40ee1f90a/discretize-0.12.0-cp312-cp312-win_arm64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "91a05b89b0ad65fd08d8faca8e368a5b6a437bdab3daf274384a58b2196dc3e4",
"md5": "a98691a3c1801e2df0beac48377397af",
"sha256": "302f8caca9930f4a9fee015c5acacd72bada10860a04980d8afdb0bb37decca0"
},
"downloads": -1,
"filename": "discretize-0.12.0-cp313-cp313-macosx_10_13_x86_64.whl",
"has_sig": false,
"md5_digest": "a98691a3c1801e2df0beac48377397af",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">=3.11",
"size": 1115744,
"upload_time": "2025-10-09T03:56:06",
"upload_time_iso_8601": "2025-10-09T03:56:06.455701Z",
"url": "https://files.pythonhosted.org/packages/91/a0/5b89b0ad65fd08d8faca8e368a5b6a437bdab3daf274384a58b2196dc3e4/discretize-0.12.0-cp313-cp313-macosx_10_13_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "55c4c27f61086b4f6ad4dc2d3f045a3ef37dfd1eb1e987c3866b85519ba0cbee",
"md5": "2793d1d3e2b107f5d79851a0fd7eb38b",
"sha256": "866b1e7c5735bc72a0f0f8cda0fd6fee77b1cd58f890314bfa397c63aa0715a2"
},
"downloads": -1,
"filename": "discretize-0.12.0-cp313-cp313-macosx_11_0_arm64.whl",
"has_sig": false,
"md5_digest": "2793d1d3e2b107f5d79851a0fd7eb38b",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">=3.11",
"size": 1018248,
"upload_time": "2025-10-09T03:56:08",
"upload_time_iso_8601": "2025-10-09T03:56:08.079453Z",
"url": "https://files.pythonhosted.org/packages/55/c4/c27f61086b4f6ad4dc2d3f045a3ef37dfd1eb1e987c3866b85519ba0cbee/discretize-0.12.0-cp313-cp313-macosx_11_0_arm64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "6d1f8f1fcc79d19124fdd273872947e6f4c2c0c86ebc45f341fffe455b61bcfe",
"md5": "0f79825d2d379582f48aa7c69a5dc831",
"sha256": "e2fa90b665d01f4d0b2f0495a6cffae398c192abe236f85107965954190eba83"
},
"downloads": -1,
"filename": "discretize-0.12.0-cp313-cp313-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl",
"has_sig": false,
"md5_digest": "0f79825d2d379582f48aa7c69a5dc831",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">=3.11",
"size": 1238833,
"upload_time": "2025-10-09T03:56:09",
"upload_time_iso_8601": "2025-10-09T03:56:09.147428Z",
"url": "https://files.pythonhosted.org/packages/6d/1f/8f1fcc79d19124fdd273872947e6f4c2c0c86ebc45f341fffe455b61bcfe/discretize-0.12.0-cp313-cp313-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "d8a75e7b71e0326d07b5382a944eb5be00b23dcc2da84461b5640e90bcf6a382",
"md5": "8f5b1cbb54521426d78cf8c261f0cf05",
"sha256": "ff500dcfb87d523d155ca66f598767851cd78d752e4ff8dc28b5bd9f2433d112"
},
"downloads": -1,
"filename": "discretize-0.12.0-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl",
"has_sig": false,
"md5_digest": "8f5b1cbb54521426d78cf8c261f0cf05",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">=3.11",
"size": 1319016,
"upload_time": "2025-10-09T03:56:10",
"upload_time_iso_8601": "2025-10-09T03:56:10.921041Z",
"url": "https://files.pythonhosted.org/packages/d8/a7/5e7b71e0326d07b5382a944eb5be00b23dcc2da84461b5640e90bcf6a382/discretize-0.12.0-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "dc7261d8a6e634882371d3e1bdb2c6d378ea9db5ff4fda5cf8bfb7a1cb7492a2",
"md5": "441a7fb55e95e7391301394050a2c32e",
"sha256": "9e437e9f36d9c1f58f8056b67cc6f5e26eee0840b39b242cfd8f526357586f71"
},
"downloads": -1,
"filename": "discretize-0.12.0-cp313-cp313-musllinux_1_2_aarch64.whl",
"has_sig": false,
"md5_digest": "441a7fb55e95e7391301394050a2c32e",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">=3.11",
"size": 2230843,
"upload_time": "2025-10-09T03:56:12",
"upload_time_iso_8601": "2025-10-09T03:56:12.473088Z",
"url": "https://files.pythonhosted.org/packages/dc/72/61d8a6e634882371d3e1bdb2c6d378ea9db5ff4fda5cf8bfb7a1cb7492a2/discretize-0.12.0-cp313-cp313-musllinux_1_2_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "9dfeb119270574056a70fd5ff33d4a707b59a81d5c53f6caca8e2050588b8e66",
"md5": "bdd338a3c7e2e553f52953db463f8998",
"sha256": "3933cf35ff906a13399308db132ae5e7fa7b0f90f5572a90b8d0c64c2a7484c4"
},
"downloads": -1,
"filename": "discretize-0.12.0-cp313-cp313-musllinux_1_2_x86_64.whl",
"has_sig": false,
"md5_digest": "bdd338a3c7e2e553f52953db463f8998",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">=3.11",
"size": 2358155,
"upload_time": "2025-10-09T03:56:13",
"upload_time_iso_8601": "2025-10-09T03:56:13.614368Z",
"url": "https://files.pythonhosted.org/packages/9d/fe/b119270574056a70fd5ff33d4a707b59a81d5c53f6caca8e2050588b8e66/discretize-0.12.0-cp313-cp313-musllinux_1_2_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "a3d30ddb0507fe715fa00603d77b5bc207e99504d2d21984b2bf45626bad3400",
"md5": "6ddd704c4fcf0ba7c3c961f864c9c722",
"sha256": "bcd9db103536872c813227bfd00367eabc95f5e72e833cefec0e05b8e4cdffe9"
},
"downloads": -1,
"filename": "discretize-0.12.0-cp313-cp313t-macosx_10_13_x86_64.whl",
"has_sig": false,
"md5_digest": "6ddd704c4fcf0ba7c3c961f864c9c722",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">=3.11",
"size": 1175472,
"upload_time": "2025-10-09T03:56:17",
"upload_time_iso_8601": "2025-10-09T03:56:17.907028Z",
"url": "https://files.pythonhosted.org/packages/a3/d3/0ddb0507fe715fa00603d77b5bc207e99504d2d21984b2bf45626bad3400/discretize-0.12.0-cp313-cp313t-macosx_10_13_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "a5ed2d3dac8de41c2c0e29f903e0866934a523a8b8524aae72bf82960b048e64",
"md5": "906edd5f3cfa9b5915bc3e7e2aa55eb7",
"sha256": "f5a61dcea3d5e502eaab3ca303a6e610f3951ee189bbd16a174b4b578f4f31c7"
},
"downloads": -1,
"filename": "discretize-0.12.0-cp313-cp313t-macosx_11_0_arm64.whl",
"has_sig": false,
"md5_digest": "906edd5f3cfa9b5915bc3e7e2aa55eb7",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">=3.11",
"size": 1102667,
"upload_time": "2025-10-09T03:56:19",
"upload_time_iso_8601": "2025-10-09T03:56:19.139906Z",
"url": "https://files.pythonhosted.org/packages/a5/ed/2d3dac8de41c2c0e29f903e0866934a523a8b8524aae72bf82960b048e64/discretize-0.12.0-cp313-cp313t-macosx_11_0_arm64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "3c612de13f6a6493e6690b70c1bb853839d21ce0e3a7476cbbd9444b3a20484e",
"md5": "734560b88f01dd52414c02ec9013c914",
"sha256": "3635b7d92c859771f5078c24c3cac35cbeafb1c9919e32dca5c7313439f8fef3"
},
"downloads": -1,
"filename": "discretize-0.12.0-cp313-cp313t-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl",
"has_sig": false,
"md5_digest": "734560b88f01dd52414c02ec9013c914",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">=3.11",
"size": 1218466,
"upload_time": "2025-10-09T03:56:20",
"upload_time_iso_8601": "2025-10-09T03:56:20.726355Z",
"url": "https://files.pythonhosted.org/packages/3c/61/2de13f6a6493e6690b70c1bb853839d21ce0e3a7476cbbd9444b3a20484e/discretize-0.12.0-cp313-cp313t-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "5bd321ebf2422c727141a2b73cd8893806da6ff03e4a2d9c47d8bad1ef30cd4f",
"md5": "046dcfd4dbf1208594841aaea8c4e5ec",
"sha256": "f9d6c59e762270a39822d99cd00057748eb009d9cb7b2355dc37e9a4f9167bd5"
},
"downloads": -1,
"filename": "discretize-0.12.0-cp313-cp313t-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl",
"has_sig": false,
"md5_digest": "046dcfd4dbf1208594841aaea8c4e5ec",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">=3.11",
"size": 1298175,
"upload_time": "2025-10-09T03:56:21",
"upload_time_iso_8601": "2025-10-09T03:56:21.902007Z",
"url": "https://files.pythonhosted.org/packages/5b/d3/21ebf2422c727141a2b73cd8893806da6ff03e4a2d9c47d8bad1ef30cd4f/discretize-0.12.0-cp313-cp313t-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "f6d52df5db5672d67d02b4598ce3dde34c48b5da020f5b3f76bce47cad1c399e",
"md5": "0176635685e0ce625bc6d6f2a1d2ab5b",
"sha256": "066e5b6b911fbdbe924add97f4a80a98f2f142a692c85ec6895f858a529a17ae"
},
"downloads": -1,
"filename": "discretize-0.12.0-cp313-cp313t-musllinux_1_2_aarch64.whl",
"has_sig": false,
"md5_digest": "0176635685e0ce625bc6d6f2a1d2ab5b",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">=3.11",
"size": 2217619,
"upload_time": "2025-10-09T03:56:23",
"upload_time_iso_8601": "2025-10-09T03:56:23.737198Z",
"url": "https://files.pythonhosted.org/packages/f6/d5/2df5db5672d67d02b4598ce3dde34c48b5da020f5b3f76bce47cad1c399e/discretize-0.12.0-cp313-cp313t-musllinux_1_2_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "a51268f4df0e7f684b6eb3804a5b3ddf23853e8a75cd62a145a7614d5058f6cf",
"md5": "99cb1a3a27f753b2ee11113e596342ab",
"sha256": "5f15d2687bccdaa223f3178a9042fca6058ff5abf1c37d3ed23fed7a0dc8392a"
},
"downloads": -1,
"filename": "discretize-0.12.0-cp313-cp313t-musllinux_1_2_x86_64.whl",
"has_sig": false,
"md5_digest": "99cb1a3a27f753b2ee11113e596342ab",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">=3.11",
"size": 2333769,
"upload_time": "2025-10-09T03:56:24",
"upload_time_iso_8601": "2025-10-09T03:56:24.915457Z",
"url": "https://files.pythonhosted.org/packages/a5/12/68f4df0e7f684b6eb3804a5b3ddf23853e8a75cd62a145a7614d5058f6cf/discretize-0.12.0-cp313-cp313t-musllinux_1_2_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "d05ef1213cd301f993099cbbb858c037f9f463a9c69e9f659bf7939063799566",
"md5": "8585e520ec65fabe207d70d1c81cfb88",
"sha256": "0e9ee2777956705e602025f1a226b3c814086afc81aae6f17341a7e2cdd30867"
},
"downloads": -1,
"filename": "discretize-0.12.0-cp313-cp313t-win_amd64.whl",
"has_sig": false,
"md5_digest": "8585e520ec65fabe207d70d1c81cfb88",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">=3.11",
"size": 1029822,
"upload_time": "2025-10-09T03:56:26",
"upload_time_iso_8601": "2025-10-09T03:56:26.478532Z",
"url": "https://files.pythonhosted.org/packages/d0/5e/f1213cd301f993099cbbb858c037f9f463a9c69e9f659bf7939063799566/discretize-0.12.0-cp313-cp313t-win_amd64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "ce94cbe0b1bc2b29d8916a8d9bf4cf429f741731dcb83337a05af026f963319d",
"md5": "54c57bb0505749dd2087a4d6dd4979d5",
"sha256": "8da64575097f5f93ea31579b0d04d3d47e4b345aad34318c933b6f9c6c6f6498"
},
"downloads": -1,
"filename": "discretize-0.12.0-cp313-cp313t-win_arm64.whl",
"has_sig": false,
"md5_digest": "54c57bb0505749dd2087a4d6dd4979d5",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">=3.11",
"size": 873588,
"upload_time": "2025-10-09T03:56:28",
"upload_time_iso_8601": "2025-10-09T03:56:28.019915Z",
"url": "https://files.pythonhosted.org/packages/ce/94/cbe0b1bc2b29d8916a8d9bf4cf429f741731dcb83337a05af026f963319d/discretize-0.12.0-cp313-cp313t-win_arm64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "8a3ce834c7e93604dad26bfc250022bf23e9436ddecda4f4649c13db28da3305",
"md5": "4ea5543e704535c2aad329b4c3770741",
"sha256": "7f07926159929c67a8d5925ce852fc45062efb655c146a805e19e19759c50743"
},
"downloads": -1,
"filename": "discretize-0.12.0-cp313-cp313-win_amd64.whl",
"has_sig": false,
"md5_digest": "4ea5543e704535c2aad329b4c3770741",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">=3.11",
"size": 938773,
"upload_time": "2025-10-09T03:56:15",
"upload_time_iso_8601": "2025-10-09T03:56:15.230788Z",
"url": "https://files.pythonhosted.org/packages/8a/3c/e834c7e93604dad26bfc250022bf23e9436ddecda4f4649c13db28da3305/discretize-0.12.0-cp313-cp313-win_amd64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "0b1e2139ae35f56a62307433d2ea9697099d9eedbf2e8d0e38a842bab319fc25",
"md5": "bb4cf1a9d31a7a906e2b55c1cb9dc98d",
"sha256": "7cc8391428573f7207447172835bcdc7c2243af5082171cd579148de8f61df21"
},
"downloads": -1,
"filename": "discretize-0.12.0-cp313-cp313-win_arm64.whl",
"has_sig": false,
"md5_digest": "bb4cf1a9d31a7a906e2b55c1cb9dc98d",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">=3.11",
"size": 830620,
"upload_time": "2025-10-09T03:56:16",
"upload_time_iso_8601": "2025-10-09T03:56:16.714760Z",
"url": "https://files.pythonhosted.org/packages/0b/1e/2139ae35f56a62307433d2ea9697099d9eedbf2e8d0e38a842bab319fc25/discretize-0.12.0-cp313-cp313-win_arm64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "7506ad8e5d6b2f9a85221c4fbac38eef2f9d39a6e1d0686e0ac7e74ad5dbd166",
"md5": "81f0341532c26bcbf49810d45268ae5e",
"sha256": "58100805c6e79779f9d976b8244ae3a1014c3ac8f30b40d5ef9c403b4f0e5c0e"
},
"downloads": -1,
"filename": "discretize-0.12.0-cp314-cp314-macosx_10_13_x86_64.whl",
"has_sig": false,
"md5_digest": "81f0341532c26bcbf49810d45268ae5e",
"packagetype": "bdist_wheel",
"python_version": "cp314",
"requires_python": ">=3.11",
"size": 1113288,
"upload_time": "2025-10-09T03:56:29",
"upload_time_iso_8601": "2025-10-09T03:56:29.111594Z",
"url": "https://files.pythonhosted.org/packages/75/06/ad8e5d6b2f9a85221c4fbac38eef2f9d39a6e1d0686e0ac7e74ad5dbd166/discretize-0.12.0-cp314-cp314-macosx_10_13_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "04a46130463d9f8fc5a1e0073a67af49c0cce67a1d68fb21fa6d9eb735b1f4a5",
"md5": "11f98ff0e003928670ca390b15126a6e",
"sha256": "300f1319cbdb5a542c68de027c5274a61551eb6e35d5a43dcfc82a3941f45202"
},
"downloads": -1,
"filename": "discretize-0.12.0-cp314-cp314-macosx_11_0_arm64.whl",
"has_sig": false,
"md5_digest": "11f98ff0e003928670ca390b15126a6e",
"packagetype": "bdist_wheel",
"python_version": "cp314",
"requires_python": ">=3.11",
"size": 1020069,
"upload_time": "2025-10-09T03:56:30",
"upload_time_iso_8601": "2025-10-09T03:56:30.234196Z",
"url": "https://files.pythonhosted.org/packages/04/a4/6130463d9f8fc5a1e0073a67af49c0cce67a1d68fb21fa6d9eb735b1f4a5/discretize-0.12.0-cp314-cp314-macosx_11_0_arm64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "03957f882fcfc87162b654ef93b1f61b4db2f1ddadc93f61056999f81b24d27b",
"md5": "05bfed20a8977aaaab72b6d76e991e85",
"sha256": "8bdf4c6bbe98690555de924dbd942de1464780ba06d6c2ded9e0b66fcbdd8141"
},
"downloads": -1,
"filename": "discretize-0.12.0-cp314-cp314-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl",
"has_sig": false,
"md5_digest": "05bfed20a8977aaaab72b6d76e991e85",
"packagetype": "bdist_wheel",
"python_version": "cp314",
"requires_python": ">=3.11",
"size": 1249380,
"upload_time": "2025-10-09T03:56:32",
"upload_time_iso_8601": "2025-10-09T03:56:32.135536Z",
"url": "https://files.pythonhosted.org/packages/03/95/7f882fcfc87162b654ef93b1f61b4db2f1ddadc93f61056999f81b24d27b/discretize-0.12.0-cp314-cp314-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "a14fe5dd8f309ee924e7f5ef4adb3d0efeb74364b1a22db6d7cdd120e3edbaf6",
"md5": "358a9872631fe9478309649ebe0e2fc6",
"sha256": "506c89d36ecd8eeb59e7d9607be76a006f2f1bd5c6e4e63cb41a9e57613c86bd"
},
"downloads": -1,
"filename": "discretize-0.12.0-cp314-cp314-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl",
"has_sig": false,
"md5_digest": "358a9872631fe9478309649ebe0e2fc6",
"packagetype": "bdist_wheel",
"python_version": "cp314",
"requires_python": ">=3.11",
"size": 1319114,
"upload_time": "2025-10-09T03:56:33",
"upload_time_iso_8601": "2025-10-09T03:56:33.758295Z",
"url": "https://files.pythonhosted.org/packages/a1/4f/e5dd8f309ee924e7f5ef4adb3d0efeb74364b1a22db6d7cdd120e3edbaf6/discretize-0.12.0-cp314-cp314-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "6325d2abc83a260f6c233689e5c43af68eddbe989456643c59c2665028222563",
"md5": "e42234295d419f77f9093f255149a3e7",
"sha256": "57a8c2363b861c453384b28f016454d37c94263ab7295d22f5dbc07cce8ad741"
},
"downloads": -1,
"filename": "discretize-0.12.0-cp314-cp314-musllinux_1_2_aarch64.whl",
"has_sig": false,
"md5_digest": "e42234295d419f77f9093f255149a3e7",
"packagetype": "bdist_wheel",
"python_version": "cp314",
"requires_python": ">=3.11",
"size": 2245596,
"upload_time": "2025-10-09T03:56:34",
"upload_time_iso_8601": "2025-10-09T03:56:34.877339Z",
"url": "https://files.pythonhosted.org/packages/63/25/d2abc83a260f6c233689e5c43af68eddbe989456643c59c2665028222563/discretize-0.12.0-cp314-cp314-musllinux_1_2_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "807e7e249426f35a5ef963087545c0a02f49f099ba85ead8b9974fd33994813b",
"md5": "4d2cfb7b858a16ba1ab0347fb019c3e2",
"sha256": "ea19a741b7ba76697d1924f14af62e84e654f8aed82503773e411dd4ac1ec028"
},
"downloads": -1,
"filename": "discretize-0.12.0-cp314-cp314-musllinux_1_2_x86_64.whl",
"has_sig": false,
"md5_digest": "4d2cfb7b858a16ba1ab0347fb019c3e2",
"packagetype": "bdist_wheel",
"python_version": "cp314",
"requires_python": ">=3.11",
"size": 2359630,
"upload_time": "2025-10-09T03:56:36",
"upload_time_iso_8601": "2025-10-09T03:56:36.100498Z",
"url": "https://files.pythonhosted.org/packages/80/7e/7e249426f35a5ef963087545c0a02f49f099ba85ead8b9974fd33994813b/discretize-0.12.0-cp314-cp314-musllinux_1_2_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "dc342c006edeb4e869de66d201e16c9ea92b713cbb005501b8957267cbaf2eab",
"md5": "db8b23da7f9ef4a7cbfcc5c1849f90ab",
"sha256": "5a319e0b813acac3ab82f044de7c8b5ca497f32383e70b63718fed364ef32a86"
},
"downloads": -1,
"filename": "discretize-0.12.0-cp314-cp314t-macosx_10_13_x86_64.whl",
"has_sig": false,
"md5_digest": "db8b23da7f9ef4a7cbfcc5c1849f90ab",
"packagetype": "bdist_wheel",
"python_version": "cp314",
"requires_python": ">=3.11",
"size": 1175504,
"upload_time": "2025-10-09T03:56:40",
"upload_time_iso_8601": "2025-10-09T03:56:40.861599Z",
"url": "https://files.pythonhosted.org/packages/dc/34/2c006edeb4e869de66d201e16c9ea92b713cbb005501b8957267cbaf2eab/discretize-0.12.0-cp314-cp314t-macosx_10_13_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "a9f9487d6bdf4d9b5cecc9a2625702eb751c72866da47520a6078118fdba0c9e",
"md5": "463c6c2a77dfeaa43c4ad7283f1632e7",
"sha256": "23c355eab5cdc4904be6306e723b1b85db5bd9068a646e597a40c75c2accc47f"
},
"downloads": -1,
"filename": "discretize-0.12.0-cp314-cp314t-macosx_11_0_arm64.whl",
"has_sig": false,
"md5_digest": "463c6c2a77dfeaa43c4ad7283f1632e7",
"packagetype": "bdist_wheel",
"python_version": "cp314",
"requires_python": ">=3.11",
"size": 1102703,
"upload_time": "2025-10-09T03:56:42",
"upload_time_iso_8601": "2025-10-09T03:56:42.274224Z",
"url": "https://files.pythonhosted.org/packages/a9/f9/487d6bdf4d9b5cecc9a2625702eb751c72866da47520a6078118fdba0c9e/discretize-0.12.0-cp314-cp314t-macosx_11_0_arm64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "0226f023ac5a13365ef552e2a742066a83225c797a9c19e1536ac6f76ac9283f",
"md5": "e3e7ff2dd3b480de3a4ea47d82ac0a9d",
"sha256": "e6ce168464a0267b9b2f143e30201f750da89370a7c2a9d41ca620eed9fc46f8"
},
"downloads": -1,
"filename": "discretize-0.12.0-cp314-cp314t-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl",
"has_sig": false,
"md5_digest": "e3e7ff2dd3b480de3a4ea47d82ac0a9d",
"packagetype": "bdist_wheel",
"python_version": "cp314",
"requires_python": ">=3.11",
"size": 1218528,
"upload_time": "2025-10-09T03:56:43",
"upload_time_iso_8601": "2025-10-09T03:56:43.374957Z",
"url": "https://files.pythonhosted.org/packages/02/26/f023ac5a13365ef552e2a742066a83225c797a9c19e1536ac6f76ac9283f/discretize-0.12.0-cp314-cp314t-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "9f171b56a34d937ec63f202aa094609ab9efe0a68f5a2f743f5b54b81777e127",
"md5": "e170f5791a795c18410b6fb1b4021377",
"sha256": "f4ba135bec96ba09c0587e43dc7a37a3ab1a84bc85ed0739b6c7f568d02f7280"
},
"downloads": -1,
"filename": "discretize-0.12.0-cp314-cp314t-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl",
"has_sig": false,
"md5_digest": "e170f5791a795c18410b6fb1b4021377",
"packagetype": "bdist_wheel",
"python_version": "cp314",
"requires_python": ">=3.11",
"size": 1292591,
"upload_time": "2025-10-09T03:56:44",
"upload_time_iso_8601": "2025-10-09T03:56:44.888003Z",
"url": "https://files.pythonhosted.org/packages/9f/17/1b56a34d937ec63f202aa094609ab9efe0a68f5a2f743f5b54b81777e127/discretize-0.12.0-cp314-cp314t-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "5edca4c006e25e97b531a5cdeb35a8c9d1fc93558d7d93aaba3349ce1723930b",
"md5": "68909d6afe73bd5336e5f0c340fbbebc",
"sha256": "6b446890cdd4e72d40909655a8c2792d4fbff105b77cd6013a632cd35fe5922c"
},
"downloads": -1,
"filename": "discretize-0.12.0-cp314-cp314t-musllinux_1_2_aarch64.whl",
"has_sig": false,
"md5_digest": "68909d6afe73bd5336e5f0c340fbbebc",
"packagetype": "bdist_wheel",
"python_version": "cp314",
"requires_python": ">=3.11",
"size": 2217744,
"upload_time": "2025-10-09T03:56:46",
"upload_time_iso_8601": "2025-10-09T03:56:46.091196Z",
"url": "https://files.pythonhosted.org/packages/5e/dc/a4c006e25e97b531a5cdeb35a8c9d1fc93558d7d93aaba3349ce1723930b/discretize-0.12.0-cp314-cp314t-musllinux_1_2_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "b1e032a40874f8964cc915ff100284e2750cbc3b588daf7c07b3f9a45c5cdbea",
"md5": "f74d11fffd198b73527fdb61f9f1cebd",
"sha256": "0685c23772f38fc82b3f7e21f4a2ceb73abe7b8ef2194c5ad06e9265c4fe5757"
},
"downloads": -1,
"filename": "discretize-0.12.0-cp314-cp314t-musllinux_1_2_x86_64.whl",
"has_sig": false,
"md5_digest": "f74d11fffd198b73527fdb61f9f1cebd",
"packagetype": "bdist_wheel",
"python_version": "cp314",
"requires_python": ">=3.11",
"size": 2328740,
"upload_time": "2025-10-09T03:56:47",
"upload_time_iso_8601": "2025-10-09T03:56:47.252892Z",
"url": "https://files.pythonhosted.org/packages/b1/e0/32a40874f8964cc915ff100284e2750cbc3b588daf7c07b3f9a45c5cdbea/discretize-0.12.0-cp314-cp314t-musllinux_1_2_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "a4359e138229bb57fc1fa7bd22cc9014e7204e7b70cbef59b03423d2fbf0302c",
"md5": "3239278e1318b974ae5c3615b1b182d1",
"sha256": "06f9539dce1581a2a67119df9dd2100618c923b675fb343c7530c609cd41d80d"
},
"downloads": -1,
"filename": "discretize-0.12.0-cp314-cp314t-win_amd64.whl",
"has_sig": false,
"md5_digest": "3239278e1318b974ae5c3615b1b182d1",
"packagetype": "bdist_wheel",
"python_version": "cp314",
"requires_python": ">=3.11",
"size": 1084190,
"upload_time": "2025-10-09T03:56:48",
"upload_time_iso_8601": "2025-10-09T03:56:48.444594Z",
"url": "https://files.pythonhosted.org/packages/a4/35/9e138229bb57fc1fa7bd22cc9014e7204e7b70cbef59b03423d2fbf0302c/discretize-0.12.0-cp314-cp314t-win_amd64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "0e51978ab80a7eae3b661a650b41bcd30eac70c0ac88fb1f85f73c4678c0656e",
"md5": "2d9cdec55bcf89d542d82f297ad4cc78",
"sha256": "39fdb9b13d5f898229aec9ad5318bc8bd4282269abe9a58de9c04a37a9eb6034"
},
"downloads": -1,
"filename": "discretize-0.12.0-cp314-cp314t-win_arm64.whl",
"has_sig": false,
"md5_digest": "2d9cdec55bcf89d542d82f297ad4cc78",
"packagetype": "bdist_wheel",
"python_version": "cp314",
"requires_python": ">=3.11",
"size": 892042,
"upload_time": "2025-10-09T03:56:49",
"upload_time_iso_8601": "2025-10-09T03:56:49.600616Z",
"url": "https://files.pythonhosted.org/packages/0e/51/978ab80a7eae3b661a650b41bcd30eac70c0ac88fb1f85f73c4678c0656e/discretize-0.12.0-cp314-cp314t-win_arm64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "736cc8deaaa4a897aed0b5a474fee981781700698e18302bf2b2340cf41c12f6",
"md5": "127249d1c8a24d31363b5c8a08f261ff",
"sha256": "294ad2f2fd07b87aaad7ae3724a8b06afa701cf6960589439298bfd059fb8009"
},
"downloads": -1,
"filename": "discretize-0.12.0-cp314-cp314-win_amd64.whl",
"has_sig": false,
"md5_digest": "127249d1c8a24d31363b5c8a08f261ff",
"packagetype": "bdist_wheel",
"python_version": "cp314",
"requires_python": ">=3.11",
"size": 957534,
"upload_time": "2025-10-09T03:56:37",
"upload_time_iso_8601": "2025-10-09T03:56:37.202244Z",
"url": "https://files.pythonhosted.org/packages/73/6c/c8deaaa4a897aed0b5a474fee981781700698e18302bf2b2340cf41c12f6/discretize-0.12.0-cp314-cp314-win_amd64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "75eea1cd965722ce59d5c02fdbdcb0df1f7ad7f745f3fcc8a24499c020b48ef5",
"md5": "185ba2a4b5b878334ea2507b89a8ca9d",
"sha256": "f83251f5f940b803b7df8281da1d76bd9ccc018460b16217b7088566b94f8217"
},
"downloads": -1,
"filename": "discretize-0.12.0-cp314-cp314-win_arm64.whl",
"has_sig": false,
"md5_digest": "185ba2a4b5b878334ea2507b89a8ca9d",
"packagetype": "bdist_wheel",
"python_version": "cp314",
"requires_python": ">=3.11",
"size": 852178,
"upload_time": "2025-10-09T03:56:39",
"upload_time_iso_8601": "2025-10-09T03:56:39.692016Z",
"url": "https://files.pythonhosted.org/packages/75/ee/a1cd965722ce59d5c02fdbdcb0df1f7ad7f745f3fcc8a24499c020b48ef5/discretize-0.12.0-cp314-cp314-win_arm64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "0f3e8eb6daed234ff05bae9dd392498f0432f55687e2c0218c0bceb6587389bc",
"md5": "7b30555725c3b7f949bd4376022f132d",
"sha256": "5b6fce19bd9e7a1d82db4ba7de41a95d178fc504a9169f6009bc2e3a386a8b44"
},
"downloads": -1,
"filename": "discretize-0.12.0.tar.gz",
"has_sig": false,
"md5_digest": "7b30555725c3b7f949bd4376022f132d",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.11",
"size": 255492,
"upload_time": "2025-10-09T03:56:50",
"upload_time_iso_8601": "2025-10-09T03:56:50.955557Z",
"url": "https://files.pythonhosted.org/packages/0f/3e/8eb6daed234ff05bae9dd392498f0432f55687e2c0218c0bceb6587389bc/discretize-0.12.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-10-09 03:56:50",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "simpeg",
"github_project": "discretize",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"lcname": "discretize"
}