0.16.0
What's Changed
- Fix flaky test_change_point_x64 by @GaetanLepage in #1863
- Refactor
validate_args
method on distributions (fixes #1865). by @tillahoffmann in #1866 - gh-1870: Refactor
log_prob
method in_MixtureBase
class to handle-jnp.inf
by @Qazalbash in #1874 - use biased autocorrelation estimate by default (resolves #1785) by @jonny-so in #1877
- remove depreciated line from docs by @juanitorduz in #1882
- feat: add api compat arg to NS.get_samples by @nstarman in #1880
- Fixing nested sampling by @renecotyfanboy in #1871
- ci: fix pre-commit by @nstarman in #1892
- Bump CI to python 3.10 by @fehiepsi in #1890
- Refactoring SteinVI by @OlaRonning in #1883
- Fix handling of event dimensions in
ComposeTransform
(fixes #1893). by @tillahoffmann in #1894 - Correct event dimensions for
ReshapeTransform
. by @tillahoffmann in #1895 - Updated SteinVI docs by @OlaRonning in #1898
- Fixed norm const for SBVM by @OlaRonning in #1899
- CHANGED Stein BNN example to use prediction with noise (i.e. y_bnn -> y) by @OlaRonning in #1900
- [BUG] Latent exclude deterministic by @juanitorduz in #1901
- Allow callable for vectorization over particles on SVI by @juanitorduz in #1902
- Add Gaussian state space model distribution. by @tillahoffmann in #1904
- Proof of Concept: Types and MyPy by @juanitorduz in #1906
- Allow to collect nested dict keys in mcmc by @fehiepsi in #1905
- Add types for contrib.stochastic_support and improve the HSGP module by @juanitorduz in #1907
- [Types] Diagnostics and Utils by @juanitorduz in #1912
- Add method to retrieve distribution arguments. by @tillahoffmann in #1913
- Merge postprocess_fn into the fori_collect loop by @fehiepsi in #1910
- Hm/all deterministic by @hessammehr in #1914
- Bump to 0.16.0 by @fehiepsi in #1917
New Contributors
- @GaetanLepage made their first contribution in #1863
- @jonny-so made their first contribution in #1877
- @nstarman made their first contribution in #1880
Full Changelog: 0.15.3...0.16.0