You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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]>