Releases: pymc-devs/nutpie
Releases · pymc-devs/nutpie
v0.15.1
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
v0.15.0
See CHANGELOG.md
New Contributors
- @guspan-tanadi made their first contribution in #194
- @WardBrian made their first contribution in #205
Full Changelog: v0.14.3...v0.15.0
V0.14.3
What's Changed
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #189
- Docs typos by @daniel-saunders-phil in #192
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #191
- Masked coupling by @aseyboldt in #190
New Contributors
- @daniel-saunders-phil made their first contribution in #192
See CHANGELOG.md for details
v0.14.2
v0.14.1
v0.14.0
What's Changed
- Set 'make_initial_point_fn' in 'from_pyfunc' to None by default by @tomicapretto in #175
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #172
- chore(deps): Bump actions/attest-build-provenance from 1 to 2 by @dependabot in #173
- chore(deps): Bump softprops/action-gh-release from 1 to 2 by @dependabot in #174
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #178
- chore(deps): Bump uraimo/run-on-arch-action from 2 to 3 by @dependabot in #179
- Implement normalizing flow by @aseyboldt in #180
New Contributors
- @tomicapretto made their first contribution in #175
Full Changelog: v0.13.4...v0.14.0
v0.13.4
What's Changed
- Add a lock around the pymc initialization function
- Fix CI to build wheels for all supported python versions.
Full Changelog: v0.13.3...v0.13.4
v0.13.3
What's Changed
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #142
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #143
- Add note about returning current results by @AlexAndorra in #147
- Fix default argument for backend in compile_pymc_model by @fonnesbeck in #151
- chore(deps): Bump uraimo/run-on-arch-action from 2.7.2 to 2.8.1 by @dependabot in #158
- Allow configuring of initial point for pymc models by @jessegrabowski in #161
- Fix pymc storage of large traces and support var_names to store only some variables by @aseyboldt in #165
- Prepare release by @aseyboldt in #168
New Contributors
- @jessegrabowski made their first contribution in #161
Full Changelog: v0.13.2...v0.13.3
See also CHANGELOG.md