Releases: blackjax-devs/blackjax
Releases · blackjax-devs/blackjax
Blackjax v0.9.4
Blackjax v0.9.3
What's Changed
- Use versioneer to define version numbers with git tags by @rlouf in #358
- Fix the workflow that publishes the docs by @rlouf in #357
Full Changelog: 0.9.2...0.9.3
Blackjax v0.9.2
What's Changed
- Fix "Langeving" typo in sampling.rst by @matsen in #331
- Only publish the docs on release by @rlouf in #346
- Update the installation instructions on the documentation's first page by @rlouf in #351
- Add how-to reference to use Blackjax with Oryx by @rlouf in #352
- Bump to 0.9.2 by @rlouf in #353
New Contributors
Full Changelog: 0.9.1...0.9.2
Blackjax v0.9.1
What's Changed
- Add AePPL to doc requirements by @rlouf in #325
- Fix math and remove environment information in documentation by @rlouf in #330
- Replace deprecated
jax.tree_flatten
forjax.tree_util.tree_flatten
by @rlouf in #332 - Turn notebook execution back on by @junpenglao in #335
- Tweak the display of notebook examples by @rlouf in #336
- s/BlackJAX/Blackjax in README by @rlouf in #338
- Revert "s/BlackJAX/Blackjax in README" by @rlouf in #339
- Fix broken link to introduction notebook in README by @SwapneelM in #327
- Add LICENCE to distributed source by @rlouf in #344
New Contributors
- @SwapneelM made their first contribution in #327
Full Changelog: 0.9.0...0.9.1
Blackjax v0.9.0
What's Changed
- Fixed length of adaptation window when there are < 20 steps by @rlouf in #268
- Convert example notebooks to Markdown files by @bkktimber in #243
- Add jupytext dependency to doc requirements by @rlouf in #270
- Fix flaky test by @junpenglao in #271
- Add Aeppl/Aesara example by @rlouf in #272
- Create an example for sampling multiple chains using vmap and pmap by @elanmart in #273
- Add the Generalized HMC sampler + ECA adaptation (MEADS) by @albcab in #229
- Allow users to pass a float for constant learning rate by @rlouf in #293
- Truncate
$GITHUB_REF
at the right level when testing forpip install
success by @rlouf in #295 - Add default value for the number of integration steps in SGHMC by @rlouf in #297
- Add new issue templates by @rlouf in #302
- Example clean up by @junpenglao in #277
- Build docs in PR and clean workflows by @rlouf in #296
- Update examples by @rlouf in #304
- Update tfp.md by @junpenglao in #306
- Update publish_documentation.yml by @junpenglao in #307
- Fix the documentation workflow by @rlouf in #310
- Duplicate the job that builds the docs across workflows by @rlouf in #311
- Add a "How to" section to the docs and configure timeouts at the notebook level by @rlouf in #317
- Bump Blackjax to 0.9.0 by @rlouf in #324
New Contributors
Full Changelog: 0.8.3...0.9.0
Blackjax v0.8.3
What's Changed
- Add JAX and JAXOpt to library requirements by @rlouf in #231
- Add PR template (issue#199) by @bkktimber in #230
- Tweak LBFGS to allow PyTree inputs by @ahwillia in #232
- SMC ESS calculation multivariate and multivariable posterior tests. by @ciguaran in #244
- Add Gradient based sampler for latent Gaussian models by @AdrienCorenflos in #247
- Independent RMH implementation by @ciguaran in #246
- Added example of change of variable in HMC by @karm-patel in #254
- Add the SGHMC sampler by @rlouf in #211
- Use jax.tree_map in place of jax.tree_multimap by @jakevdp in #256
- Fix typo in docstring by @AdrienCorenflos in #264
- Bump Blackjax to version to 0.8.3 by @rlouf in #266
New Contributors
- @bkktimber made their first contribution in #230
- @ahwillia made their first contribution in #232
- @ciguaran made their first contribution in #244
- @karm-patel made their first contribution in #254
- @jakevdp made their first contribution in #256
Full Changelog: 0.8.2...0.8.3
Blackjax v0.8.2
Solve import issues reported in #223 by @junpenglao (#224)
Blackjax v0.8.1
Full Changelog: 0.8.0...0.8.1
Blackjax v0.8.0
What's Changed
- Pathfinder by @miclegr in #194
- Refactor Pathfinder implementation by @junpenglao in #210
- Make MALA work with any PyTree by @rlouf in #216
- Set target_acceptance_rate=0.8 in window adaptation by @rlouf in #218
New Contributors
Full Changelog: 0.6.0...0.8.0
BlackJAX v0.7.0
What's Changed
- Added the Stochastic Gradient Langevin Dynamics algorithm @rlouf