Skip to content

Tags: pymc-devs/pymc

Tags

v5.25.1

Toggle v5.25.1's commit message
use latex for LKJCorr

v5.25.0

Toggle v5.25.0's commit message
Add workflow to publish release notes directly to discourse

v5.24.1

Toggle v5.24.1's commit message
Add dprint method to PointFunc and pickle regression test

v5.24.0

Toggle v5.24.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix progressbar with nested compound step samplers (#7776)

* Fix missing import

* Fix progressbar with nested compound step samplers

* Move progressbar code to its own module

* Rename `make_update_stats_functions` to `_make_progressbar_update_functions`

* Cleanup progress_bar

* Abstract special behavior of NUTS divergences in ProgressBar

Every step sampler can now decide whether sampling is failing or not by setting "failing" in the returned update dict

* Correct `stats_dtypes_shapes` is `CategoricalGibbsMetropolis`

---------

Co-authored-by: Jesse Grabowski <jessegrabowski@gmail.com>

v5.23.0

Toggle v5.23.0's commit message
Mypy is failing with new numpy dtype type-hints

v5.22.0

Toggle v5.22.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[pre-commit.ci] pre-commit autoupdate (#7737)

updates:
- [github.com/astral-sh/ruff-pre-commit: v0.11.0 → v0.11.2](astral-sh/ruff-pre-commit@v0.11.0...v0.11.2)

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>

v5.21.2

Toggle v5.21.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[pre-commit.ci] pre-commit autoupdate (#7737)

updates:
- [github.com/astral-sh/ruff-pre-commit: v0.11.0 → v0.11.2](astral-sh/ruff-pre-commit@v0.11.0...v0.11.2)

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>

v5.21.1

Toggle v5.21.1's commit message
Try a new seed

v5.21.0

Toggle v5.21.0's commit message
Fix bug when reusing jax logp for initial point generation

v5.20.1

Toggle v5.20.1's commit message
bump pytensor version dependency