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-win_amd64.whl
Download: [link]
Size: 979029
MD5: 63b740f9fd18833573f0d91450f514fd
SHA256: 573987d07ca6169ba08c98d75fc71f72be2101d0aea25064ca2ce00ee5b535bc
Uploaded: 2023-10-28 00:28:31 +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-win_amd64

RECORD

Path Digest Size
discretize-0.10.0.dist-info/METADATA sha256=Iuzv6jNTSWHQExxizOCw541hGbYuZzEoxwYUFeqk3hg 7684
discretize-0.10.0.dist-info/WHEEL sha256=JdLTWhc73oJ-lqTBYGgiVontr_vhzwzbpAOin_2bxTI 85
discretize-0.10.0.dist-info/LICENSE sha256=g7qRHQZL41Ndb5ikFoewXo2D0JvWSmobVnlhRimcgSo 1109
discretize/_extensions/interputils_cython.cp311-win_amd64.pyd sha256=CLyXVVFDfCtFzg3aQAQunQssn8LF6GnOBciBfOHC5hA 234496
discretize/_extensions/interputils_cython.cp311-win_amd64.lib sha256=pBlQAwwG-T6skE0sscvJUsO9yg5atpAbubbe9BJg8kY 2212
discretize/_extensions/tree_ext.cp311-win_amd64.pyd sha256=7dvUmheyv6poaYRGXCZUsqgtmOY4AKMO_g9Ytk6TLtM 1297408
discretize/_extensions/tree_ext.cp311-win_amd64.lib sha256=yNrG-673T9GCwyPdcAw2-qZgPXBJxObkj18nMLWwoms 2032
discretize/_extensions/simplex_helpers.cp311-win_amd64.pyd sha256=pXiRvXuy9c8ZVKFgCbgVqopG8Y8ERYogtteMm_ydtF8 562176
discretize/_extensions/simplex_helpers.cp311-win_amd64.lib sha256=7ftSc6RP8Do4E5o8c6zio4WQixCrgz1UdESuek8nQ4I 2156
discretize/__init__.py sha256=nUZ7fDoFs0dlv9U7kudAmHefqBiM0PV4x_M1vjdLVs8 2985
discretize/curvilinear_mesh.py sha256=kIHPUevfWsJ0ZvG2oRM53ouJlPIT_gzuyQe7zoUaCxw 33523
discretize/cylindrical_mesh.py sha256=F6ABRAk97aIYBHupcB2G1zL-AFd_bTRxzb9cCYf-ico 87963
discretize/tensor_cell.py sha256=cumbeS2GIvnVR4RKxEa5CP9S4xkh4MGjvXg4RuA6_oo 14154
discretize/tensor_mesh.py sha256=--Pu40-O8JQEXiVLwVqj0uBB-_1TmAopKMb7PZ5ENWY 32071
discretize/tests.py sha256=om871pYwTmM6imz4B--xqOBqcPPxcK2BMFrmctd9tW4 31331
discretize/tree_mesh.py sha256=V3-5qiLFnSGD_ARIvk1Vo_9ihlMz4sPKs5fFqX4Pk0E 47245
discretize/unstructured_mesh.py sha256=98B23Nyc4AJPP782nQHMpulJxth-EA8UQYDRhKWFI_E 51083
discretize/View.py sha256=ZBe9zXfsBOpaGFxLd5mT8F9OyYcwVof7djERt98UCXI 318
discretize/base/__init__.py sha256=a0fJD01iJzGp2a-hYGOt78sLfsaLwkKomlZIWb36x6I 592
discretize/base/base_mesh.py sha256=0ewRY16_S78PsCwRK7kpnxrdI6cv0JhoUA0jctBEXqY 175680
discretize/base/base_regular_mesh.py sha256=9kSWgqj-149LVzU7oSIeGbJJZTGErudWCMyadtvQsAA 37478
discretize/base/base_tensor_mesh.py sha256=eB-XAEDVGnlOFXaJuhy6Amq6JK5KEO0GnJ_HZS7Zz4s 40824
discretize/_extensions/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
discretize/mixins/__init__.py sha256=BeA8iCRGttA6xkTAEu5JQRXAaJGzVWxWNGxlPVKi3mc 1601
discretize/mixins/mesh_io.py sha256=9opWP2zfDCE0LGYL2PeWOORC6tP93WSueEg2DtV6R3s 22323
discretize/mixins/mpl_mod.py sha256=XzmQpMupQLXeYATrr2ZrLT2dTzhvlO1PdSa_tQL6Mfs 100598
discretize/mixins/omf_mod.py sha256=llQfl_RxGJRqoUME22fyUHkqjQDa1OwIoDcmoMlHRYY 11374
discretize/mixins/vtk_mod.py sha256=QSy-sP0_VGBO80aErz1lj990N1p2c7gbq4Krnbffx6s 40194
discretize/operators/__init__.py sha256=OA9kjnXMD3ZCuAuURSPNjgWfMhz4p_caQXaOnZt8f6Q 611
discretize/operators/differential_operators.py sha256=iwGtI8__3mBzZObQXBFaqKg7Pl4IAJ0g0ttnLf0TSfs 145975
discretize/operators/inner_products.py sha256=QTShD1Zu88-ETrHyhJHqAzkeSIqjWkH5yQ4xRknvsS0 33474
discretize/utils/__init__.py sha256=pwdBVPH96igKhUMOC-NgMAI6Y48WUJYCwSkfhyrWbJE 3744
discretize/utils/code_utils.py sha256=pKwh-yzxeY708waJHRGFhj4EO4Lt2Lid6q3UPDd_I4Y 11914
discretize/utils/coordinate_utils.py sha256=-QUmGRw6FGpTQo6eyWGv9Oknw__-egxIhP_-D0KM8NE 10684
discretize/utils/curvilinear_utils.py sha256=7MGJXyKlfzfZynD27t61KDmR7VFc7pCiljCLRH4IsNs 18709
discretize/utils/interpolation_utils.py sha256=TP0gLD2vqI5Ua3hTpzC7-t9qr6yeprsCdiyxP9EalZk 11172
discretize/utils/io_utils.py sha256=Sb-nb2lSP1WbZO3ijIFJmi9m2QHTxwqulyVxumL557s 4000
discretize/utils/matrix_utils.py sha256=3JdkkgwR27_n_3zVH9Vcowbrv4ftTjOQOLgojLafIlE 59528
discretize/utils/mesh_utils.py sha256=KR7k53vtojQM89NkM6hlbqgO8MZ-xg6GkuouD4Su5cA 44385
discretize/utils/codeutils.py sha256=CsL8u1RvAXPbzssk-bwzNf8urz46_v05eS9qJsqkR0k 260
discretize/utils/coordutils.py sha256=h0i0GhLSqzTUG07PTVVDN1sLxTUYQR8a4pfC1CSvktI 267
discretize/utils/curvutils.py sha256=0aApWvdStR1GH1GHdjDs33tYoL7DRruHGoaQ1CAyePk 267
discretize/utils/interputils.py sha256=2FEdCDhZhpOsDRo5PD2UHow8u4ob8D-RFQVpAH8F30o 271
discretize/utils/matutils.py sha256=B61JwYEYDZwLTLx_yCxH206gl8Gg68JlFpR6OWnew78 261
discretize/utils/meshutils.py sha256=6219qLQmwKgUdhjSRxHdmst_zYiDjxxbw-Oo4BkBbCo 260
discretize/Tests/__init__.py sha256=5YA_p8eyxFlOIzRUh7bSpYawCXl4nC2zJcRc3LlD0to 374
discretize-0.10.0.dist-info/RECORD