Skip to content

Releases: pymc-devs/nutpie

v0.16.1

10 Oct 13:37
Compare
Choose a tag to compare

When sampling is interrupted with a KeyboardInterrupt or a call to sampler.abort() with a non-blocking sampler, it should return the current trace.
This behavior was broken in the release yesterday however. This bugfix release restores this functionality.

v0.16.0

09 Oct 09:01
Compare
Choose a tag to compare

What's Changed

  • Enable step size jitter by default
  • Implement an experimental zarr trace storage backend, that allows writing the trace directly to disk

See CHANGELOG.md for details.

v0.15.2

16 Jul 17:37
7d3221e
Compare
Choose a tag to compare

See CHANGELOG.md

What's Changed

New Contributors

Full Changelog: v0.15.1...v0.15.2

v0.15.1

28 May 19:58
Compare
Choose a tag to compare

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

Full Changelog: v0.15.0...v0.15.1

v0.15.0

28 May 07:14
Compare
Choose a tag to compare

See CHANGELOG.md

New Contributors

Full Changelog: v0.14.3...v0.15.0

V0.14.3

18 Mar 15:49
Compare
Choose a tag to compare

What's Changed

New Contributors

See CHANGELOG.md for details

v0.14.2

06 Mar 13:13
Compare
Choose a tag to compare

See Changelog.md

v0.14.1

05 Mar 16:02
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.14.0...v0.14.1

v0.14.0

05 Mar 14:41
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.13.4...v0.14.0

v0.13.4

18 Feb 13:52
Compare
Choose a tag to compare

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