Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: pymc-devs/pymc

Tags

v5.26.1

Toggle v5.26.1's commit message
Update python_requires to version 3.11

The recent v5.26.0 transitively requires Python >=3.11 via PyTensor.
While "technically" correct, we shouldn't allow a Python version that is not installable.

v5.26.0

Toggle v5.26.0's commit message
Seed flaky JAX test

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 <[email protected]>

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