v5.14.0
版本发布时间: 2024-04-30 22:58:33
pymc-devs/pymc最新发布版本:v5.16.2(2024-07-11 21:49:51)
What's Changed
Major Changes 🛠
- Implement
default_transform
andtransform
argument for distributions by @aerubanov in https://github.com/pymc-devs/pymc/pull/7207
New Features 🎉
- Allow freezing only subset of data and dims by @ricardoV94 in https://github.com/pymc-devs/pymc/pull/7248
Bugfixes 🪲
- Fix gradient bug in models with max operation by @ricardoV94 in https://github.com/pymc-devs/pymc/pull/7261
- Convert random variables to value variables so
pm.sample(var_names)
works correctly by @tomicapretto in https://github.com/pymc-devs/pymc/pull/7284 - Fix draws of Weibull when alpha and beta implicitly define size by @tomicapretto in https://github.com/pymc-devs/pymc/pull/7288
Documentation 📖
- Add introduction section to Transformations API page to document role of Transforms by @mkusnetsov in https://github.com/pymc-devs/pymc/pull/7232
- Fix link to API quick start. Closes #7266. by @twiecki in https://github.com/pymc-devs/pymc/pull/7275
Maintenance 🔧
- Fix typo in progressbar message by @zaxtax in https://github.com/pymc-devs/pymc/pull/7271
- Add time remaining column to progress bars by @fonnesbeck in https://github.com/pymc-devs/pymc/pull/7273
New Contributors
- @mkusnetsov made their first contribution in https://github.com/pymc-devs/pymc/pull/7232
Full Changelog: https://github.com/pymc-devs/pymc/compare/v5.13.1...v5.14.0