A new release of pymc is now available!
Release Information
- Version:
v6.1.0 - Repository: pymc-devs/pymc
- Release Page: Release v6.1.0 Β· pymc-devs/pymc Β· GitHub
- Note: It may take some time for the release to appear on PyPI and conda-forge.
Release Notes
Whatβs Changed
Major Changes 
- Add helper to extract and reinsert deterministics in a model by @ricardoV94 in #8340
- Includes breaking changes to the model fgraph IR
- Compatibility with pytensor 3.1 by @ricardoV94 in #8348
- Includes Op infer_shape signature deprecation and changes to core ops (Join and Split)
- Deprecate DensityDist in favor of CustomDist by @laishettikarthik-tech in #8349
New Features 
- Implement
constrain_valuesandunconstrain_valuesutility by @zaxtax in #8327 - Implement icdf for Bernoulli by @jacobpstein in #8343
Documentation 
- Update installation instructions to use pip by @DrEntropy in #8318
- Update install instructions to use v6 by @fonnesbeck in #8323
Bugfixes 
Maintenance 
- Visually split tuning/draw phase in progress bar by @ricardoV94 in #8291
- Propagate dims in LatentKron GP prior by @dhairya-motta in #8322
New Contributors
- @dhairya-motta made their first contribution in #8322
- @DrEntropy made their first contribution in #8318
- @laishettikarthik-tech made their first contribution in #8349
- @jacobpstein made their first contribution in #8343
Full Changelog: https://github.com/pymc-devs/pymc/compare/v6.0.1...v6.1.0
This post was automatically generated from the GitHub release.