A new release of pymc is now available!
Release Information
- Version:
v6.3.0 - Repository: pymc-devs/pymc
- Release Page: Release v6.3.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 
- Allow freezing model with cache compiled functions by @velochy in #8330
compute_deterministicsaccepts datatree and allows extending inplace by @ricardoV94 in #8387- Introduce
step-setupin samplers by @OttoVintola in #8351
Bugfixes 
- Thread sampler arguments through to numpyro/blackjax via
nutsdict by @jessegrabowski in #8380 - Fix discrete censoring with discrete bounds by @ricardoV94 in #8388
- Fix xarray DataArray coord unwrapping in Model.add_coord by @williambdean in #8391
Documentation 
- Expand RandomWalk docstring by @pandeylakshya207-max in #8393
Maintenance 
- Extend pregrad rewrites to inner graphs by @ricardoV94 in #8382
- Do not let logpow and bound checks get in the way of underflow stabilization by @ricardoV94 in #8390
- Stabilize Negative Binomial with large mu/alpha by @ricardoV94 in #8394
- Reuse compiled functions when sampling a frozen model repeatedly by @velochy in #8383
New Contributors
- @OttoVintola made their first contribution in #8351
- @pandeylakshya207-max made their first contribution in #8393
Full Changelog: https://github.com/pymc-devs/pymc/compare/v6.2.0...v6.2.1
Whatβs Changed
Major Changes 
- Allow freezing model with cache compiled functions by @velochy in #8330
compute_deterministicsaccepts datatree and allows extending inplace by @ricardoV94 in #8387- Introduce
step-setupin samplers by @OttoVintola in #8351
Bugfixes 
- Thread sampler arguments through to numpyro/blackjax via
nutsdict by @jessegrabowski in #8380 - Fix discrete censoring with discrete bounds by @ricardoV94 in #8388
- Fix xarray DataArray coord unwrapping in Model.add_coord by @williambdean in #8391
Documentation 
- Expand RandomWalk docstring by @pandeylakshya207-max in #8393
Maintenance 
- Extend pregrad rewrites to inner graphs by @ricardoV94 in #8382
- Do not let logpow and bound checks get in the way of underflow stabilization by @ricardoV94 in #8390
- Stabilize Negative Binomial with large mu/alpha by @ricardoV94 in #8394
- Reuse compiled functions when sampling a frozen model repeatedly by @velochy in #8383
New Contributors
- @OttoVintola made their first contribution in #8351
- @pandeylakshya207-max made their first contribution in #8393
Full Changelog: Comparing v6.2.0...v6.3.0 Β· pymc-devs/pymc Β· GitHub
This post was automatically generated from the GitHub release.