Blackjax

Latest version: v1.2.5

Safety actively analyzes 714875 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 3 of 5

0.9.3

What's Changed
* Use versioneer to define version numbers with git tags by rlouf in https://github.com/blackjax-devs/blackjax/pull/358
* Fix the workflow that publishes the docs by rlouf in https://github.com/blackjax-devs/blackjax/pull/357


**Full Changelog**: https://github.com/blackjax-devs/blackjax/compare/0.9.2...0.9.3

0.9.2

What's Changed
* Fix "Langeving" typo in sampling.rst by matsen in https://github.com/blackjax-devs/blackjax/pull/331
* Only publish the docs on release by rlouf in https://github.com/blackjax-devs/blackjax/pull/346
* Update the installation instructions on the documentation's first page by rlouf in https://github.com/blackjax-devs/blackjax/pull/351
* Add how-to reference to use Blackjax with Oryx by rlouf in https://github.com/blackjax-devs/blackjax/pull/352
* Bump to 0.9.2 by rlouf in https://github.com/blackjax-devs/blackjax/pull/353

New Contributors
* matsen made their first contribution in https://github.com/blackjax-devs/blackjax/pull/331

**Full Changelog**: https://github.com/blackjax-devs/blackjax/compare/0.9.1...0.9.2

0.9.1

What's Changed
* Add AePPL to doc requirements by rlouf in https://github.com/blackjax-devs/blackjax/pull/325
* Fix math and remove environment information in documentation by rlouf in https://github.com/blackjax-devs/blackjax/pull/330
* Replace deprecated `jax.tree_flatten` for `jax.tree_util.tree_flatten` by rlouf in https://github.com/blackjax-devs/blackjax/pull/332
* Turn notebook execution back on by junpenglao in https://github.com/blackjax-devs/blackjax/pull/335
* Tweak the display of notebook examples by rlouf in https://github.com/blackjax-devs/blackjax/pull/336
* s/BlackJAX/Blackjax in README by rlouf in https://github.com/blackjax-devs/blackjax/pull/338
* Revert "s/BlackJAX/Blackjax in README" by rlouf in https://github.com/blackjax-devs/blackjax/pull/339
* Fix broken link to introduction notebook in README by SwapneelM in https://github.com/blackjax-devs/blackjax/pull/327
* Add LICENCE to distributed source by rlouf in https://github.com/blackjax-devs/blackjax/pull/344

New Contributors
* SwapneelM made their first contribution in https://github.com/blackjax-devs/blackjax/pull/327

**Full Changelog**: https://github.com/blackjax-devs/blackjax/compare/0.9.0...0.9.1

0.9.0

What's Changed
* Fixed length of adaptation window when there are < 20 steps by rlouf in https://github.com/blackjax-devs/blackjax/pull/268
* Convert example notebooks to Markdown files by bkktimber in https://github.com/blackjax-devs/blackjax/pull/243
* Add jupytext dependency to doc requirements by rlouf in https://github.com/blackjax-devs/blackjax/pull/270
* Fix flaky test by junpenglao in https://github.com/blackjax-devs/blackjax/pull/271
* Add Aeppl/Aesara example by rlouf in https://github.com/blackjax-devs/blackjax/pull/272
* Create an example for sampling multiple chains using vmap and pmap by elanmart in https://github.com/blackjax-devs/blackjax/pull/273
* Add the Generalized HMC sampler + ECA adaptation (MEADS) by albcab in https://github.com/blackjax-devs/blackjax/pull/229
* Allow users to pass a float for constant learning rate by rlouf in https://github.com/blackjax-devs/blackjax/pull/293
* Truncate `$GITHUB_REF` at the right level when testing for `pip install` success by rlouf in https://github.com/blackjax-devs/blackjax/pull/295
* Add default value for the number of integration steps in SGHMC by rlouf in https://github.com/blackjax-devs/blackjax/pull/297
* Add new issue templates by rlouf in https://github.com/blackjax-devs/blackjax/pull/302
* Example clean up by junpenglao in https://github.com/blackjax-devs/blackjax/pull/277
* Build docs in PR and clean workflows by rlouf in https://github.com/blackjax-devs/blackjax/pull/296
* Update examples by rlouf in https://github.com/blackjax-devs/blackjax/pull/304
* Update tfp.md by junpenglao in https://github.com/blackjax-devs/blackjax/pull/306
* Update publish_documentation.yml by junpenglao in https://github.com/blackjax-devs/blackjax/pull/307
* Fix the documentation workflow by rlouf in https://github.com/blackjax-devs/blackjax/pull/310
* Duplicate the job that builds the docs across workflows by rlouf in https://github.com/blackjax-devs/blackjax/pull/311
* Add a "How to" section to the docs and configure timeouts at the notebook level by rlouf in https://github.com/blackjax-devs/blackjax/pull/317
* Bump Blackjax to 0.9.0 by rlouf in https://github.com/blackjax-devs/blackjax/pull/324

New Contributors
* elanmart made their first contribution in https://github.com/blackjax-devs/blackjax/pull/273

**Full Changelog**: https://github.com/blackjax-devs/blackjax/compare/0.8.3...0.9.0

0.8.3

What's Changed
* Add JAX and JAXOpt to library requirements by rlouf in https://github.com/blackjax-devs/blackjax/pull/231
* Add PR template (issue199) by bkktimber in https://github.com/blackjax-devs/blackjax/pull/230
* Tweak LBFGS to allow PyTree inputs by ahwillia in https://github.com/blackjax-devs/blackjax/pull/232
* SMC ESS calculation multivariate and multivariable posterior tests. by ciguaran in https://github.com/blackjax-devs/blackjax/pull/244
* Add Gradient based sampler for latent Gaussian models by AdrienCorenflos in https://github.com/blackjax-devs/blackjax/pull/247
* Independent RMH implementation by ciguaran in https://github.com/blackjax-devs/blackjax/pull/246
* Added example of change of variable in HMC by karm-patel in https://github.com/blackjax-devs/blackjax/pull/254
* Add the SGHMC sampler by rlouf in https://github.com/blackjax-devs/blackjax/pull/211
* Use jax.tree_map in place of jax.tree_multimap by jakevdp in https://github.com/blackjax-devs/blackjax/pull/256
* Fix typo in docstring by AdrienCorenflos in https://github.com/blackjax-devs/blackjax/pull/264
* Bump Blackjax to version to 0.8.3 by rlouf in https://github.com/blackjax-devs/blackjax/pull/266

New Contributors
* bkktimber made their first contribution in https://github.com/blackjax-devs/blackjax/pull/230
* ahwillia made their first contribution in https://github.com/blackjax-devs/blackjax/pull/232
* ciguaran made their first contribution in https://github.com/blackjax-devs/blackjax/pull/244
* karm-patel made their first contribution in https://github.com/blackjax-devs/blackjax/pull/254
* jakevdp made their first contribution in https://github.com/blackjax-devs/blackjax/pull/256

**Full Changelog**: https://github.com/blackjax-devs/blackjax/compare/0.8.2...0.8.3

0.8.2

Solve import issues reported in 223 by junpenglao (224)

Page 3 of 5

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.