v5.0.2
What's Changed
Major Changes 🛠
- Bump PyTensor to 2.9.1 by @michaelosthege in #6431
- Remove
add_values
/remove_values
to fix backend type issues by @michaelosthege in #6451
New Features 🎉
- Infer logprob of absolute operations and fix logprob of powers with negative values by @LukeLB in #6414
Bugfixes 🪲
- Revert "Add informative error if user tries to use Aesara function with PyTensor variables by @ricardoV94 in #6440
- Fix bug that does not correctly set the dtype of determinsitic variab… by @jessegrabowski in #6425
Maintenance 🔧
- Inconsistent kwarg progressbar or progress_bar by @Gimmesoup in #6389
- Default VonMises kappa to 1.0 and fix math notation in doc by @wd60622 in #6419
- ModelGraph only stops ancestry check at model defined named_vars by @lucianopaz in #6426
- Add Matern12 covariance function to docs by @fonnesbeck in #6429
- Reference template notebook in Jupyter style guide by @reshamas in #6433
- Refactor internal sampling functions by @michaelosthege in #6444
- Refactoring and addition of helpers to handle flat stats by @michaelosthege in #6443
- Add seealso note to install docs by @OriolAbril in #6448
New Contributors
- @Gimmesoup made their first contribution in #6389
- @jessegrabowski made their first contribution in #6425
Full Changelog: v5.0.1...v5.0.2