scikit-sundae

View on PyPIReverse Dependencies (1)

1.0.0rc3 scikit_sundae-1.0.0rc3-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
scikit_sundae-1.0.0rc3-cp39-cp39-win_amd64.whl
scikit_sundae-1.0.0rc3-cp39-cp39-macosx_11_0_x86_64.whl
scikit_sundae-1.0.0rc3-cp39-cp39-macosx_11_0_arm64.whl
scikit_sundae-1.0.0rc3-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
scikit_sundae-1.0.0rc3-cp313-cp313-win_amd64.whl
scikit_sundae-1.0.0rc3-cp313-cp313-macosx_11_0_x86_64.whl
scikit_sundae-1.0.0rc3-cp313-cp313-macosx_11_0_arm64.whl
scikit_sundae-1.0.0rc3-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
scikit_sundae-1.0.0rc3-cp312-cp312-win_amd64.whl
scikit_sundae-1.0.0rc3-cp312-cp312-macosx_11_0_x86_64.whl
scikit_sundae-1.0.0rc3-cp312-cp312-macosx_11_0_arm64.whl
scikit_sundae-1.0.0rc3-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
scikit_sundae-1.0.0rc3-cp311-cp311-win_amd64.whl
scikit_sundae-1.0.0rc3-cp311-cp311-macosx_11_0_x86_64.whl
scikit_sundae-1.0.0rc3-cp311-cp311-macosx_11_0_arm64.whl
scikit_sundae-1.0.0rc3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
scikit_sundae-1.0.0rc3-cp310-cp310-win_amd64.whl
scikit_sundae-1.0.0rc3-cp310-cp310-macosx_11_0_x86_64.whl
scikit_sundae-1.0.0rc3-cp310-cp310-macosx_11_0_arm64.whl

Wheel Details

Project: scikit-sundae
Version: 1.0.0rc3
Filename: scikit_sundae-1.0.0rc3-cp312-cp312-win_amd64.whl
Download: [link]
Size: 525379
MD5: ee530a8812d639e0e670e189eee7c1aa
SHA256: edae60f9b869df2734e8feba6100135611eb64ee75684c2f1b68b8f77d0bd12e
Uploaded: 2024-11-12 22:00:55 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: scikit-sundae
Version: 1.0.0rc3
Summary: SUNDIALS bindings to differential aglebraic equation solvers.
Author: Corey R. Randall
Author-Email: corey.randall[at]nrel.gov
Maintainer: Corey R. Randall
Maintainer-Email: corey.randall[at]nrel.gov
Project-Url: Homepage, https://github.com/NREL/scikit-sundae
Project-Url: Documentation, https://scikit-sundae.readthedocs.io/
Project-Url: Repository, https://github.com/NREL/scikit-sundae
Project-Url: Issues, https://github.com/NREL/scikit-sundae/issues
License: BSD 3-Clause License Copyright (c) 2024, Alliance for Sustainable Energy, LLC Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. 3. Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
Keywords: sundials,dae,ode,integrator,ivp
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: BSD License
Classifier: Topic :: Scientific/Engineering :: Mathematics
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Requires-Python: <3.14,>=3.9
Requires-Dist: numpy
Requires-Dist: nox; extra == "dev"
Requires-Dist: pandas; extra == "dev"
Requires-Dist: pytest; extra == "dev"
Requires-Dist: pytest-cov; extra == "dev"
Requires-Dist: pytest-xdist; extra == "dev"
Requires-Dist: genbadge[all]; extra == "dev"
Requires-Dist: flake8; extra == "dev"
Requires-Dist: autopep8; extra == "dev"
Requires-Dist: codespell; extra == "dev"
Requires-Dist: sphinx; extra == "dev"
Requires-Dist: myst-nb; extra == "dev"
Requires-Dist: sphinx-design; extra == "dev"
Requires-Dist: sphinx-autoapi; extra == "dev"
Requires-Dist: sphinx-favicon; extra == "dev"
Requires-Dist: sphinx-copybutton; extra == "dev"
Requires-Dist: pydata-sphinx-theme; extra == "dev"
Requires-Dist: matplotlib; extra == "dev"
Requires-Dist: sphinx; extra == "docs"
Requires-Dist: myst-nb; extra == "docs"
Requires-Dist: sphinx-design; extra == "docs"
Requires-Dist: sphinx-autoapi; extra == "docs"
Requires-Dist: sphinx-favicon; extra == "docs"
Requires-Dist: sphinx-copybutton; extra == "docs"
Requires-Dist: pydata-sphinx-theme; extra == "docs"
Requires-Dist: matplotlib; extra == "docs"
Provides-Extra: dev
Provides-Extra: docs
Description-Content-Type: text/markdown
License-File: LICENSE
License-File: SUNDIALS_LICENSE
[Description omitted; length: 6828 characters]

WHEEL

Wheel-Version: 1.0
Generator: setuptools (75.4.0)
Root-Is-Purelib: false
Tag: cp312-cp312-win_amd64

RECORD

Path Digest Size
scikit_sundae-1.0.0rc3.dist-info/DELVEWHEEL sha256=-f0uEVUa72Jne9X5SIBHsmUCa55oB0m8V1-3zooxK6o 181
scikit_sundae-1.0.0rc3.dist-info/LICENSE sha256=U5GsSlZyJzaICgGzZe4ifgvZUh8YeWs6ozGcLESFEcQ 1551
scikit_sundae-1.0.0rc3.dist-info/METADATA sha256=QbH5dGdcUrlGNBHA4A1hPJrkjp7HSYA8qKZjCLms_wI 11154
scikit_sundae-1.0.0rc3.dist-info/RECORD
scikit_sundae-1.0.0rc3.dist-info/SUNDIALS_LICENSE sha256=bdqM2_pGkfceITHVXIHLdwery-idyxdDKJCGst35ksg 1605
scikit_sundae-1.0.0rc3.dist-info/top_level.txt sha256=4wHD-w_qHuXmDY5o-sxu7NRJI4_45hVXDfxEEydoSZ4 9
scikit_sundae-1.0.0rc3.dist-info/WHEEL sha256=JJ5Bt2Qdtn29cYulIqW9UxazT-SYMokpVwMsldr1Uu4 101
scikit_sundae.libs/sundials_core-d84a77e8fa85911cbdb853dbbd630378.dll sha256=Z3kw11jHLq5KgbBqFwjbfGol25xGrxJ7zYHqcSJgsVc 77312
scikit_sundae.libs/sundials_cvode-ce13c53d2abaa64fe8dd922c93b1bb06.dll sha256=OoiE6UJhd3LvaOTUFJWY_apDJBC2IEKrq3eXxA1HjZU 194048
scikit_sundae.libs/sundials_ida-86f59524c7c948ebd78c5f21959eb4d6.dll sha256=vzfUXmPNIFPKdc58jsGrMDl_kcRfQELHgw1CsQESmuQ 178176
scikit_sundae.libs/sundials_nvecserial-c3b74d1aa41e1849eaa0fad6ce114822.dll sha256=NWSdDOH1kYXeHeVGiZJinnhS-MJbgM9KtWyffZ7dqao 41472
scikit_sundae.libs/sundials_sunlinsolband-f6aa7ec594506ed932d889ad92c3fc4c.dll sha256=we5twtDsn6LSOQaY9o8ZSGPLCyuZbjUvZpiuYw7XniI 11264
scikit_sundae.libs/sundials_sunlinsoldense-26dfd1a06699c879af5bb7267e8d4bb7.dll sha256=75AYvkA7hvWClQhsPQ5tPpw8dtMzOeTmBETI26Jk6N4 11264
scikit_sundae.libs/sundials_sunmatrixband-9f54553dd93e5beb869c877f3f4053b8.dll sha256=SaJ3ue_6w0JuaIl6Rh3GuaKMAJscv25lxRPL60MZTmQ 14848
scikit_sundae.libs/sundials_sunmatrixdense-351827554412535e0e0e0ef9c1ece0fe.dll sha256=KvksGyenhcgnfdk8aT-Sv0egCgjue4MSHt4FYcmD3n0 13312
sksundae/config.pxi sha256=7optKqJaWzYyKbKUHkvXx8g4XMErGGdQjRWiO06UM-A 101
sksundae/cvode.py sha256=THYvRE4HF2Ej3o_QT2uPnKoEi5Nrui81g_EDvWfMwuE 17020
sksundae/c_cvode.pxd sha256=dQD9ulY7fxsfU8dd4nu8SkATQToiEVk3LUqNxQmtC2o 2664
sksundae/c_ida.pxd sha256=sRO7Z6wJcd_rrcKSABFgJGeAbLIXXXAYIZZ7VWpN4Ik 2949
sksundae/c_nvector.pxd sha256=9Iuhr4ZPOYFuHLYbqhT3rI0Ao1mTWsygFEWlTk0pb4M 254
sksundae/c_sundials.pxd sha256=dZ2RMWihvJ4-GU5CXb_C3_8yrh6AGkIptnGgZInPQB4 2448
sksundae/c_sunlinsol.pxd sha256=S6S90sIEsO-Ypq1gixL33rvcOvoYjdQ5mxvHSynYWNk 363
sksundae/c_sunmatrix.pxd sha256=wMDzUfPgW-Np5QrxPbUpIvWIrdTYQyJWR6AYGURK_HE 703
sksundae/ida.py sha256=7ACMQ5luUanYzEbOlifpXNVgE5h78-nRKu_xdw02vYE 19671
sksundae/utils.py sha256=7vZZmAfTWkt-kol7hUpub7JL5DAjj5fE62fgnx23Ulc 4611
sksundae/_cy_common.cp312-win_amd64.pyd sha256=ET4eiHKs3oCPLgFsjBSe7iWWGdlfjn99DwyMutYE9IA 47616
sksundae/_cy_common.pxd sha256=mTsa-ImjE79Ou8e21IRlSHqW_C46zJ7AI66NBD9dVOo 620
sksundae/_cy_common.pyx sha256=ZKF7u5gnizZgWT_SpQL04g0wYCQUKLpTH1SqaJTikWg 3710
sksundae/_cy_cvode.cp312-win_amd64.pyd sha256=TlVIpZPG6RWi8f8mos7-lNkumMW4ULaOj_5xslePzQU 245760
sksundae/_cy_cvode.pyx sha256=2N-kpV2SMH5k8E_Hz_-VAnBwfwcnHM9Ghy6114LY4-s 35465
sksundae/_cy_ida.cp312-win_amd64.pyd sha256=VT-6h7DGO4kThJ65KN5_txVyyIFGyFVMwdJ00Vvm4p4 257024
sksundae/_cy_ida.pyx sha256=3LdHf4gig_7AzF5DCoPxdEr2hTbW-giCLVCU16n-MjE 38560
sksundae/__init__.py sha256=C8nNterjuhoFjDPxdAW31RTlg3A0lIAP9cdjx0JAbi8 3406

top_level.txt

sksundae