Skip to content

Tags: blackjax-devs/blackjax

Tags

1.2.4

Toggle 1.2.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Speed up Schrodinger Follmer test (#741)

* Plotting BlackJAX with BlackJAX

* Plotting BlackJAX with BlackJAX

* Update blackjax/mcmc/metrics.py

Co-authored-by: Junpeng Lao <junpenglao@gmail.com>

* Update blackjax/mcmc/metrics.py

Co-authored-by: Junpeng Lao <junpenglao@gmail.com>

* Merged comments from Junpeng

* Speed up Follmer

---------

Co-authored-by: Junpeng Lao <junpenglao@gmail.com>

1.2.3

Toggle 1.2.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
remove labels (#716)

1.2.2

Toggle 1.2.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix doc mistakes (#701)

* Fix equation formatting

* Clarify JAX gradient error

* Fix punctuation + capitalization

* Fix grammar

Should not begin sentence with "i.e." in English.

* Fix math formatting error

* Fix typo

Change parallel _ensample_ chain adaptation to parallel _ensemble_ chain adaptation.

* Add SVGD citation to appear in doc

Currently the SVGD paper is only cited in the `kernel` function, which is defined _within_ the `build_kernel` function. Because of this nested function format, the SVGD paper is _not_ cited in the documentation.

To fix this, I added a citation to the SVGD paper in the `as_top_level_api` docstring.

* Fix grammar + clarify doc

* Fix typo

---------

Co-authored-by: Junpeng Lao <junpenglao@gmail.com>

1.2.1

Toggle 1.2.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update jax version requirements (#666)

Fix #665

1.2.0

Toggle 1.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
 Removal of Algorithm classes. (#657)

* more

* removing export

* removal of classes, tests passing

* linter

* fix on test

* linter

* removing parametrization on test

* code review updates

* exporting as_top_level_api in dynamic_hmc

* linter

* code review update: replace imports

1.1.1

Toggle 1.1.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update README.md (#638)

* Update README.md

Update citation.

* Update README.md

1.1.0

Toggle 1.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
PREVENT 1D DISTRIBUTION (#633)

* PREVENT 1D DISTRIBUTION

* PREVENT 1D DISTRIBUTION

1.0.0

Toggle 1.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update dependencies and use new jax random key (#569)

* Update dependency

* chex version typo

* fix typing

* fix typing 2

* Revert "fix typing 2"

This reverts commit 154e6b3.

* jax.random.PRNGKey(...) -> jax.random.key(...)

0.9.6

Toggle 0.9.6's commit message
Fix documentation typo for kernel and state input

0.9.5

Toggle 0.9.5's commit message
Add SGHMC