smolgp
State Space Models for O(Linear/Log) Gaussian Processes
smolgp is a standalone extension of the tinygp package that implements scalable & GPU-parallelizable Gaussian Processes in JAX using the state space representation. It is particularly suited for integrated measurements (such as long exposures in astronomy), jointly modeling data from multiple instruments, and for scalable implementations of popular kernels that traditionally lack quasiseparable structure (e.g. the quasiperiodic kernel).
The smolgp API is designed to be as similar to tinygp as possible. In almost all cases, you can simply find-and-replace "tiny" with "smol" in your existing code.
Main features
- A Kalman filter and RTS smoother compatible with
tinygp-like GP kernels. - Scalable O(N) solving with integrated (and possibly overlapping) measurements from multiple instruments (see Rubenzahl and Hattori et al. 2026).
- Parallelized versions of 1 (see Särkkä and García-Fernández 2020) and 2 (see Rubenzahl and Hattori et al. 2026).
- see also Yaghoobi and Särkkä 2024 and its implementation.
- Approximations of popular GP kernels that lack quasiseparability (e.g., ExpSineSquared, Quasiperiodic) that can utilize the O(N) state space solvers.
- A convenient and optimally-efficient model-building framework to assemble multicomponent GPs and compute per-component distributions.
Check out the docs for more information, including tutorials: https://smolgp.readthedocs.io/
Please raise issues here and/or reach out to Ryan Rubenzahl and/or So Hattori.
Installation
You can install the most recent release from PyPI, e.g. with uv:
uv add smolgp
Or, you can simply clone this repository and install locally:
git clone https://github.com/smolgp-dev/smolgp.git
cd smolgp
uv pip install -e .
Citation
If you use smolgp in your research, please cite the relevant software release and published paper. The cffconvert tool can be used to generate a bibtex entry from the included CITATION.cff (or just use the "cite this repository" button on the GitHub sidebar).
Author & Contact
This repo is maintained by Ryan Rubenzahl and So Hattori.
Release files for smolgp 0.4.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| smolgp-0.4.0.tar.gz | 11.1 MB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| smolgp-0.4.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 11.2 MB
Release files / smolgp-0.4.0.tar.gz
| Download URL | smolgp-0.4.0.tar.gz |
|---|---|
| Size | 11.1 MB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
a40981c72476cfe633512f1f0dd27f37dc76aaea6a60def41b5d738a6c763c06
|
|
BLAKE2b-256 checksum How to use checksums |
6e7b50bf86669ce5aabff4b82adba3be3969e52ce369aa9103449c4856844ebd
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Sep 25, 2026.
Transparency logRelease files / smolgp-0.4.0-py3-none-any.whl
| Download URL | smolgp-0.4.0-py3-none-any.whl |
|---|---|
| Size | 98.6 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
4834b6189fa2f6c608f9e8ba22707cb5197654edf1a32ab6077760a7cc9b04b7
|
|
BLAKE2b-256 checksum How to use checksums |
14226d84091cb6557e347243dc307cd77a26f63a06778fa77b548f691b9af340
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Sep 25, 2026.
Transparency log