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 d211e86 + 5823ada commit e11a739Copy full SHA for e11a739
gpjax/__init__.py
@@ -82,7 +82,7 @@
82
__description__ = "Didactic Gaussian processes in JAX"
83
__url__ = "https://github.com/JaxGaussianProcesses/GPJax"
84
__contributors__ = "https://github.com/JaxGaussianProcesses/GPJax/graphs/contributors"
85
-__version__ = "0.7.1"
+__version__ = "0.7.3"
86
87
__all__ = [
88
"Module",
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "gpjax"
3
-version = "0.7.1"
+version = "0.7.3"
4
description = "Gaussian processes in JAX."
5
authors = [
6
"Thomas Pinder <[email protected]>",
0 commit comments