flowjax

View on PyPIReverse Dependencies (4)

17.0.2 flowjax-17.0.2-py3-none-any.whl

Wheel Details

Project: flowjax
Version: 17.0.2
Filename: flowjax-17.0.2-py3-none-any.whl
Download: [link]
Size: 59262
MD5: a74a3a173962c8a52739cd3893ba72e5
SHA256: 9da75b79e804ed4ad5324affd36b9a0f9cce3065832b7eaf0b5756cde5544dd3
Uploaded: 2024-12-19 09:50:48 +0000

dist-info

METADATA

Metadata-Version: 2.4
Name: flowjax
Version: 17.0.2
Summary: Easy to use distributions, bijections and normalizing flows in JAX.
Author-Email: Daniel Ward <danielward27[at]outlook.com>
Project-Url: repository, https://github.com/danielward27/flowjax
Project-Url: documentation, https://danielward27.github.io/flowjax/index.html
License: The MIT License (MIT) Copyright (c) 2022 Daniel Ward 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: equinox,jax,neural-networks
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Classifier: Topic :: Scientific/Engineering :: Information Analysis
Classifier: Topic :: Scientific/Engineering :: Mathematics
Requires-Python: >=3.10
Requires-Dist: equinox (>=0.10)
Requires-Dist: jax (>=0.4.16)
Requires-Dist: jaxtyping
Requires-Dist: optax
Requires-Dist: paramax
Requires-Dist: tqdm
Requires-Dist: beartype; extra == "dev"
Requires-Dist: ipython; extra == "dev"
Requires-Dist: nbsphinx; extra == "dev"
Requires-Dist: numpyro; extra == "dev"
Requires-Dist: pytest; extra == "dev"
Requires-Dist: ruff; extra == "dev"
Requires-Dist: sphinx; extra == "dev"
Requires-Dist: sphinx-autodoc-typehints; extra == "dev"
Requires-Dist: sphinx-book-theme; extra == "dev"
Requires-Dist: sphinx-copybutton; extra == "dev"
Provides-Extra: dev
Description-Content-Type: text/markdown
License-File: LICENSE
[Description omitted; length: 4348 characters]

WHEEL

Wheel-Version: 1.0
Generator: hatchling 1.27.0
Root-Is-Purelib: true
Tag: py3-none-any

RECORD

Path Digest Size
flowjax/__init__.py sha256=xfEpc8uZhyZmUIVApBZQcfaP0SkzQPwnEsNegWKoHYI 174
flowjax/distributions.py sha256=Hi9K3FRIg4c6op8gCHXcwfuqsbknB-4W_Ikk4-zLx2k 27389
flowjax/flows.py sha256=YO1-QgiWoDtez7n7DhD6XMqr8RcfZyayGzTUcSZyr7M 13555
flowjax/masks.py sha256=zfcS6hWWmRVCT7f31fk7X1GTr2rLdK4cBmwYk0cKJzQ 1656
flowjax/root_finding.py sha256=4L38qw0cNeC6SyHT9siQOaGzNr6_ICzOZ09x55_oVcY 14712
flowjax/tasks.py sha256=5HLOFzEXvpkY8eVNdCVaR6zWl7nfqRfxFcziOGWKtVU 2847
flowjax/utils.py sha256=BigawqW-IdomhlG6LvQTpqZUS1hJ0ACu67B4LXSaXtg 4834
flowjax/bijections/__init__.py sha256=dB8rbi6LIGU4WwroakIRpoe_C9614N-ud6eJtvAF7Ps 1334
flowjax/bijections/affine.py sha256=oqd8pu324doKI3U3xlfGBWLs48hxshaPFXDhLsV351w 6973
flowjax/bijections/bijection.py sha256=6j8jyJhk3DTodM1UdeFf9lfpyQ5M7H523UZ843Oz1io 6976
flowjax/bijections/block_autoregressive_network.py sha256=JepybXlY-8wAfXo232DHViEa5Of1TYmf-CA4UsiV9IY 8806
flowjax/bijections/chain.py sha256=-q1qq_3ocH_OMiifd_0mda2w7WmuYtWsRyaEn8HfnVE 2773
flowjax/bijections/concatenate.py sha256=yPDR5utJRO24VYh3F3zgBe3rsVI1DPsO9NMm15TZT4Q 4844
flowjax/bijections/coupling.py sha256=OCF70nJdSBzXlNwdsRVC5sAKFui6V7K4nXpZR2oZop0 4089
flowjax/bijections/exp.py sha256=qS8JirorII5bHSuBqYRd0bK3AULe062IAa9bWAyrx_s 597
flowjax/bijections/jax_transforms.py sha256=r41G9_F5drapL-PpEMp5dAMfZUFu_TkvVF5zMZfVQxo 8760
flowjax/bijections/masked_autoregressive.py sha256=-t4ZZep5mgS-YGQ6fAW11Sf_fTKE9HF5BVHRAegT1R4 6114
flowjax/bijections/planar.py sha256=0PLbM3lvr1bPIfo0MigliQ0R7MCmSaF1pgodJkJTD-s 6301
flowjax/bijections/power.py sha256=npWN1dSeMWG_H-gLywAAhLX1XxKWjAt2UqURnKBNxyU 951
flowjax/bijections/rational_quadratic_spline.py sha256=s8CYo1FOnYuo35Oiw43wH6FCTEdPYUoq-YpFtOe0LcE 6534
flowjax/bijections/sigmoid.py sha256=gBh_9GnIej3MgP1t4h7YzJutQaeHJrE2U53JdiOji0I 781
flowjax/bijections/softplus.py sha256=09URagdCq80Mwz8XeV7WARTNYw8zmVvK2QFs2MGa-Is 600
flowjax/bijections/tanh.py sha256=a2Pr8epLjDE6flyuFLN1heVsuNnWmgQkxz0R8gG0btg 2435
flowjax/bijections/utils.py sha256=VM2EfFtAxa-wlgNekzckxwUMNkLCLpJ_5r2Ku2hTFFk 10263
flowjax/experimental/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
flowjax/experimental/numpyro.py sha256=VtmUkav6r5upVRS8_4iLLkDa26FI9yX3JshKvf9jUxg 9730
flowjax/train/__init__.py sha256=y0bTgeYzwk9ttMp6QxPmNqblZlwY9Pqc3hS299JShhQ 232
flowjax/train/loops.py sha256=rHMdLcvErPbbt9EHp3KAANuNsuYHL_Hw71b-dQXIEMk 6401
flowjax/train/losses.py sha256=4lkspuYJMI_DzL2QG9sgLVKMczyKNx_n9loIwgDNA2o 6290
flowjax/train/train_utils.py sha256=GsItbgzyVdEmKJizWcTo-NTmiu_-3sUiJb7bD5KmH8M 3770
flowjax-17.0.2.dist-info/METADATA sha256=7Q6R0Z4r_MzKWfIe5kOq4JyzN1MxDDMrkjuk9dXNDc0 7021
flowjax-17.0.2.dist-info/WHEEL sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ 87
flowjax-17.0.2.dist-info/licenses/LICENSE sha256=i9jUXU-HHIaR07txN6iCq4L4JPe3tz9wrbYZ8pwI6NM 1077
flowjax-17.0.2.dist-info/RECORD