jaxion 0.0.8__tar.gz → 0.0.9__tar.gz

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.
Files changed (28) hide show
  1. {jaxion-0.0.8 → jaxion-0.0.9}/PKG-INFO +7 -6
  2. {jaxion-0.0.8 → jaxion-0.0.9}/jaxion.egg-info/PKG-INFO +7 -6
  3. jaxion-0.0.9/jaxion.egg-info/requires.txt +12 -0
  4. {jaxion-0.0.8 → jaxion-0.0.9}/pyproject.toml +1 -1
  5. jaxion-0.0.9/requirements.txt +9 -0
  6. jaxion-0.0.8/jaxion.egg-info/requires.txt +0 -11
  7. jaxion-0.0.8/requirements.txt +0 -8
  8. {jaxion-0.0.8 → jaxion-0.0.9}/LICENSE +0 -0
  9. {jaxion-0.0.8 → jaxion-0.0.9}/README.md +0 -0
  10. {jaxion-0.0.8 → jaxion-0.0.9}/jaxion/__init__.py +0 -0
  11. {jaxion-0.0.8 → jaxion-0.0.9}/jaxion/analysis.py +0 -0
  12. {jaxion-0.0.8 → jaxion-0.0.9}/jaxion/constants.py +0 -0
  13. {jaxion-0.0.8 → jaxion-0.0.9}/jaxion/cosmology.py +0 -0
  14. {jaxion-0.0.8 → jaxion-0.0.9}/jaxion/defaults.json +0 -0
  15. {jaxion-0.0.8 → jaxion-0.0.9}/jaxion/gravity.py +0 -0
  16. {jaxion-0.0.8 → jaxion-0.0.9}/jaxion/hydro.py +0 -0
  17. {jaxion-0.0.8 → jaxion-0.0.9}/jaxion/particles.py +0 -0
  18. {jaxion-0.0.8 → jaxion-0.0.9}/jaxion/quantum.py +0 -0
  19. {jaxion-0.0.8 → jaxion-0.0.9}/jaxion/simulation.py +0 -0
  20. {jaxion-0.0.8 → jaxion-0.0.9}/jaxion/utils.py +0 -0
  21. {jaxion-0.0.8 → jaxion-0.0.9}/jaxion/visualization.py +0 -0
  22. {jaxion-0.0.8 → jaxion-0.0.9}/jaxion.egg-info/SOURCES.txt +0 -0
  23. {jaxion-0.0.8 → jaxion-0.0.9}/jaxion.egg-info/dependency_links.txt +0 -0
  24. {jaxion-0.0.8 → jaxion-0.0.9}/jaxion.egg-info/top_level.txt +0 -0
  25. {jaxion-0.0.8 → jaxion-0.0.9}/setup.cfg +0 -0
  26. {jaxion-0.0.8 → jaxion-0.0.9}/tests/test_analysis.py +0 -0
  27. {jaxion-0.0.8 → jaxion-0.0.9}/tests/test_cosmology.py +0 -0
  28. {jaxion-0.0.8 → jaxion-0.0.9}/tests/test_examples.py +0 -0
@@ -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">
@@ -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">
@@ -0,0 +1,12 @@
1
+ jax==0.6.0
2
+ jaxdecomp==0.2.9
3
+ tensorflow
4
+ orbax-checkpoint==0.11.25
5
+ optax==0.2.6
6
+ numpy
7
+ matplotlib
8
+ setuptools>=70.1.1
9
+ chex==0.1.90
10
+
11
+ [cuda12]
12
+ jax[cuda12]==0.6.0
@@ -25,7 +25,7 @@ dependencies = {file = ["requirements.txt"]}
25
25
 
26
26
  [project.optional-dependencies]
27
27
  cuda12 = [
28
- "jax[cuda12]==0.5.3",
28
+ "jax[cuda12]==0.6.0",
29
29
  ]
30
30
 
31
31
  [tool.setuptools-git-versioning]
@@ -0,0 +1,9 @@
1
+ jax==0.6.0
2
+ jaxdecomp==0.2.9
3
+ tensorflow
4
+ orbax-checkpoint==0.11.25
5
+ optax==0.2.6
6
+ numpy
7
+ matplotlib
8
+ setuptools>=70.1.1
9
+ chex==0.1.90
@@ -1,11 +0,0 @@
1
- jax==0.5.3
2
- jaxdecomp==0.2.7
3
- tensorflow
4
- orbax-checkpoint==0.11.18
5
- optax==0.2.5
6
- numpy
7
- matplotlib
8
- setuptools>=70.1.1
9
-
10
- [cuda12]
11
- jax[cuda12]==0.5.3
@@ -1,8 +0,0 @@
1
- jax==0.5.3
2
- jaxdecomp==0.2.7
3
- tensorflow
4
- orbax-checkpoint==0.11.18
5
- optax==0.2.5
6
- numpy
7
- matplotlib
8
- setuptools>=70.1.1
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes