v5.24.0
What's Changed
Major Changes 🛠
- Remove deprecated functionality by @ricardoV94 in #7822
- Among others,
MutableData
,ConstantData
,coords_mutable
.
- Among others,
New Features 🎉
- Implement specialized Hurdle distribution by @ricardoV94 in #7810
- Model to mermaid diagram with
model_to_mermaid
by @williambdean in #7826 - Add
vectorize_over_posterior
topymc.sampling.forward
by @lucianopaz in #7841 - Allow censoring Categorical distributions by @ricardoV94 in #7662
Bugfixes 🪲
- Only add
dim_length
shared variable when adding a new coordinate by @lucianopaz in #7809 - Fix issues with model graph by @ricardoV94 in #7844
- Fix progressbar with nested compound step samplers by @ricardoV94 in #7776
Documentation 📖
- Mention pymc-marketing in README by @williambdean in #7853
Maintenance 🔧
- Allow accessing wrapped function attributes in PointFunc by @ricardoV94 in #7823
- implement display method for
pm.Model
for builtin marimo support by @williambdean in #7830 - Allow
var_names
to be propagated to nutpie sampler by @PabloRoque in #7850 - Better guesses for why logp has RVs by @ricardoV94 in #7663
- Allow debug evaling IR logp graphs by @ricardoV94 in #7666
New Contributors
- @PabloRoque made their first contribution in #7850
Full Changelog: v5.23.0...v5.24.0