We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7688662 + 12747cf commit e2a88c4Copy full SHA for e2a88c4
gpjax/__init__.py
@@ -38,7 +38,7 @@
38
__description__ = "Didactic Gaussian processes in JAX"
39
__url__ = "https://github.com/JaxGaussianProcesses/GPJax"
40
__contributors__ = "https://github.com/JaxGaussianProcesses/GPJax/graphs/contributors"
41
-__version__ = "0.8.1"
+__version__ = "0.8.2"
42
43
__all__ = [
44
"base",
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "gpjax"
3
-version = "0.8.1"
+version = "0.8.2"
4
description = "Gaussian processes in JAX."
5
authors = [
6
"Thomas Pinder <[email protected]>",
0 commit comments