| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-08-12 | 3.6 kB | |
| v6.3.0 source code.tar.gz | 2026-08-12 | 6.8 MB | |
| v6.3.0 source code.zip | 2026-08-12 | 7.1 MB | |
| Totals: 3 Items | 13.9 MB | 0 | |
What's Changed
Major Changes ðŸ›
- Allow freezing model with cache compiled functions by @velochy in https://github.com/pymc-devs/pymc/pull/8330
compute_deterministicsaccepts datatree and allows extending inplace by @ricardoV94 in https://github.com/pymc-devs/pymc/pull/8387- Introduce
step-setupin samplers by @OttoVintola in https://github.com/pymc-devs/pymc/pull/8351
Bugfixes 🪲
- Thread sampler arguments through to numpyro/blackjax via
nutsdict by @jessegrabowski in https://github.com/pymc-devs/pymc/pull/8380 - Fix discrete censoring with discrete bounds by @ricardoV94 in https://github.com/pymc-devs/pymc/pull/8388
- Fix xarray DataArray coord unwrapping in Model.add_coord by @williambdean in https://github.com/pymc-devs/pymc/pull/8391
Documentation 📖
- Expand RandomWalk docstring by @pandeylakshya207-max in https://github.com/pymc-devs/pymc/pull/8393
Maintenance 🔧
- Extend pregrad rewrites to inner graphs by @ricardoV94 in https://github.com/pymc-devs/pymc/pull/8382
- Do not let logpow and bound checks get in the way of underflow stabilization by @ricardoV94 in https://github.com/pymc-devs/pymc/pull/8390
- Stabilize Negative Binomial with large mu/alpha by @ricardoV94 in https://github.com/pymc-devs/pymc/pull/8394
- Reuse compiled functions when sampling a frozen model repeatedly by @velochy in https://github.com/pymc-devs/pymc/pull/8383
New Contributors
- @OttoVintola made their first contribution in https://github.com/pymc-devs/pymc/pull/8351
- @pandeylakshya207-max made their first contribution in https://github.com/pymc-devs/pymc/pull/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 https://github.com/pymc-devs/pymc/pull/8330
compute_deterministicsaccepts datatree and allows extending inplace by @ricardoV94 in https://github.com/pymc-devs/pymc/pull/8387- Introduce
step-setupin samplers by @OttoVintola in https://github.com/pymc-devs/pymc/pull/8351
Bugfixes 🪲
- Thread sampler arguments through to numpyro/blackjax via
nutsdict by @jessegrabowski in https://github.com/pymc-devs/pymc/pull/8380 - Fix discrete censoring with discrete bounds by @ricardoV94 in https://github.com/pymc-devs/pymc/pull/8388
- Fix xarray DataArray coord unwrapping in Model.add_coord by @williambdean in https://github.com/pymc-devs/pymc/pull/8391
Documentation 📖
- Expand RandomWalk docstring by @pandeylakshya207-max in https://github.com/pymc-devs/pymc/pull/8393
Maintenance 🔧
- Extend pregrad rewrites to inner graphs by @ricardoV94 in https://github.com/pymc-devs/pymc/pull/8382
- Do not let logpow and bound checks get in the way of underflow stabilization by @ricardoV94 in https://github.com/pymc-devs/pymc/pull/8390
- Stabilize Negative Binomial with large mu/alpha by @ricardoV94 in https://github.com/pymc-devs/pymc/pull/8394
- Reuse compiled functions when sampling a frozen model repeatedly by @velochy in https://github.com/pymc-devs/pymc/pull/8383
New Contributors
- @OttoVintola made their first contribution in https://github.com/pymc-devs/pymc/pull/8351
- @pandeylakshya207-max made their first contribution in https://github.com/pymc-devs/pymc/pull/8393
Full Changelog: https://github.com/pymc-devs/pymc/compare/v6.2.0...v6.3.0