gpjax 0.9.5__py3-none-any.whl → 0.10.0__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.
gpjax/__init__.py CHANGED
@@ -39,7 +39,7 @@ __license__ = "MIT"
39
39
  __description__ = "Didactic Gaussian processes in JAX"
40
40
  __url__ = "https://github.com/JaxGaussianProcesses/GPJax"
41
41
  __contributors__ = "https://github.com/JaxGaussianProcesses/GPJax/graphs/contributors"
42
- __version__ = "0.9.5"
42
+ __version__ = "0.10.0"
43
43
 
44
44
  __all__ = [
45
45
  "base",
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: gpjax
3
- Version: 0.9.5
3
+ Version: 0.10.0
4
4
  Summary: Gaussian processes in JAX.
5
5
  Project-URL: Documentation, https://docs.jaxgaussianprocesses.com/
6
6
  Project-URL: Issues, https://github.com/JaxGaussianProcesses/GPJax/issues
@@ -18,12 +18,12 @@ Classifier: Programming Language :: Python :: Implementation :: CPython
18
18
  Classifier: Programming Language :: Python :: Implementation :: PyPy
19
19
  Requires-Python: <3.13,>=3.10
20
20
  Requires-Dist: beartype>0.16.1
21
- Requires-Dist: cola-ml==0.0.5
22
- Requires-Dist: flax<0.10.0
23
- Requires-Dist: jax<0.4.28
24
- Requires-Dist: jaxlib<0.4.28
21
+ Requires-Dist: cola-ml>=0.0.7
22
+ Requires-Dist: flax>=0.10.0
23
+ Requires-Dist: jax>=0.5.0
24
+ Requires-Dist: jaxlib>=0.5.0
25
25
  Requires-Dist: jaxtyping>0.2.10
26
- Requires-Dist: numpy<2.0.0
26
+ Requires-Dist: numpy>=2.0.0
27
27
  Requires-Dist: optax>0.2.1
28
28
  Requires-Dist: tensorflow-probability>=0.24.0
29
29
  Requires-Dist: tqdm>4.66.2
@@ -1,4 +1,4 @@
1
- gpjax/__init__.py,sha256=T-2EbsNxg5VcdTeSH_G-mWwNcMTJVqbdI55gl9HMvG8,1653
1
+ gpjax/__init__.py,sha256=LeAdMRx9XYvLf6csLhCIv6IHnDbAFB9rP--TYXECgz0,1654
2
2
  gpjax/citation.py,sha256=f2Hzj5MLyCE7l0hHAzsEQoTORZH5hgV_eis4uoBiWvE,3811
3
3
  gpjax/dataset.py,sha256=NsToLKq4lOsHnfLfukrUIRKvhOEuoUk8aHTF0oAqRbU,4079
4
4
  gpjax/distributions.py,sha256=X48FJr3reop9maherdMVt7-XZOm2f26T8AJt_IKM_oE,9339
@@ -42,7 +42,7 @@ gpjax/kernels/stationary/rational_quadratic.py,sha256=dYONp3i4rnKj3ET8UyxAKXv6UO
42
42
  gpjax/kernels/stationary/rbf.py,sha256=G13gg5phO7ite7D9QgoCy7gB2_y0FM6GZhgFW4RL6Xw,1734
43
43
  gpjax/kernels/stationary/utils.py,sha256=Xa9EEnxgFqEi08ZSFAZYYHhJ85_3Ac-ZUyUk18B63M4,2225
44
44
  gpjax/kernels/stationary/white.py,sha256=TkdXXZCCjDs7JwR_gj5uvn2s1wyfRbe1vyHhUMJ8jjI,2212
45
- gpjax-0.9.5.dist-info/METADATA,sha256=T-OvGAyBe1N_QW6F9RbV-sx8wBJSAYQjpildBdhotS0,9967
46
- gpjax-0.9.5.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
47
- gpjax-0.9.5.dist-info/licenses/LICENSE.txt,sha256=3umwi0h8wmKXOZO8XwRBwSl3vJt2hpWKEqSrSXLR7-I,1084
48
- gpjax-0.9.5.dist-info/RECORD,,
45
+ gpjax-0.10.0.dist-info/METADATA,sha256=wZyZSD1p2t_K5m25TrvGJr6lTlfaUxoB12F-0f1d9Co,9970
46
+ gpjax-0.10.0.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
47
+ gpjax-0.10.0.dist-info/licenses/LICENSE.txt,sha256=3umwi0h8wmKXOZO8XwRBwSl3vJt2hpWKEqSrSXLR7-I,1084
48
+ gpjax-0.10.0.dist-info/RECORD,,
File without changes