Skip to content

Commit 8cb71a5

Browse files
zaxtaxtwiecki
authored andcommitted
Adding release notes for recent changes to sampling_jax
This fixes #5587
1 parent cf73e9c commit 8cb71a5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

RELEASE-NOTES.md

+3
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,9 @@ This includes API changes we did not warn about since at least `3.11.0` (2021-01
127127
- Univariate censored distributions are now available via `pm.Censored`. [#5169](https://github.com/pymc-devs/pymc/pull/5169)
128128
- Nested models now inherit the parent model's coordinates. [#5344](https://github.com/pymc-devs/pymc/pull/5344)
129129
- `softmax` and `log_softmax` functions added to `math` module (see [#5279](https://github.com/pymc-devs/pymc/pull/5279)).
130+
- Adding support for blackjax's NUTS sampler `pymc.sampling_jax` (see [#5477](ihttps://github.com/pymc-devs/pymc/pull/5477))
131+
- `pymc.sampling_jax` samplers support `log_likelihood`, `observed_data`, and `sample_stats` in returned InferenceData object (see [#5189](https://github.com/pymc-devs/pymc/pull/5189))
132+
- Adding support for `pm.Deterministic` in `pymc.sampling_jax` (see [#5182](https://github.com/pymc-devs/pymc/pull/5182))
130133
- ...
131134

132135

0 commit comments

Comments
 (0)