nessai

View on PyPIReverse Dependencies (3)

0.12.0 nessai-0.12.0-py3-none-any.whl

Wheel Details

Project: nessai
Version: 0.12.0
Filename: nessai-0.12.0-py3-none-any.whl
Download: [link]
Size: 159383
MD5: 0e8dcd6ce388a036761e72a7e0c6cd19
SHA256: e43d73504a8dadf0b575274edf91ebdad6bb696332c0eb31284edfceaa71ec39
Uploaded: 2024-04-12 12:56:20 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: nessai
Version: 0.12.0
Summary: Nessai: Nested Sampling with Artificial Intelligence
Author-Email: "Michael J. Williams" <michaeljw1[at]googlemail.com>
Project-Url: Homepage, https://github.com/mj-will/nessai
Project-Url: Documentation, https://nessai.readthedocs.io/
License: MIT
Keywords: nested sampling,normalizing flows,machine learning
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Requires-Dist: glasflow
Requires-Dist: h5py (>=3.0)
Requires-Dist: matplotlib (>=2.0)
Requires-Dist: numpy (>=1.9)
Requires-Dist: pandas
Requires-Dist: scipy (>0.16)
Requires-Dist: seaborn
Requires-Dist: torch (>=1.11.0)
Requires-Dist: tqdm
Requires-Dist: pre-commit; extra == "dev"
Requires-Dist: corner; extra == "dev"
Requires-Dist: black (>=24.0); extra == "dev"
Requires-Dist: ray[default]; (sys_platform != "win32" and python_version < "3.12") and extra == "dev"
Requires-Dist: sphinx; extra == "docs"
Requires-Dist: sphinx-rtd-theme; extra == "docs"
Requires-Dist: numpydoc; extra == "docs"
Requires-Dist: sphinx-autoapi; extra == "docs"
Requires-Dist: bilby; extra == "gw"
Requires-Dist: astropy; extra == "gw"
Requires-Dist: lalsuite; sys_platform != "win32" and extra == "gw"
Requires-Dist: nflows; extra == "nflows"
Requires-Dist: pytest; extra == "test"
Requires-Dist: pytest-cov; extra == "test"
Requires-Dist: pytest-timeout; extra == "test"
Requires-Dist: pytest-rerunfailures; extra == "test"
Requires-Dist: pytest-integration; extra == "test"
Provides-Extra: dev
Provides-Extra: docs
Provides-Extra: gw
Provides-Extra: nflows
Provides-Extra: test
Description-Content-Type: text/markdown
License-File: LICENSE.md
[Description omitted; length: 4306 characters]

WHEEL

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

RECORD

Path Digest Size
nessai/__init__.py sha256=rG_JhwAvIGSOflooG-fxHppS1fOmrssNMCY_JiULlYY 544
nessai/config.py sha256=CmZyqF0myeA-lCQfAHSBJ6vPbyxG6ZeuT3Mh3Lldkls 4941
nessai/evidence.py sha256=gn076XhjFGXvtpej0fEpPqNiC3MXWxjojKpthsbVK2M 12312
nessai/flowsampler.py sha256=fz4-rDY62Fao7WfcpPYd_1cS_ta3GfeE58ebau56izM 21615
nessai/livepoint.py sha256=QyFlmOfKqBIplF_dMhYc-Zfm_VZ8GjtAMhIaYS0poBM 12247
nessai/model.py sha256=54zKel5xZsfuOCJE2m2IFG4LzuAzBa2ickjNdyAbd5U 23964
nessai/nestedsampler.py sha256=gwpyRUa0rNXs60wuqCHp1yGI3AP6174fGeJlUYulp9s 397
nessai/plot.py sha256=cBYnvzFb2I3r94PKwC-rjviKqlPl_rxVxiJiWYl3CBQ 19776
nessai/posterior.py sha256=JYMvonBQlZ4jRFzvYA12CQJgIeEQkFJbMfdw9DikzKQ 5550
nessai/priors.py sha256=-qMxiimtk6kpxrNfbD3fyPNnwCcALiDEp1167kJKUdE 2112
nessai/flowmodel/__init__.py sha256=ibrG3MIJHf16FkajRmI-f1ZMn79V631YAn0s6yZIWOo 219
nessai/flowmodel/base.py sha256=a8SXYHeo_3EAK3DP_Axg8YNK0FAgCMZJO7pAeLHp4QI 30694
nessai/flowmodel/config.py sha256=pxZKgpLyoviOZwYCk_MZ0vZeNWLFVK3xxXsEhCtulZk 665
nessai/flowmodel/importance.py sha256=MLhS-ktir7eemSmLajDBxyv4r4LRbvx7IXzEM4OngLA 6829
nessai/flowmodel/utils.py sha256=18UdLdLLrIK6D8QQ4FPZOlT2ZY4ZTjMOeyC_xhcpAeo 2477
nessai/flows/__init__.py sha256=1WyVWknW6VaybrX5G3QP9J05BZNGtE47B857iyMvXaQ 454
nessai/flows/base.py sha256=FXefR2r_o7i47owfuXrOx3nKfYFifVy4aWe6XAUjqmM 9762
nessai/flows/distributions.py sha256=zUq_I5B0eYixFQ-oiJskyPAHW4U8pB-HV0WjuDFgqH0 2654
nessai/flows/maf.py sha256=xqXcPUnD-1kebp_AHeIB0bRFXNeBmSk7eKBX2IwH3Ao 3613
nessai/flows/nets.py sha256=bDRHxz4843ImUTP2MpK5EV0SXmvng4uudGAOjB9YE3c 3948
nessai/flows/nsf.py sha256=wI9E94qLMsE6u9x2lLtWJi73U6jK_3bKDljCNZtRoq4 4344
nessai/flows/realnvp.py sha256=oztfhehyxhO_p0ey2PzJhK7UOIs3u2iaj2Nexbgi-bA 7272
nessai/flows/transforms.py sha256=Ghxc4SedVHe2OpArPjccZDGadBAnq52GX2jWE6wfTkI 681
nessai/flows/utils.py sha256=KgW9dERB3SKj6SAvMw5jNk4Qtnhktl4Ql6CMceXWwrs 11508
nessai/gw/__init__.py sha256=A7T3slXGJilDjYN8hF8jzWDBDndZbfmwH8oNoDxByfw 172
nessai/gw/proposal.py sha256=Hft4ofYQYQOwKnZZ_og62FamUFdPKJ9-dioPeuLaosU 3646
nessai/gw/reparameterisations.py sha256=0vYUAMQ7yk_YiekpsUjx53rceIABV9Pu1NfGwjs-kYI 7181
nessai/gw/utils.py sha256=gnpaUzr6WwQtLzAmtZrAmkwYbK3CXFzTomEGWO8e9Fo 9945
nessai/proposal/__init__.py sha256=Xy-Qg6Hsa8F9SyzIIpIoO55F_6b3BVT9v-wUw9yUWTU 358
nessai/proposal/analytic.py sha256=q1A0_xfR8EnzbpmCBW3djwlowKEAb1nHfYaHhtFJEuM 2614
nessai/proposal/augmented.py sha256=V0A4H2IoI_LqkXHubMZm_o0sZAKHBD9dO7GY0-yhlxE 7094
nessai/proposal/base.py sha256=lq58W3_OIkJ0BT6b8T2p5TRCtPPYn8_MM8cRYip6e40 2102
nessai/proposal/flowproposal.py sha256=u0sfGyAnR5EXiLdCoyCYaukN40EVPs2geYEFIiayqXM 61566
nessai/proposal/importance.py sha256=sM8bv-AK8RIHMQFxAJcH676ZiUrG-cqxKJayR14hZ7w 25145
nessai/proposal/rejection.py sha256=KGxVj1upsTVjUtawfhVo2CQ412SfRNqEJPOluSiEldI 3609
nessai/proposal/utils.py sha256=1hyhybslZkeYIK2mnsSZCzI8kdK_eTDLABe_PoyYs3M 2463
nessai/reparameterisations/__init__.py sha256=Va-2cE3BVAkGDxySyLUam6UQIweuMzTqTvCqBC8ypoE 2517
nessai/reparameterisations/angle.py sha256=2P7nDhbYfMkFidOxUX_nKoW_b8xC8D8xdPeMCREjA6c 18348
nessai/reparameterisations/base.py sha256=XVVlEhLDlWtpTpA53_Bd8ot1kEDxQmGCY1aNDS230Ug 4238
nessai/reparameterisations/combined.py sha256=EFTuTJuH7AB_hM2YHIfx-HiKik4L8CE4JLKIifRsJQo 6559
nessai/reparameterisations/null.py sha256=-pzkgQ__ZDHItNn7UGp5XaKNs56h2-VYame1C4aA8vQ 1675
nessai/reparameterisations/rescale.py sha256=1Eo8YOElSFn-iIFee194jVrybB4QEvzAWEsOAbCLqmE 24108
nessai/reparameterisations/utils.py sha256=o1HzgQD9nXUbe0lzqAZEqeYtUe-9oaM72foej7Ci6Us 1785
nessai/samplers/__init__.py sha256=fegphGkUMps0IuBUojZrz0FHr6e7qUXbeMPoL5JmZ18 318
nessai/samplers/base.py sha256=sphFl6mXqvIzq5dt5z8ZN_ggKNjzICS4HiCYGkamVzI 14101
nessai/samplers/importancesampler.py sha256=wP3de2KmsquwSXbMtVZFVq6IpmtvVnfvx1sX_XfcnLQ 82463
nessai/samplers/nestedsampler.py sha256=GBe_wmoeP8etfHbPut41beZPCJTkdPJnR4yyelPRHkU 49512
nessai/utils/__init__.py sha256=QTAV5txJUqllRWYCTwc9qpCONbwDGfybosly_fUOz_E 2027
nessai/utils/bilbyutils.py sha256=QtcOObqgo7DRsaa1i9pn0ful_E79rmaf7Tmvmp1ibso 341
nessai/utils/distance.py sha256=SlV05maUv-gZlGKg4LxOo2xykUabsBfNlyMeSqLGopE 742
nessai/utils/distributions.py sha256=LslL9QT7dTZN44ib3ImWVm7h6fn9qTYzxqEWd9vIG9U 1589
nessai/utils/hist.py sha256=p8GkUxjXuCKXS4jRGlEzG1I4J4bSzwNNG5hHfA3HonY 1814
nessai/utils/indices.py sha256=usbz0RIEO6j7tvtgiG9aepABbAnynSIncsC1RNz7RKg 1684
nessai/utils/information.py sha256=A_KwoaOJUMSAxLvJnZ83NiC6VlEXEB5FQ4_HWSmNvjo 596
nessai/utils/io.py sha256=WnZauntPHEJV-hb-YEGviHNz3Nh5q8n7PTj1p7pciDg 4456
nessai/utils/logging.py sha256=9R9Jmu8BACrdm4S6eplDLXfjVoo6QJlntmNL7qzAQqA 3153
nessai/utils/multiprocessing.py sha256=Od0WlnF-IaiwCYFYqcb8lOW-AVjt2c4jDyELiq0UYwk 6075
nessai/utils/optimise.py sha256=gfTgh0KNSDKOCrWk5mKTTEetYSxgR7wTNs-fDwn7QEU 1970
nessai/utils/rescaling.py sha256=oqtsL7r-8k1dvoygLdZlMwgT6E-muFCEQ7OCm27Ag9s 10306
nessai/utils/sampling.py sha256=Dyiwu0BGIxbjpDUxeTCevwWb-mVRANY6MCAwqiW9S4A 5065
nessai/utils/settings.py sha256=cS3Jo_YAR5yuwjpIHiAsmhs3TbzOOIvsPEo6uQlUPHw 3321
nessai/utils/sorting.py sha256=Rjm1K-2TQgAVXCjzQm1cACOMh55AUAdPeyNzgA4nEeQ 2329
nessai/utils/stats.py sha256=oCvEZDW86kwucBhr0HmhwPuiydnIs5te7FZt_iB8cyY 3012
nessai/utils/structures.py sha256=OyzoMSqYX1fxkmvAbX8UVfGAnlB2GUYZB7wNheHr-Lo 2913
nessai/utils/testing.py sha256=oYjZUiC35oOvUwnpvwJmtFTmTLr3mYAgXs2I3PV_Cvk 2508
nessai/utils/threading.py sha256=t-5hC3jW1c8BURPAbLrdTz5KBvV5OZC18TNt0_O6XDM 882
nessai/utils/torchutils.py sha256=CGZWGwQkXh27YD4-2Bb_GZmQ9bcCiEVQ6iVTCF_4Wss 1013
nessai-0.12.0.dist-info/LICENSE.md sha256=BhikYuoM3mPyBpu-5HriH304lCpiaqbyl1z2IDD5IKI 1076
nessai-0.12.0.dist-info/METADATA sha256=3yun8lg78Nc3pJawA3vrsp2HjmXL0RLs2HTHQ745lrM 6081
nessai-0.12.0.dist-info/WHEEL sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ 92
nessai-0.12.0.dist-info/top_level.txt sha256=0AYD94zgynWF4bXAuUgCq0P9nkVxBQME-fUIaQkPhyQ 7
nessai-0.12.0.dist-info/RECORD

top_level.txt

nessai