All notable changes to this project will be documented in this file.
- Handle missing flowjax correctly (Adrian Seyboldt)
- Mark tests as pymc or stan and select in ci (Adrian Seyboldt)
- Use native arm github action runner (Adrian Seyboldt)
-
Update run-on-arch to avoid segfault (Adrian Seyboldt)
-
Repare 0.14.1 (Adrian Seyboldt)
- Set 'make_initial_point_fn' in 'from_pyfunc' to None by default (#175) (Tomás Capretto)
-
Add nutpie website source (Adrian Seyboldt)
-
Include frozen cell output in docs (Adrian Seyboldt)
- Add normalizing flow adaptation (Adrian Seyboldt)
-
Bump actions/attest-build-provenance from 1 to 2 (dependabot[bot])
-
Bump softprops/action-gh-release from 1 to 2 (dependabot[bot])
-
Bump uraimo/run-on-arch-action from 2 to 3 (dependabot[bot])
-
Update pre-commit config (Adrian Seyboldt)
-
Run python 3.13 in ci (Adrian Seyboldt)
-
Skip slow test on ci if emulating architecture (Adrian Seyboldt)
- Add lock for pymc init point func (Adrian Seyboldt)
-
Make sure all python versions are available in the builds (Adrian Seyboldt)
-
Skip python 3.13 for now (Adrian Seyboldt)
-
Use arrow list with i64 offsets to store trace (Adrian Seyboldt)
-
Use i64 offsets in numba backend (Adrian Seyboldt)
-
Avoid numpy compatibility warning (Adrian Seyboldt)
-
Specify that we currently don't support py313 due to pyo3 (Adrian Seyboldt)
-
Add support for pymc sampler initialization (jessegrabowski)
-
Use support_point as default init for pymc (Adrian Seyboldt)
-
Add option not to store some deterministics (Adrian Seyboldt)
-
Add option to freeze pymc models (Adrian Seyboldt)
-
Bump uraimo/run-on-arch-action from 2.7.2 to 2.8.1 (dependabot[bot])
-
Specify version as dynamic in pyproject (Adrian Seyboldt)
-
Update bridgestan (Adrian Seyboldt)
-
Update pre-commit versions (Adrian Seyboldt)
- Reformat some code (Adrian Seyboldt)
- Bump some dependency versions (Adrian Seyboldt)
-
Use ubuntu_latest on aarch64 (Adrian Seyboldt)
-
Update CI script using maturin (Adrian Seyboldt)
- Support float32 settings in pytensor (Adrian Seyboldt)
- Update dependencies (Adrian Seyboldt)
- Fix jax backend with non-identifier variable names (Adrian Seyboldt)
- Update dependencies (Adrian Seyboldt)
- Document low-rank mass matrix parameters (Adrian Seyboldt)
- Add low rank modified mass matrix adaptation (Adrian Seyboldt)
- Remove releases from changelog (Adrian Seyboldt)
-
Add pyfunc backend (Adrian Seyboldt)
-
Add python code for pyfunc backend (Adrian Seyboldt)
-
Add gradient_backend argument for pymc models (Adrian Seyboldt)
- Bump version number (Adrian Seyboldt)
- Fix pre-commit issues (Adrian Seyboldt)
- Add tests for jax backend (Adrian Seyboldt)
- Add jax as optional dependency (Adrian Seyboldt)
- Fix random variables with missing values in pymc deterministics (Adrian Seyboldt)
- Add progress bar on terminal (Adrian Seyboldt)
-
Use clone_replace instead of graph_replace (Adrian Seyboldt)
-
Allow shared vars to differ in expand and logp (Adrian Seyboldt)
-
Add option to use draw base mass matrix estimate (Adrian Seyboldt)
-
Report detailed progress (Adrian Seyboldt)
-
Show the number of draws in progress overview (Adrian Seyboldt)
-
Bump KyleMayes/install-llvm-action from 1 to 2 (dependabot[bot])
-
Bump uraimo/run-on-arch-action from 2.7.1 to 2.7.2 (dependabot[bot])
-
Update dependencies (Adrian Seyboldt)
-
Update python dependencies (Adrian Seyboldt)
-
Move threaded sampling to nuts-rs (Adrian Seyboldt)
-
Specify callback rate (Adrian Seyboldt)
-
Switch to arrow-rs (Adrian Seyboldt)
- Fix formatting and clippy (Adrian Seyboldt)
- Fix incorrect error type in test (Adrian Seyboldt)
-
Fix uploads of releases (Adrian Seyboldt)
-
Fix architectures in CI (Adrian Seyboldt)
- Mention non-blocking sampling in readme (Adrian Seyboldt)
-
Allow sampling in the backgound (Adrian Seyboldt)
-
Implement check if background sampling is complete (Adrian Seyboldt)
-
Implement pausing and unpausing of samplers (Adrian Seyboldt)
-
Filter warnings and compile through pymc (Adrian Seyboldt)
-
Bump actions/setup-python from 4 to 5 (dependabot[bot])
-
Bump uraimo/run-on-arch-action from 2.5.0 to 2.7.1 (dependabot[bot])
-
Bump actions/checkout from 3 to 4 (dependabot[bot])
-
Bump actions/upload-artifact from 3 to 4 (dependabot[bot])
-
Bump the cargo group across 1 directory with 2 updates (dependabot[bot])
-
Some major version bumps in rust deps (Adrian Seyboldt)
-
Bump dependency versions (Adrian Seyboldt)
-
Bump version (Adrian Seyboldt)
-
Update changelog (Adrian Seyboldt)
- Set the number of parallel chains dynamically (Adrian Seyboldt)
- Allow dims with only length specified (Adrian Seyboldt)
-
Update suggested mamba commands in README (#70) (Ben Mares)
-
Fix README typo bridgestan→nutpie (#69) (Ben Mares)
- Handle missing libraries more robustly (#72) (Ben Mares)
- Bump actions/download-artifact from 3 to 4 (dependabot[bot])
-
Make sure the local nutpie is installed (Adrian Seyboldt)
-
Install local nutpie package in all jobs (Adrian Seyboldt)
- Better error context for init point errors (Adrian Seyboldt)
-
Improve error message by providing context (Adrian Seyboldt)
-
Use standard normal to initialize chains (Adrian Seyboldt)
-
Update deps (Adrian Seyboldt)
-
Rename stan model transpose function (Adrian Seyboldt)
-
Update nutpie (Adrian Seyboldt)
- Fix formatting (Adrian Seyboldt)
-
Initialize points in uniform(-2, 2) (Adrian Seyboldt)
-
Multidimensional stan variables were stored in incorrect order (Adrian Seyboldt)
-
Fix with_coords for stan models (Adrian Seyboldt)
-
Update deps (Adrian Seyboldt)
-
Update deps (Adrian Seyboldt)
-
Bump version (Adrian Seyboldt)
-
Update deps (Adrian Seyboldt)
-
Check logp value in stan interface (Adrian Seyboldt)
-
Make max_energy_error writable (Adrian Seyboldt)
-
Export names of unconstrained parameters (Adrian Seyboldt)
-
Fix return values of logp benchmark function (Adrian Seyboldt)
-
Export more details of divergences (Adrian Seyboldt)
-
Add extra_stanc_args argument to compile_stan_model (Chris Fonnesbeck)
-
Update dependencies (Adrian Seyboldt)
-
Add changelog (Adrian Seyboldt)
-
Bump version (Adrian Seyboldt)
- Hide private rust module (Adrian Seyboldt)
- Allow to update dims and coords in stan model (Adrian Seyboldt)
- Bump version (Adrian Seyboldt)