adaptive

View on PyPIReverse Dependencies (6)

1.2.0 adaptive-1.2.0-py3-none-any.whl

Wheel Details

Project: adaptive
Version: 1.2.0
Filename: adaptive-1.2.0-py3-none-any.whl
Download: [link]
Size: 129064
MD5: ada80b9b21aad44ae1a3969bc7c9ee7d
SHA256: cae9296937d76e8541a1d63e5ee3527292f427b78274ea6163778dcab7999bc3
Uploaded: 2024-04-10 07:51:08 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: adaptive
Version: 1.2.0
Summary: Parallel active learning of mathematical functions
Maintainer: Adaptive authors
Project-Url: homepage, https://adaptive.readthedocs.io/
Project-Url: documentation, https://adaptive.readthedocs.io/
Project-Url: repository, https://github.com/python-adaptive/adaptive
License: BSD
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: BSD License
Classifier: Intended Audience :: Science/Research
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Python: >=3.9
Requires-Dist: scipy
Requires-Dist: sortedcollections (>=1.1)
Requires-Dist: sortedcontainers (>=2.0)
Requires-Dist: cloudpickle
Requires-Dist: loky (>=2.9)
Requires-Dist: versioningit
Requires-Dist: typing-extensions; python_version < "3.10"
Requires-Dist: ipython; extra == "notebook"
Requires-Dist: ipykernel (>=4.8.0); extra == "notebook"
Requires-Dist: jupyter-client (>=5.2.2); extra == "notebook"
Requires-Dist: holoviews (>=1.9.1); extra == "notebook"
Requires-Dist: ipywidgets; extra == "notebook"
Requires-Dist: bokeh; extra == "notebook"
Requires-Dist: pandas; extra == "notebook"
Requires-Dist: matplotlib; extra == "notebook"
Requires-Dist: plotly; extra == "notebook"
Requires-Dist: dill; extra == "other"
Requires-Dist: distributed; extra == "other"
Requires-Dist: ipyparallel (>=6.2.5); extra == "other"
Requires-Dist: scikit-optimize (>=0.8.1); extra == "other"
Requires-Dist: scikit-learn; extra == "other"
Requires-Dist: pexpect; os_name != "nt" and extra == "other"
Requires-Dist: wexpect; os_name == "nt" and extra == "other"
Requires-Dist: flaky; extra == "testing"
Requires-Dist: pytest; extra == "testing"
Requires-Dist: pytest-cov; extra == "testing"
Requires-Dist: pytest-randomly; extra == "testing"
Requires-Dist: pytest-timeout; extra == "testing"
Requires-Dist: pre-commit; extra == "testing"
Requires-Dist: typeguard; extra == "testing"
Provides-Extra: notebook
Provides-Extra: other
Provides-Extra: testing
Description-Content-Type: text/markdown
License-File: LICENSE
License-File: AUTHORS.md
[Description omitted; length: 10673 characters]

WHEEL

Wheel-Version: 1.0
Generator: bdist_wheel (0.43.0)
Root-Is-Purelib: true
Tag: py3-none-any

RECORD

Path Digest Size
adaptive/__init__.py sha256=zFnKWbDPkdSV7zkzSyK7-Q6uDbn5GoZ8aftVhUfgTbU 1274
adaptive/_version.py sha256=Y2ubOGjqgK72l0mgpoYm6Bife9W5vIYVidrzEPAqKvo 110
adaptive/notebook_integration.py sha256=SV_znRNvaJ2O2zzotGr9cvsf6avq1ZNOCBdL8T7Da5A 8854
adaptive/runner.py sha256=07fIsqd-6nhw91oMVY9T5FNgY-tp8bkyycwyz7Fs0cs 47162
adaptive/types.py sha256=_bNVqg_bVK2Co67JhnGmLiy3zGVuX8KiDlcuuAl48yM 374
adaptive/utils.py sha256=jB1mBLoszKCQ1HZXgQ_JFHFNSE9wxjK1kjWJIqe47-s 6076
adaptive/learner/__init__.py sha256=IHC5m13y9q3lvjD9OR9_e7p3bLrQFGv2n-6T4-9n2xM 1052
adaptive/learner/average_learner.py sha256=zCMALNJAioQTPMlLcAdaocxDNWj4AiAOYIGa4i5kgR4 8700
adaptive/learner/average_learner1D.py sha256=A4XSEJo5gGEdrqKMPb0HmxwEKrzJnw8dPKB0PA6xx6g 26126
adaptive/learner/balancing_learner.py sha256=teqTR-jAU4UlptyyQ5U44-pSwIDcCm0xl3QuJxayVAs 21987
adaptive/learner/base_learner.py sha256=7cOuwgSM1jw6HRGhCOTrpKXxqZAUC-igV2sjy1X_cks 7642
adaptive/learner/data_saver.py sha256=jLrIqgA423kCI0clhKwYebc94My8grryHrd-fggNYKI 7534
adaptive/learner/integrator_coeffs.py sha256=cn9XMos6bbhwMM9Pk-0wUvwA9oAyeOVz2zGhdmoNyRY 6671
adaptive/learner/integrator_learner.py sha256=U8adBD1tFqcMYE1oMvtXfOWTqTrFDYL6np6pazRIWLU 23366
adaptive/learner/learner1D.py sha256=ais9P2TYWR8DeEBKj8n6c3Bqvk8ahxxvq_8Qa5mohH8 33353
adaptive/learner/learner2D.py sha256=Bi6VOF0IdmP-_536iekz7PY8wMW8hAINTaOBE_mT-bg 31038
adaptive/learner/learnerND.py sha256=NIy-x-XeE1mE2_IbeLbvgY3YY-ZcmdIkHLZdjOpgjBc 45362
adaptive/learner/sequence_learner.py sha256=NtEpR3guq0xeG7jHQQtc9_4WQwnPbYUkKeBJWPVZ-H8 9773
adaptive/learner/skopt_learner.py sha256=bbB4pfswFpaOb3_5Absd21Kclk9CF3KqZsl58HoNvMI 6005
adaptive/learner/triangulation.py sha256=EeX4xvfHrufaeOVMWD1OySSZGi-v5fiTWwN9ChXcBDM 24593
adaptive/tests/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
adaptive/tests/algorithm_4.py sha256=ZmsGg7_s6dgCDi8IrdpU41dUyMVLyARg1d3wcm968mw 19316
adaptive/tests/test_average_learner.py sha256=G9KAdeX1HpWA-K4X6RX2AvMPW4lCkQvaaXtG17R52tE 2187
adaptive/tests/test_average_learner1d.py sha256=hbWVV8tvld7GFf2Vw_UkB3A4KEDPnSm7HkeJplrNdgY 2166
adaptive/tests/test_balancing_learner.py sha256=qXPbegHLsxfMPAkd9i4bZYyC_sxul9lkTVxM5Ph3cyQ 2201
adaptive/tests/test_cquad.py sha256=H6482SaBnEjMhG2bqVRsw5ZIjctNlSW1_G-mEGXS2M0 8704
adaptive/tests/test_learner1d.py sha256=HTmEfLiA0I3n86hb5FgmuDrwQtcgJOaot3VaIjqZ1WY 12699
adaptive/tests/test_learnernd.py sha256=THA4ocAbnVzqzIoQtfXyQ7vyrV18IYTe-nITyXTH99s 1669
adaptive/tests/test_learners.py sha256=1v0yvZnFxnm4J2vOIKd6D2hkLBLVWdZLMGfRmkSzFfw 24883
adaptive/tests/test_notebook_integration.py sha256=8TfrxWfFOIfgqxGXX2batsOQQtrqJVUsIvHBiEskJq4 1034
adaptive/tests/test_pickling.py sha256=8kdiSrSrZGfYzxsHCxBD6favOnnpARMHV5e71XD43pI 2793
adaptive/tests/test_runner.py sha256=czWsITOeJtlXSdMmRJb6p98XhBaDTjPdhZRSyB5zw_E 5768
adaptive/tests/test_sequence_learner.py sha256=G9_w7XPyTvLdKYeps7PEK2FxJt4y2-JzTSsc27ycAu0 1707
adaptive/tests/test_skopt_learner.py sha256=TGqrZ6OUaUHck3r7dwZB1KR_NeRyswAtuQIdl7N03Go 1452
adaptive/tests/test_triangulation.py sha256=cEwpCWfVQAwYGu_Vw9aNUXcvV_yZcyHnlr6UYYxlLTM 10004
adaptive/tests/unit/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
adaptive/tests/unit/test_learnernd.py sha256=QGPiaReZn7-axMDwz8qKTSVC2Tj55W0G8dlYVEPQ1ug 1318
adaptive/tests/unit/test_learnernd_integration.py sha256=kYOSaiS2ZPdVQHfBCLvDOA8yNtkgUoNIG2fXrQJPj8g 1843
adaptive/tests/unit/test_triangulation.py sha256=M-aIfML7s-YfOAR-1u9k87153CrYIQaULPuxKrT23wA 3338
adaptive-1.2.0.dist-info/AUTHORS.md sha256=kWtKJQAuTZ11tNNlEU-HQu_BrWCgI4GQXzweefQmAzA 1227
adaptive-1.2.0.dist-info/LICENSE sha256=-or31JXBps_-eKzQ_sy-Y5JpAQmKW3sPP3FGuWAtK7g 1521
adaptive-1.2.0.dist-info/METADATA sha256=1OjRVkwropJHjy83RTZF1tit6eYo612bHDObo6l4C7M 12982
adaptive-1.2.0.dist-info/WHEEL sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ 92
adaptive-1.2.0.dist-info/top_level.txt sha256=V4ExqFOP7AJikvpD0E0lmAGaCtKtERaWvyTro3vaeSM 9
adaptive-1.2.0.dist-info/RECORD

top_level.txt

adaptive