v5.15.1
What's Changed
Bugfixes 🪲
- Allow mutable shape in partially imputed variables by @ricardoV94 in #7314
 - Fix bug in Truncated with Deterministic inputs by @ricardoV94 in #7315
 - Fix spurious inputs failure when building Truncated variables by @ricardoV94 in #7328
 
Documentation 📖
- Add docstring to pymc.sampling.jax.sample_jax_nuts by @andrewdipper in #7313
 - Updated pymc.step_methods.slicer.Slice docstring by @ksk-17090k1 in #7322
 - Fix error in logcdf example by @ricardoV94 in #7336
 
Maintenance 🔧
- Add blas_cores argument to pm.sample by @aseyboldt in #7318
 - Update pymc.sample docstring to fix incorrect property name by @treszkai in #7321
 - Implement CustomProgress that does not output empty divs when disabled by @tomicapretto in #7290
 - Use more numerically stable function in TruncatedNormal area computation by @velochy in #7305
 - Get rid of most intX usages by @ricardoV94 in #7330
 - Fix typing in multiple places by @michaelosthege in #7333
 - Split convert observed data by @michaelosthege in #7334
 - Add test for 
freeze_rv_and_dimsin JAX backend by @ricardoV94 in #7324 
New Contributors
- @andrewdipper made their first contribution in #7313
 - @ksk-17090k1 made their first contribution in #7322
 - @lhelleckes made their first contribution in #7299
 
Full Changelog: v5.15.0...v5.15.1