Skip to content

Releases: blackjax-devs/blackjax

Blackjax v0.9.4

29 Sep 11:40
Compare
Choose a tag to compare

What's Changed

  • Extra changes related to adding versioneer by @rlouf in #359
  • Add conda install instructions to README by @rlouf in #361
  • Update Hierarchical BNN example to Flax by @zaxtax in #362

Full Changelog: 0.9.3...0.9.4

Blackjax v0.9.3

27 Sep 21:54
Compare
Choose a tag to compare

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

25 Sep 22:51
Compare
Choose a tag to compare

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

24 Sep 12:02
Compare
Choose a tag to compare

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 for jax.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

Full Changelog: 0.9.0...0.9.1

Blackjax v0.9.0

21 Sep 15:51
Compare
Choose a tag to compare

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 for pip 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

25 Aug 17:00
1581424
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.8.2...0.8.3

Blackjax v0.8.2

16 Jun 07:41
Compare
Choose a tag to compare

Solve import issues reported in #223 by @junpenglao (#224)

Blackjax v0.8.1

15 Jun 13:55
Compare
Choose a tag to compare

Full Changelog: 0.8.0...0.8.1

Blackjax v0.8.0

15 Jun 10:25
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.6.0...0.8.0

BlackJAX v0.7.0

20 May 15:34
Compare
Choose a tag to compare

What's Changed

  • Added the Stochastic Gradient Langevin Dynamics algorithm @rlouf