v5.15.1
版本发布时间: 2024-05-30 19:59:48
pymc-devs/pymc最新发布版本:v5.16.2(2024-07-11 21:49:51)
What's Changed
Bugfixes 🪲
- Allow mutable shape in partially imputed variables by @ricardoV94 in https://github.com/pymc-devs/pymc/pull/7314
- Fix bug in Truncated with Deterministic inputs by @ricardoV94 in https://github.com/pymc-devs/pymc/pull/7315
- Fix spurious inputs failure when building Truncated variables by @ricardoV94 in https://github.com/pymc-devs/pymc/pull/7328
Documentation 📖
- Add docstring to pymc.sampling.jax.sample_jax_nuts by @andrewdipper in https://github.com/pymc-devs/pymc/pull/7313
- Updated pymc.step_methods.slicer.Slice docstring by @ksk-17090k1 in https://github.com/pymc-devs/pymc/pull/7322
- Fix error in logcdf example by @ricardoV94 in https://github.com/pymc-devs/pymc/pull/7336
Maintenance 🔧
- Add blas_cores argument to pm.sample by @aseyboldt in https://github.com/pymc-devs/pymc/pull/7318
- Update pymc.sample docstring to fix incorrect property name by @treszkai in https://github.com/pymc-devs/pymc/pull/7321
- Implement CustomProgress that does not output empty divs when disabled by @tomicapretto in https://github.com/pymc-devs/pymc/pull/7290
- Use more numerically stable function in TruncatedNormal area computation by @velochy in https://github.com/pymc-devs/pymc/pull/7305
- Get rid of most intX usages by @ricardoV94 in https://github.com/pymc-devs/pymc/pull/7330
- Fix typing in multiple places by @michaelosthege in https://github.com/pymc-devs/pymc/pull/7333
- Split convert observed data by @michaelosthege in https://github.com/pymc-devs/pymc/pull/7334
- Add test for
freeze_rv_and_dims
in JAX backend by @ricardoV94 in https://github.com/pymc-devs/pymc/pull/7324
New Contributors
- @andrewdipper made their first contribution in https://github.com/pymc-devs/pymc/pull/7313
- @ksk-17090k1 made their first contribution in https://github.com/pymc-devs/pymc/pull/7322
- @lhelleckes made their first contribution in https://github.com/pymc-devs/pymc/pull/7299
Full Changelog: https://github.com/pymc-devs/pymc/compare/v5.15.0...v5.15.1