gpjax 0.8.1__py3-none-any.whl → 0.8.2__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
@@ -38,7 +38,7 @@ __license__ = "MIT"
38
38
  __description__ = "Didactic Gaussian processes in JAX"
39
39
  __url__ = "https://github.com/JaxGaussianProcesses/GPJax"
40
40
  __contributors__ = "https://github.com/JaxGaussianProcesses/GPJax/graphs/contributors"
41
- __version__ = "0.8.1"
41
+ __version__ = "0.8.2"
42
42
 
43
43
  __all__ = [
44
44
  "base",
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: gpjax
3
- Version: 0.8.1
3
+ Version: 0.8.2
4
4
  Summary: Gaussian processes in JAX.
5
5
  Home-page: https://github.com/JaxGaussianProcesses/GPJax
6
6
  License: Apache-2.0
@@ -16,6 +16,7 @@ Requires-Dist: beartype (>=0.16.2,<0.17.0)
16
16
  Requires-Dist: cola-ml (>=0.0.5,<0.0.6)
17
17
  Requires-Dist: jax (>=0.4.16)
18
18
  Requires-Dist: jaxlib (>=0.4.16)
19
+ Requires-Dist: jaxopt (>=0.8.3,<0.9.0)
19
20
  Requires-Dist: jaxtyping (>=0.2.15,<0.3.0)
20
21
  Requires-Dist: optax (>=0.1.4,<0.2.0)
21
22
  Requires-Dist: orbax-checkpoint (>=0.2.3)
@@ -1,5 +1,5 @@
1
1
  LICENSE,sha256=tAkwu8-AdEyGxGoSvJ2gVmQdcicWw3j1ZZueVV74M-E,11357
2
- gpjax/__init__.py,sha256=D3Np9KTqPz7EHCENlKbYyTbcwk7qTjap7tQ_oCj8hBQ,1545
2
+ gpjax/__init__.py,sha256=HAAaTQX1KSXatt4Pm-aFLAYucVc3gg60OoMemZ81LrY,1545
3
3
  gpjax/base/__init__.py,sha256=jLAm6UYta8Uo02IQSsJGpzZI110XnQdyuAnHEX3A-2s,1068
4
4
  gpjax/base/module.py,sha256=50TgoIOKv58T13SwCoBpgU-3EH7e8piC9cuXMEIs5_c,12842
5
5
  gpjax/base/param.py,sha256=D_EQYfOf4wE1Xr3RBb5lyleeHYw8HKxNwU7Sr2LRmYw,2271
@@ -60,7 +60,7 @@ gpjax/progress_bar.py,sha256=ErXoJ-jjEPOediq_clgG2OC0UTptpP0MtVM1a2ZLC_o,4418
60
60
  gpjax/scan.py,sha256=RTfIISMqo4jznDFJ6m9fiaPEYgnINRPwGNRiz71gLFg,5506
61
61
  gpjax/typing.py,sha256=H_7je0XuJ1UP77zP5bJskdK2gJhm812xRfnRbGdqgkg,1688
62
62
  gpjax/variational_families.py,sha256=5Q7btVizm3Y3xcVVpoosS-0JM2JreaQEiFbgF2uNgXc,26466
63
- gpjax-0.8.1.dist-info/LICENSE,sha256=tAkwu8-AdEyGxGoSvJ2gVmQdcicWw3j1ZZueVV74M-E,11357
64
- gpjax-0.8.1.dist-info/METADATA,sha256=Fk777NtWQg4CjCDAB5_0-iNifoCyXFbfwHMpq6Wr0_k,10040
65
- gpjax-0.8.1.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
66
- gpjax-0.8.1.dist-info/RECORD,,
63
+ gpjax-0.8.2.dist-info/LICENSE,sha256=tAkwu8-AdEyGxGoSvJ2gVmQdcicWw3j1ZZueVV74M-E,11357
64
+ gpjax-0.8.2.dist-info/METADATA,sha256=yI9KlzNn3IATrcpijURB4MvKwXeXPfQVMpZcHmKpz5I,10079
65
+ gpjax-0.8.2.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
66
+ gpjax-0.8.2.dist-info/RECORD,,
File without changes
File without changes