discretize

View on PyPIReverse Dependencies (16)

0.10.0 discretize-0.10.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
discretize-0.10.0-cp39-cp39-win_amd64.whl
discretize-0.10.0-cp39-cp39-macosx_10_9_x86_64.whl
discretize-0.10.0-cp39-cp39-musllinux_1_1_x86_64.whl
discretize-0.10.0-cp39-cp39-macosx_11_0_arm64.whl
discretize-0.10.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
discretize-0.10.0-cp38-cp38-win_amd64.whl
discretize-0.10.0-cp38-cp38-macosx_10_9_x86_64.whl
discretize-0.10.0-cp38-cp38-macosx_11_0_arm64.whl
discretize-0.10.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
discretize-0.10.0-cp312-cp312-win_amd64.whl
discretize-0.10.0-cp312-cp312-macosx_10_9_x86_64.whl
discretize-0.10.0-cp312-cp312-musllinux_1_1_x86_64.whl
discretize-0.10.0-cp312-cp312-macosx_11_0_arm64.whl
discretize-0.10.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
discretize-0.10.0-cp311-cp311-win_amd64.whl
discretize-0.10.0-cp311-cp311-macosx_10_9_x86_64.whl
discretize-0.10.0-cp311-cp311-musllinux_1_1_x86_64.whl
discretize-0.10.0-cp311-cp311-macosx_11_0_arm64.whl
discretize-0.10.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
discretize-0.10.0-cp310-cp310-win_amd64.whl
discretize-0.10.0-cp310-cp310-macosx_10_9_x86_64.whl
discretize-0.10.0-cp310-cp310-musllinux_1_1_x86_64.whl
discretize-0.10.0-cp310-cp310-macosx_11_0_arm64.whl

Wheel Details

Project: discretize
Version: 0.10.0
Filename: discretize-0.10.0-cp311-cp311-macosx_11_0_arm64.whl
Download: [link]
Size: 1098960
MD5: 389cb3b10ed95b6b370dfc7ca2b19fc4
SHA256: 408fd1995b4b4b44d15b6cee3a3f4a2d1fb029ec86cafc002025646d4b0adca6
Uploaded: 2023-10-28 00:37:34 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: discretize
Version: 0.10.0
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-2023 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.8
Requires-Dist: numpy (>=1.22.4)
Requires-Dist: scipy (>=1.8)
Requires-Dist: matplotlib; extra == "plot"
Requires-Dist: vtk; 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.9.0); 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: pymatsolver (>=0.1.2); extra == "doc"
Requires-Dist: pillow; 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 (==23.1.0); extra == "style"
Requires-Dist: flake8 (==6.0.0); extra == "style"
Requires-Dist: flake8-bugbear; extra == "style"
Requires-Dist: flake8-builtins; extra == "style"
Requires-Dist: flake8-mutable; extra == "style"
Requires-Dist: flake8-rst-docstrings; extra == "style"
Requires-Dist: flake8-docstrings (>=1.7); 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: 3664 characters]

WHEEL

Wheel-Version: 1.0
Generator: meson
Root-Is-Purelib: false
Tag: cp311-cp311-macosx_11_0_arm64

RECORD

Path Digest Size
discretize-0.10.0.dist-info/RECORD
discretize-0.10.0.dist-info/LICENSE sha256=qqjBuXPE5oERIWaOL16bCwLhmWgHuJnOrUsgSnUWvYk 1089
discretize-0.10.0.dist-info/WHEEL sha256=l2MAqKUavsDG6heQe7SYU4Wh2xM6nweWZlhq0Wt7Ao4 93
discretize-0.10.0.dist-info/METADATA sha256=Iuzv6jNTSWHQExxizOCw541hGbYuZzEoxwYUFeqk3hg 7684
discretize/curvilinear_mesh.py sha256=QaeEu1p4I6_ANE0dccA7GxSwEug7PSeIEVdpzT_h-dA 32683
discretize/unstructured_mesh.py sha256=-n3jIySS24_e9FFPpUgfuOgyW58KH83T3uHo2KZ1NFQ 49835
discretize/tensor_cell.py sha256=6aQpG8Qv-B1COxX_MJQnVoj7dofVbx2MaHVWWxjlRiY 13739
discretize/tensor_mesh.py sha256=o5rU4EAVyCSSn6xX03iGdlbiCVSBdRY_138SDPvwkTk 31242
discretize/__init__.py sha256=RJJ7CT5K50PkBpFU__0plxZLmmmqkm23uxs7JwbXeCs 2898
discretize/tree_mesh.py sha256=7nzndVVPxoFRxsvMg-LBgxKccRpYXHi1Wzi5cTrGQ3A 46069
discretize/View.py sha256=ThdByywduJDAbZ9utttfaXOW4s8aCAfW2GT4hP04S9Y 305
discretize/tests.py sha256=QFwoV-hNV257v9ZSCbu9Vm1AhMQjpKvohFke_-63Jvo 30440
discretize/cylindrical_mesh.py sha256=RvgVYfZn6yBFhrNQeH_Da---2LnZop6ka4zpkrcECZI 85752
discretize/operators/__init__.py sha256=UPYwCzDR5mDrph-hD0xbmDHvZy0MpKqfhNtVhDXGE14 591
discretize/operators/differential_operators.py sha256=qRfF1X0GXUVYWMZ0FXw3aa20JL6qSIWtL3Y8o7A7T8E 142488
discretize/operators/inner_products.py sha256=V5JGK-PvqWoVItrAmGhiZHmM98C67uPJaQN6OZPfkDw 32596
discretize/mixins/vtk_mod.py sha256=wC3RV4HbQUHuFwlthuOzkCmuohtdB6tKzDb91EDxevY 39175
discretize/mixins/mesh_io.py sha256=guzvjoV2Z0Dg_2xVOKw-Er8ozU4RSbh7ktNvnmzXSYw 21693
discretize/mixins/omf_mod.py sha256=I0i2oActRoIhbU2qV8eJUAghHXrfFLqFG-WDB-EFpzY 11038
discretize/mixins/__init__.py sha256=7gBXhWxwO8YeRScpYARp5smPnY8ERm3sIp6FNCY0L-Y 1541
discretize/mixins/mpl_mod.py sha256=DNrvsgnQN6_zDYWtKaYm_6H25eF64k98NWXqy4R_0Eg 97765
discretize/Tests/__init__.py sha256=5MR3vfH1HuudQqj7X7fqYS8lifOXcCPXS8JJKsj7rOk 366
discretize/utils/meshutils.py sha256=W_DFaEl_FwVbOH4NeEo1K_SN3dgZGwP4ThfqPMt7hLg 254
discretize/utils/curvilinear_utils.py sha256=sKOEeD9ZUtPLyK1ldvZ8Omn5Fr2cuPKltoF0QaOHJLI 18186
discretize/utils/matrix_utils.py sha256=Gye9LhDQDeFGLqnC2CGjtDWcXz8PxZJum5Uo3A7rZEI 57732
discretize/utils/curvutils.py sha256=Pg9dBVRpE7sajN17mXelJ1j8CvIV0JxuQTeLoDsASvM 261
discretize/utils/coordinate_utils.py sha256=mXdtoUKs1xNOPrWo6jKOC4lU8-1jhJtcR9tGfPY2vl0 10374
discretize/utils/matutils.py sha256=wDkpO2GYEfw8ZB6emftCL6Fx3ViMHuohaQCerJvkf0w 255
discretize/utils/__init__.py sha256=pMxuAeRaxDaO8U1jNKZWsBN7nncXXSGcBRd1ikWN-HM 3560
discretize/utils/coordutils.py sha256=G0Bd2CzLlSdkOz2tQwafJPaOKhJiNua4wdTFgfIcy_A 261
discretize/utils/code_utils.py sha256=9f1QtXENvRZxAcHuVMOavKEnbIJfbeGJtnAY4pbDGgU 11524
discretize/utils/io_utils.py sha256=1fLqObssIpss4zWNJ4BfSW2q9L1IulKqOCxCappesjk 3880
discretize/utils/interpolation_utils.py sha256=mKgCfSZNPaEmjd1lk9gA6dOK7WN7S41znobPKhLEPpM 10882
discretize/utils/mesh_utils.py sha256=iynvSABqqz5GXNxJApyJL5H8due21y64fGittfSJDV4 43172
discretize/utils/codeutils.py sha256=Q_gbdBQ57HoDHbZj5Le38jgXIfFKvcBDeE8XA3tTiLs 254
discretize/utils/interputils.py sha256=KLmJ8qkCDcanqUAaDTcqgCKTGWcZ9cFY5MD5z1IK9aI 265
discretize/_extensions/simplex_helpers.cpython-311-darwin.so sha256=0kfzi4ygZktOLzCAyWXIDMDHSvD8z79f1uV4BdwSLVo 624370
discretize/_extensions/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
discretize/_extensions/interputils_cython.cpython-311-darwin.so sha256=OzHQCLgqOg4BLvqZvuVG782lHi9UHAFCGS-NzYMyZTs 293701
discretize/_extensions/tree_ext.cpython-311-darwin.so sha256=wL6wnLRs8sXEagFgpv44Yt0PZagvYrahRstZvaycQHY 1523275
discretize/base/base_mesh.py sha256=KQsnSBNhlx44wmZP5jG1yz8jPqyw1C7FNfK_iogHU8g 171411
discretize/base/base_tensor_mesh.py sha256=HihvTNp2jzoo-tLnD7YERf0JhJ8tLJtu9aiwJuiikNA 39771
discretize/base/__init__.py sha256=RG9CkUa-cugMozNZkh1P93w8GGqBfzV7lJcP8s5TpFI 571
discretize/base/base_regular_mesh.py sha256=FJVWa-vtOx6sbTTQaSdzyiCGUryj_ckh4aM8XWtxde8 36403