jaxion 0.0.8__py3-none-any.whl → 0.0.9__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: jaxion
3
- Version: 0.0.8
3
+ Version: 0.0.9
4
4
  Summary: A differentiable simulation library for fuzzy dark matter in JAX
5
5
  Author-email: Philip Mocz <philip.mocz@gmail.com>
6
6
  License-Expression: Apache-2.0
@@ -9,16 +9,17 @@ Project-URL: Homepage, https://github.com/JaxionProject/jaxion
9
9
  Requires-Python: >=3.11
10
10
  Description-Content-Type: text/markdown
11
11
  License-File: LICENSE
12
- Requires-Dist: jax==0.5.3
13
- Requires-Dist: jaxdecomp==0.2.7
12
+ Requires-Dist: jax==0.6.0
13
+ Requires-Dist: jaxdecomp==0.2.9
14
14
  Requires-Dist: tensorflow
15
- Requires-Dist: orbax-checkpoint==0.11.18
16
- Requires-Dist: optax==0.2.5
15
+ Requires-Dist: orbax-checkpoint==0.11.25
16
+ Requires-Dist: optax==0.2.6
17
17
  Requires-Dist: numpy
18
18
  Requires-Dist: matplotlib
19
19
  Requires-Dist: setuptools>=70.1.1
20
+ Requires-Dist: chex==0.1.90
20
21
  Provides-Extra: cuda12
21
- Requires-Dist: jax[cuda12]==0.5.3; extra == "cuda12"
22
+ Requires-Dist: jax[cuda12]==0.6.0; extra == "cuda12"
22
23
  Dynamic: license-file
23
24
 
24
25
  <p align="center">
@@ -10,8 +10,8 @@ jaxion/quantum.py,sha256=GWOpN6ipfEw-6Ah2zQpxS3oqeSt_iHMDSgnVYSjXY5E,3321
10
10
  jaxion/simulation.py,sha256=vpRLIb2EJdu0Df7ABgukgQ-ykhEP9nuGVIqu2ZzEKEw,20507
11
11
  jaxion/utils.py,sha256=OCpJ3crZqr5VFacymYzi5BkRqFCVBcneoS44wV9mZPg,4087
12
12
  jaxion/visualization.py,sha256=D0Nr5vhuqxL50MBIPD2ZMOdFDmG6zbCEiH1RemXtn_M,3346
13
- jaxion-0.0.8.dist-info/licenses/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
14
- jaxion-0.0.8.dist-info/METADATA,sha256=64BsLnw6gzaWh0nOA2H9EPAnxgusFL5-MtNVwqih4pw,6440
15
- jaxion-0.0.8.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
16
- jaxion-0.0.8.dist-info/top_level.txt,sha256=S1OV2VdlDG_9UwpKOIji4itQGOS-VWUOWUi3GeXWzt0,7
17
- jaxion-0.0.8.dist-info/RECORD,,
13
+ jaxion-0.0.9.dist-info/licenses/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
14
+ jaxion-0.0.9.dist-info/METADATA,sha256=LN5zMcmFtvkFf5awRE9rPqrLUPFzysz0J7rjenzL2Iw,6468
15
+ jaxion-0.0.9.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
16
+ jaxion-0.0.9.dist-info/top_level.txt,sha256=S1OV2VdlDG_9UwpKOIji4itQGOS-VWUOWUi3GeXWzt0,7
17
+ jaxion-0.0.9.dist-info/RECORD,,
File without changes