discretize

View on PyPIReverse Dependencies (16)

0.11.1 discretize-0.11.1-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
discretize-0.11.1-cp313-cp313-win_amd64.whl
discretize-0.11.1-cp313-cp313-macosx_10_13_x86_64.whl
discretize-0.11.1-cp313-cp313-musllinux_1_2_x86_64.whl
discretize-0.11.1-cp313-cp313-macosx_11_0_arm64.whl
discretize-0.11.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
discretize-0.11.1-cp312-cp312-win_amd64.whl
discretize-0.11.1-cp312-cp312-macosx_10_13_x86_64.whl
discretize-0.11.1-cp312-cp312-musllinux_1_2_x86_64.whl
discretize-0.11.1-cp312-cp312-macosx_11_0_arm64.whl
discretize-0.11.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
discretize-0.11.1-cp311-cp311-win_amd64.whl
discretize-0.11.1-cp311-cp311-macosx_10_9_x86_64.whl
discretize-0.11.1-cp311-cp311-musllinux_1_2_x86_64.whl
discretize-0.11.1-cp311-cp311-macosx_11_0_arm64.whl
discretize-0.11.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
discretize-0.11.1-cp310-cp310-win_amd64.whl
discretize-0.11.1-cp310-cp310-macosx_10_9_x86_64.whl
discretize-0.11.1-cp310-cp310-musllinux_1_2_x86_64.whl
discretize-0.11.1-cp310-cp310-macosx_11_0_arm64.whl

Wheel Details

Project: discretize
Version: 0.11.1
Filename: discretize-0.11.1-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Download: [link]
Size: 1288591
MD5: 8ccfafe2739695699948cea6ac5c36ef
SHA256: 3a40139b7da22df40a3c19a49e5c39e2e29a07411c7e5b3929c8b3d55c31f940
Uploaded: 2024-11-06 14:50:20 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: discretize
Version: 0.11.1
Summary: Discretization tools for finite volume and inverse problems
Author-Email: SimPEG developers <rowanc1[at]gmail.com>
Project-Url: Homepage, https://simpeg.xyz
Project-Url: Documentation, https://discretize.simpeg.xyz
Project-Url: Repository, http://github.com/simpeg/discretize.git
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
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Cython
Classifier: Programming Language :: C++
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Scientific/Engineering :: Mathematics
Classifier: Topic :: Scientific/Engineering :: Physics
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX
Classifier: Operating System :: Unix
Classifier: Operating System :: MacOS
Classifier: Natural Language :: English
Requires-Python: >=3.10
Requires-Dist: numpy (>=1.22.4)
Requires-Dist: scipy (>=1.8)
Requires-Dist: matplotlib; extra == "plot"
Requires-Dist: vtk (>=6); extra == "viz"
Requires-Dist: pyvista; extra == "viz"
Requires-Dist: omf; extra == "omf"
Requires-Dist: discretize[omf,plot,viz]; extra == "all"
Requires-Dist: sphinx (!=4.1.0); extra == "doc"
Requires-Dist: pydata-sphinx-theme (==0.15.4); extra == "doc"
Requires-Dist: sphinx-gallery (==0.1.13); extra == "doc"
Requires-Dist: numpydoc (>=1.5); extra == "doc"
Requires-Dist: jupyter; extra == "doc"
Requires-Dist: graphviz; extra == "doc"
Requires-Dist: pillow; extra == "doc"
Requires-Dist: pooch; extra == "doc"
Requires-Dist: discretize[all]; extra == "doc"
Requires-Dist: pytest; extra == "test"
Requires-Dist: pytest-cov; extra == "test"
Requires-Dist: sympy; extra == "test"
Requires-Dist: discretize[all,doc]; extra == "test"
Requires-Dist: black (==24.3.0); extra == "style"
Requires-Dist: flake8 (==7.0.0); extra == "style"
Requires-Dist: flake8-bugbear (==23.12.2); extra == "style"
Requires-Dist: flake8-builtins (==2.2.0); extra == "style"
Requires-Dist: flake8-mutable (==1.2.0); extra == "style"
Requires-Dist: flake8-rst-docstrings (==0.3.0); extra == "style"
Requires-Dist: flake8-docstrings (==1.7.0); extra == "style"
Requires-Dist: flake8-pyproject (==1.2.3); extra == "style"
Requires-Dist: meson-python (>=0.14.0); extra == "build"
Requires-Dist: meson; extra == "build"
Requires-Dist: ninja; extra == "build"
Requires-Dist: numpy (>=1.22.4); extra == "build"
Requires-Dist: cython (>=0.29.35); extra == "build"
Requires-Dist: setuptools_scm; extra == "build"
Provides-Extra: plot
Provides-Extra: viz
Provides-Extra: omf
Provides-Extra: all
Provides-Extra: doc
Provides-Extra: test
Provides-Extra: style
Provides-Extra: build
Description-Content-Type: text/x-rst
[Description omitted; length: 3890 characters]

WHEEL

Wheel-Version: 1.0
Generator: meson
Root-Is-Purelib: false
Tag: cp313-cp313-manylinux_2_17_x86_64
Tag: cp313-cp313-manylinux2014_x86_64

RECORD

Path Digest Size
discretize/tensor_cell.py sha256=YvmM23Z-EPauR6Yt3BzK5ifoEEi9Mz_dILEb3HHImrs 13740
discretize/tree_mesh.py sha256=9dGDdp40tpnT_QdJieJ3nCP8EDki_Pb7THOHHbpSaI8 46451
discretize/View.py sha256=GpqHzGN3P8Zj1OQChe8JRIJDnbm9CiGSiBMXRxNkvNc 306
discretize/__init__.py sha256=RJJ7CT5K50PkBpFU__0plxZLmmmqkm23uxs7JwbXeCs 2898
discretize/tensor_mesh.py sha256=PfnB4N0-WoFf8zUONyc9pHZPy4DpRv6-PKu7XSC_VTQ 32149
discretize/cylindrical_mesh.py sha256=ju2MCTOJRQsaeyf1ujlu-6MsA7eMSokOO_6KtAI2HQM 85759
discretize/curvilinear_mesh.py sha256=pGVEYYu4mJM67g54ZmuMqgf570WLeI5132FoRPluR0Q 32684
discretize/tests.py sha256=0RPSp-KxQvH3rPn3e3Kktz_9LPRLq7P_P8RaJdTMtMk 36788
discretize/unstructured_mesh.py sha256=4FJx7G7zxhqa_Upvd874AnGRqG4EjKigic_eBmweyXo 49857
discretize/operators/inner_products.py sha256=QecMEzvtBK9SjQI-xG0IgWp9y00xPXYRiJBekUNww3w 32325
discretize/operators/__init__.py sha256=UPYwCzDR5mDrph-hD0xbmDHvZy0MpKqfhNtVhDXGE14 591
discretize/operators/differential_operators.py sha256=7SZfKTHJRTJ6feeuBKoh0HX_jTS_6z8El803LBLqidg 142614
discretize/base/__init__.py sha256=6tptpWMwmgtU6qTGbqcoZQuhbjVdg6iMysa775fgRzU 572
discretize/base/base_tensor_mesh.py sha256=e_l_OlFblEHbVHtLEBuDtOjz_W61nmSMiFa6C1-bklg 39720
discretize/base/base_mesh.py sha256=omU_fTl9uK5Q1h6uLI8X8jlw889wpXQQVBaiX36Bagw 171335
discretize/base/base_regular_mesh.py sha256=FJVWa-vtOx6sbTTQaSdzyiCGUryj_ckh4aM8XWtxde8 36403
discretize/mixins/omf_mod.py sha256=HdcvG4qp0VvOkaknbmpn_vYyR30cr0UADcm4zZwf_QE 11039
discretize/mixins/mpl_mod.py sha256=17poG9KGfLNs3iJFljrVgzoPRZjcZAkN5Cll7Mr-Dzk 97319
discretize/mixins/vtk_mod.py sha256=moFd1fldMLb_skj4g0-S6Mu0Zz-zxjjDrm2epZtPrrU 38684
discretize/mixins/__init__.py sha256=Vr4hB_aQfekrFTz_i3s7_4gUUmCGgAH2DQjBBbLLr-c 1542
discretize/mixins/mesh_io.py sha256=bKhPdkyCOJ1WIYhgEhuY2ak7S8UFfEJvOPNMCm5qqic 22033
discretize/Tests/__init__.py sha256=5MR3vfH1HuudQqj7X7fqYS8lifOXcCPXS8JJKsj7rOk 366
discretize/_extensions/simplex_helpers.cpython-313-x86_64-linux-gnu.so sha256=qwFYQrAkSNFLXew7WoyMJ2fLaeaJLg-cyfqbicF-8h4 726056
discretize/_extensions/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
discretize/_extensions/interputils_cython.cpython-313-x86_64-linux-gnu.so sha256=pEH4uLOhq9DPpEW4Kr47QDd9bkgS9emdi7GvqPo_BI0 354640
discretize/_extensions/tree_ext.cpython-313-x86_64-linux-gnu.so sha256=UedDqpSUiqqfXHEB5ljQR7uj9IyuQHJxp0cfv5iMTZ8 1937872
discretize/utils/interpolation_utils.py sha256=d933gzmJrVSitx6-i0ZStMTtamC2Q9OhIpPtSe7ahXk 10929
discretize/utils/interputils.py sha256=KLmJ8qkCDcanqUAaDTcqgCKTGWcZ9cFY5MD5z1IK9aI 265
discretize/utils/codeutils.py sha256=Q_gbdBQ57HoDHbZj5Le38jgXIfFKvcBDeE8XA3tTiLs 254
discretize/utils/__init__.py sha256=UxZz0i5WdKTK1Cc-0ggNJLXDF6GxO0oS5vMI9DVVlGI 3583
discretize/utils/coordinate_utils.py sha256=8bNF7TmcNYzZmCyl5GpxjMgJkrPPzeAUi_ql1edx8Dg 10375
discretize/utils/mesh_utils.py sha256=LL7IBbRwO1sh0H4BPxBY8bsk_hissqApIYtEoInzfxQ 43644
discretize/utils/matutils.py sha256=wDkpO2GYEfw8ZB6emftCL6Fx3ViMHuohaQCerJvkf0w 255
discretize/utils/meshutils.py sha256=W_DFaEl_FwVbOH4NeEo1K_SN3dgZGwP4ThfqPMt7hLg 254
discretize/utils/io_utils.py sha256=qs-DT4p-VVvJgTDEapK65sLFyE0wsH2lbaRrN9aydKs 3881
discretize/utils/matrix_utils.py sha256=SYumMrWD377XGrjkTatUpkR3ZulWPLgYHsHPxfJMGyQ 58511
discretize/utils/code_utils.py sha256=LerhjirmNTmoIHbTCUWaealyHqhONu9vGTbhST24MR8 11404
discretize/utils/curvutils.py sha256=Pg9dBVRpE7sajN17mXelJ1j8CvIV0JxuQTeLoDsASvM 261
discretize/utils/curvilinear_utils.py sha256=wCFDjXR0dxf-P4KyWrSblQA1Km95WozPrAwQ2MtTmHM 18105
discretize/utils/coordutils.py sha256=G0Bd2CzLlSdkOz2tQwafJPaOKhJiNua4wdTFgfIcy_A 261
discretize-0.11.1.dist-info/RECORD
discretize-0.11.1.dist-info/LICENSE sha256=VQMoAzoOjs21M3Obn0u3uFiB0IHEcNV6UA33NznZL7E 1089
discretize-0.11.1.dist-info/METADATA sha256=06tbzj3D_2xuCVuaFf-3Tu9wbsZXceKxO6-VBtMKFkY 8020
discretize-0.11.1.dist-info/WHEEL sha256=4jJSdxi7uwJPD8E2v8tAIkL60vcN6YnLac60EMTeO-4 137