What's Changed
This contains a critical bug fix for pymc models, that use a pm.Data
variable with non-contiguous memory layout in the numba backend. Under some circumstances this could lead to incorrect values in the data variable during sampling.
See https://discourse.pymc.io/t/nutpie-panel-data-events-moving/17046 for more details.
New Contributors
- @henrytdsimmons made their first contribution in #216
Full Changelog: v0.15.0...v0.15.1