gpjax 0.9.5__tar.gz → 0.10.0__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.
- {gpjax-0.9.5 → gpjax-0.10.0}/PKG-INFO +6 -6
- {gpjax-0.9.5 → gpjax-0.10.0}/gpjax/__init__.py +1 -1
- {gpjax-0.9.5 → gpjax-0.10.0}/pyproject.toml +5 -5
- {gpjax-0.9.5 → gpjax-0.10.0}/.github/CODE_OF_CONDUCT.md +0 -0
- {gpjax-0.9.5 → gpjax-0.10.0}/.github/ISSUE_TEMPLATE/01_BUG_REPORT.md +0 -0
- {gpjax-0.9.5 → gpjax-0.10.0}/.github/ISSUE_TEMPLATE/02_FEATURE_REQUEST.md +0 -0
- {gpjax-0.9.5 → gpjax-0.10.0}/.github/ISSUE_TEMPLATE/03_CODEBASE_IMPROVEMENT.md +0 -0
- {gpjax-0.9.5 → gpjax-0.10.0}/.github/ISSUE_TEMPLATE/04_DOCS_IMPROVEMENT.md +0 -0
- {gpjax-0.9.5 → gpjax-0.10.0}/.github/ISSUE_TEMPLATE/config.yml +0 -0
- {gpjax-0.9.5 → gpjax-0.10.0}/.github/codecov.yml +0 -0
- {gpjax-0.9.5 → gpjax-0.10.0}/.github/labels.yml +0 -0
- {gpjax-0.9.5 → gpjax-0.10.0}/.github/pull_request_template.md +0 -0
- {gpjax-0.9.5 → gpjax-0.10.0}/.github/release-drafter.yml +0 -0
- {gpjax-0.9.5 → gpjax-0.10.0}/.github/workflows/build_docs.yml +0 -0
- {gpjax-0.9.5 → gpjax-0.10.0}/.github/workflows/integration.yml +0 -0
- {gpjax-0.9.5 → gpjax-0.10.0}/.github/workflows/pr_greeting.yml +0 -0
- {gpjax-0.9.5 → gpjax-0.10.0}/.github/workflows/ruff.yml +0 -0
- {gpjax-0.9.5 → gpjax-0.10.0}/.github/workflows/stale_prs.yml +0 -0
- {gpjax-0.9.5 → gpjax-0.10.0}/.github/workflows/test_docs.yml +0 -0
- {gpjax-0.9.5 → gpjax-0.10.0}/.github/workflows/tests.yml +0 -0
- {gpjax-0.9.5 → gpjax-0.10.0}/.gitignore +0 -0
- {gpjax-0.9.5 → gpjax-0.10.0}/CITATION.bib +0 -0
- {gpjax-0.9.5 → gpjax-0.10.0}/LICENSE.txt +0 -0
- {gpjax-0.9.5 → gpjax-0.10.0}/Makefile +0 -0
- {gpjax-0.9.5 → gpjax-0.10.0}/README.md +0 -0
- {gpjax-0.9.5 → gpjax-0.10.0}/docs/CODE_OF_CONDUCT.md +0 -0
- {gpjax-0.9.5 → gpjax-0.10.0}/docs/GOVERNANCE.md +0 -0
- {gpjax-0.9.5 → gpjax-0.10.0}/docs/contributing.md +0 -0
- {gpjax-0.9.5 → gpjax-0.10.0}/docs/design.md +0 -0
- {gpjax-0.9.5 → gpjax-0.10.0}/docs/index.md +0 -0
- {gpjax-0.9.5 → gpjax-0.10.0}/docs/index.rst +0 -0
- {gpjax-0.9.5 → gpjax-0.10.0}/docs/installation.md +0 -0
- {gpjax-0.9.5 → gpjax-0.10.0}/docs/javascripts/katex.js +0 -0
- {gpjax-0.9.5 → gpjax-0.10.0}/docs/refs.bib +0 -0
- {gpjax-0.9.5 → gpjax-0.10.0}/docs/scripts/gen_examples.py +0 -0
- {gpjax-0.9.5 → gpjax-0.10.0}/docs/scripts/gen_pages.py +0 -0
- {gpjax-0.9.5 → gpjax-0.10.0}/docs/scripts/notebook_converter.py +0 -0
- {gpjax-0.9.5 → gpjax-0.10.0}/docs/scripts/sharp_bits_figure.py +0 -0
- {gpjax-0.9.5 → gpjax-0.10.0}/docs/sharp_bits.md +0 -0
- {gpjax-0.9.5 → gpjax-0.10.0}/docs/static/GP.pdf +0 -0
- {gpjax-0.9.5 → gpjax-0.10.0}/docs/static/GP.svg +0 -0
- {gpjax-0.9.5 → gpjax-0.10.0}/docs/static/bijector_figure.svg +0 -0
- {gpjax-0.9.5 → gpjax-0.10.0}/docs/static/css/gpjax_theme.css +0 -0
- {gpjax-0.9.5 → gpjax-0.10.0}/docs/static/favicon.ico +0 -0
- {gpjax-0.9.5 → gpjax-0.10.0}/docs/static/gpjax.mplstyle +0 -0
- {gpjax-0.9.5 → gpjax-0.10.0}/docs/static/gpjax_logo.pdf +0 -0
- {gpjax-0.9.5 → gpjax-0.10.0}/docs/static/gpjax_logo.svg +0 -0
- {gpjax-0.9.5 → gpjax-0.10.0}/docs/static/jaxkern/lato.ttf +0 -0
- {gpjax-0.9.5 → gpjax-0.10.0}/docs/static/jaxkern/logo.png +0 -0
- {gpjax-0.9.5 → gpjax-0.10.0}/docs/static/jaxkern/logo.svg +0 -0
- {gpjax-0.9.5 → gpjax-0.10.0}/docs/static/jaxkern/main.py +0 -0
- {gpjax-0.9.5 → gpjax-0.10.0}/docs/static/step_size_figure.png +0 -0
- {gpjax-0.9.5 → gpjax-0.10.0}/docs/static/step_size_figure.svg +0 -0
- {gpjax-0.9.5 → gpjax-0.10.0}/docs/stylesheets/extra.css +0 -0
- {gpjax-0.9.5 → gpjax-0.10.0}/docs/stylesheets/permalinks.css +0 -0
- {gpjax-0.9.5 → gpjax-0.10.0}/examples/backend.py +0 -0
- {gpjax-0.9.5 → gpjax-0.10.0}/examples/barycentres/barycentre_gp.gif +0 -0
- {gpjax-0.9.5 → gpjax-0.10.0}/examples/barycentres.py +0 -0
- {gpjax-0.9.5 → gpjax-0.10.0}/examples/classification.py +0 -0
- {gpjax-0.9.5 → gpjax-0.10.0}/examples/collapsed_vi.py +0 -0
- {gpjax-0.9.5 → gpjax-0.10.0}/examples/constructing_new_kernels.py +0 -0
- {gpjax-0.9.5 → gpjax-0.10.0}/examples/data/max_tempeature_switzerland.csv +0 -0
- {gpjax-0.9.5 → gpjax-0.10.0}/examples/data/yacht_hydrodynamics.data +0 -0
- {gpjax-0.9.5 → gpjax-0.10.0}/examples/deep_kernels.py +0 -0
- {gpjax-0.9.5 → gpjax-0.10.0}/examples/gpjax.mplstyle +0 -0
- {gpjax-0.9.5 → gpjax-0.10.0}/examples/graph_kernels.py +0 -0
- {gpjax-0.9.5 → gpjax-0.10.0}/examples/intro_to_gps/decomposed_mll.png +0 -0
- {gpjax-0.9.5 → gpjax-0.10.0}/examples/intro_to_gps/generating_process.png +0 -0
- {gpjax-0.9.5 → gpjax-0.10.0}/examples/intro_to_gps.py +0 -0
- {gpjax-0.9.5 → gpjax-0.10.0}/examples/intro_to_kernels.py +0 -0
- {gpjax-0.9.5 → gpjax-0.10.0}/examples/likelihoods_guide.py +0 -0
- {gpjax-0.9.5 → gpjax-0.10.0}/examples/oceanmodelling.py +0 -0
- {gpjax-0.9.5 → gpjax-0.10.0}/examples/poisson.py +0 -0
- {gpjax-0.9.5 → gpjax-0.10.0}/examples/regression.py +0 -0
- {gpjax-0.9.5 → gpjax-0.10.0}/examples/uncollapsed_vi.py +0 -0
- {gpjax-0.9.5 → gpjax-0.10.0}/examples/utils.py +0 -0
- {gpjax-0.9.5 → gpjax-0.10.0}/examples/yacht.py +0 -0
- {gpjax-0.9.5 → gpjax-0.10.0}/gpjax/citation.py +0 -0
- {gpjax-0.9.5 → gpjax-0.10.0}/gpjax/dataset.py +0 -0
- {gpjax-0.9.5 → gpjax-0.10.0}/gpjax/distributions.py +0 -0
- {gpjax-0.9.5 → gpjax-0.10.0}/gpjax/fit.py +0 -0
- {gpjax-0.9.5 → gpjax-0.10.0}/gpjax/gps.py +0 -0
- {gpjax-0.9.5 → gpjax-0.10.0}/gpjax/integrators.py +0 -0
- {gpjax-0.9.5 → gpjax-0.10.0}/gpjax/kernels/__init__.py +0 -0
- {gpjax-0.9.5 → gpjax-0.10.0}/gpjax/kernels/approximations/__init__.py +0 -0
- {gpjax-0.9.5 → gpjax-0.10.0}/gpjax/kernels/approximations/rff.py +0 -0
- {gpjax-0.9.5 → gpjax-0.10.0}/gpjax/kernels/base.py +0 -0
- {gpjax-0.9.5 → gpjax-0.10.0}/gpjax/kernels/computations/__init__.py +0 -0
- {gpjax-0.9.5 → gpjax-0.10.0}/gpjax/kernels/computations/base.py +0 -0
- {gpjax-0.9.5 → gpjax-0.10.0}/gpjax/kernels/computations/basis_functions.py +0 -0
- {gpjax-0.9.5 → gpjax-0.10.0}/gpjax/kernels/computations/constant_diagonal.py +0 -0
- {gpjax-0.9.5 → gpjax-0.10.0}/gpjax/kernels/computations/dense.py +0 -0
- {gpjax-0.9.5 → gpjax-0.10.0}/gpjax/kernels/computations/diagonal.py +0 -0
- {gpjax-0.9.5 → gpjax-0.10.0}/gpjax/kernels/computations/eigen.py +0 -0
- {gpjax-0.9.5 → gpjax-0.10.0}/gpjax/kernels/non_euclidean/__init__.py +0 -0
- {gpjax-0.9.5 → gpjax-0.10.0}/gpjax/kernels/non_euclidean/graph.py +0 -0
- {gpjax-0.9.5 → gpjax-0.10.0}/gpjax/kernels/non_euclidean/utils.py +0 -0
- {gpjax-0.9.5 → gpjax-0.10.0}/gpjax/kernels/nonstationary/__init__.py +0 -0
- {gpjax-0.9.5 → gpjax-0.10.0}/gpjax/kernels/nonstationary/arccosine.py +0 -0
- {gpjax-0.9.5 → gpjax-0.10.0}/gpjax/kernels/nonstationary/linear.py +0 -0
- {gpjax-0.9.5 → gpjax-0.10.0}/gpjax/kernels/nonstationary/polynomial.py +0 -0
- {gpjax-0.9.5 → gpjax-0.10.0}/gpjax/kernels/stationary/__init__.py +0 -0
- {gpjax-0.9.5 → gpjax-0.10.0}/gpjax/kernels/stationary/base.py +0 -0
- {gpjax-0.9.5 → gpjax-0.10.0}/gpjax/kernels/stationary/matern12.py +0 -0
- {gpjax-0.9.5 → gpjax-0.10.0}/gpjax/kernels/stationary/matern32.py +0 -0
- {gpjax-0.9.5 → gpjax-0.10.0}/gpjax/kernels/stationary/matern52.py +0 -0
- {gpjax-0.9.5 → gpjax-0.10.0}/gpjax/kernels/stationary/periodic.py +0 -0
- {gpjax-0.9.5 → gpjax-0.10.0}/gpjax/kernels/stationary/powered_exponential.py +0 -0
- {gpjax-0.9.5 → gpjax-0.10.0}/gpjax/kernels/stationary/rational_quadratic.py +0 -0
- {gpjax-0.9.5 → gpjax-0.10.0}/gpjax/kernels/stationary/rbf.py +0 -0
- {gpjax-0.9.5 → gpjax-0.10.0}/gpjax/kernels/stationary/utils.py +0 -0
- {gpjax-0.9.5 → gpjax-0.10.0}/gpjax/kernels/stationary/white.py +0 -0
- {gpjax-0.9.5 → gpjax-0.10.0}/gpjax/likelihoods.py +0 -0
- {gpjax-0.9.5 → gpjax-0.10.0}/gpjax/lower_cholesky.py +0 -0
- {gpjax-0.9.5 → gpjax-0.10.0}/gpjax/mean_functions.py +0 -0
- {gpjax-0.9.5 → gpjax-0.10.0}/gpjax/objectives.py +0 -0
- {gpjax-0.9.5 → gpjax-0.10.0}/gpjax/parameters.py +0 -0
- {gpjax-0.9.5 → gpjax-0.10.0}/gpjax/scan.py +0 -0
- {gpjax-0.9.5 → gpjax-0.10.0}/gpjax/typing.py +0 -0
- {gpjax-0.9.5 → gpjax-0.10.0}/gpjax/variational_families.py +0 -0
- {gpjax-0.9.5 → gpjax-0.10.0}/mkdocs.yml +0 -0
- {gpjax-0.9.5 → gpjax-0.10.0}/static/CONTRIBUTING.md +0 -0
- {gpjax-0.9.5 → gpjax-0.10.0}/static/paper.bib +0 -0
- {gpjax-0.9.5 → gpjax-0.10.0}/static/paper.md +0 -0
- {gpjax-0.9.5 → gpjax-0.10.0}/static/paper.pdf +0 -0
- {gpjax-0.9.5 → gpjax-0.10.0}/tests/__init__.py +0 -0
- {gpjax-0.9.5 → gpjax-0.10.0}/tests/conftest.py +0 -0
- {gpjax-0.9.5 → gpjax-0.10.0}/tests/integration_tests.py +0 -0
- {gpjax-0.9.5 → gpjax-0.10.0}/tests/test_citations.py +0 -0
- {gpjax-0.9.5 → gpjax-0.10.0}/tests/test_dataset.py +0 -0
- {gpjax-0.9.5 → gpjax-0.10.0}/tests/test_fit.py +0 -0
- {gpjax-0.9.5 → gpjax-0.10.0}/tests/test_gaussian_distribution.py +0 -0
- {gpjax-0.9.5 → gpjax-0.10.0}/tests/test_gps.py +0 -0
- {gpjax-0.9.5 → gpjax-0.10.0}/tests/test_integrators.py +0 -0
- {gpjax-0.9.5 → gpjax-0.10.0}/tests/test_kernels/__init__.py +0 -0
- {gpjax-0.9.5 → gpjax-0.10.0}/tests/test_kernels/test_approximations.py +0 -0
- {gpjax-0.9.5 → gpjax-0.10.0}/tests/test_kernels/test_base.py +0 -0
- {gpjax-0.9.5 → gpjax-0.10.0}/tests/test_kernels/test_computation.py +0 -0
- {gpjax-0.9.5 → gpjax-0.10.0}/tests/test_kernels/test_non_euclidean.py +0 -0
- {gpjax-0.9.5 → gpjax-0.10.0}/tests/test_kernels/test_nonstationary.py +0 -0
- {gpjax-0.9.5 → gpjax-0.10.0}/tests/test_kernels/test_stationary.py +0 -0
- {gpjax-0.9.5 → gpjax-0.10.0}/tests/test_kernels/test_utils.py +0 -0
- {gpjax-0.9.5 → gpjax-0.10.0}/tests/test_likelihoods.py +0 -0
- {gpjax-0.9.5 → gpjax-0.10.0}/tests/test_lower_cholesky.py +0 -0
- {gpjax-0.9.5 → gpjax-0.10.0}/tests/test_markdown.py +0 -0
- {gpjax-0.9.5 → gpjax-0.10.0}/tests/test_mean_functions.py +0 -0
- {gpjax-0.9.5 → gpjax-0.10.0}/tests/test_objectives.py +0 -0
- {gpjax-0.9.5 → gpjax-0.10.0}/tests/test_parameters.py +0 -0
- {gpjax-0.9.5 → gpjax-0.10.0}/tests/test_variational_families.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: gpjax
|
|
3
|
-
Version: 0.
|
|
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
|
|
22
|
-
Requires-Dist: flax
|
|
23
|
-
Requires-Dist: jax
|
|
24
|
-
Requires-Dist: jaxlib
|
|
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
|
|
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
|
|
@@ -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.
|
|
42
|
+
__version__ = "0.10.0"
|
|
43
43
|
|
|
44
44
|
__all__ = [
|
|
45
45
|
"base",
|
|
@@ -21,16 +21,16 @@ classifiers = [
|
|
|
21
21
|
"Programming Language :: Python :: Implementation :: PyPy",
|
|
22
22
|
]
|
|
23
23
|
dependencies = [
|
|
24
|
-
"jax
|
|
25
|
-
"jaxlib
|
|
24
|
+
"jax>=0.5.0",
|
|
25
|
+
"jaxlib>=0.5.0",
|
|
26
26
|
"optax>0.2.1",
|
|
27
27
|
"jaxtyping>0.2.10",
|
|
28
28
|
"tqdm>4.66.2",
|
|
29
29
|
"tensorflow-probability>=0.24.0",
|
|
30
30
|
"beartype>0.16.1",
|
|
31
|
-
"cola-ml
|
|
32
|
-
"flax
|
|
33
|
-
"numpy
|
|
31
|
+
"cola-ml>=0.0.7",
|
|
32
|
+
"flax>=0.10.0",
|
|
33
|
+
"numpy>=2.0.0",
|
|
34
34
|
]
|
|
35
35
|
|
|
36
36
|
[tool.hatch.envs.default]
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
File without changes
|
|
File without changes
|