Skip to content

Releases: pymc-devs/nutpie

v0.9.2

19 Feb 19:12
d43705d

Choose a tag to compare

What's Changed

Just a minor bugfix release

⚠️ Note that nutpie no longer depends on PyMC. If you want to use the PyMC backend you must install both PyMC and Numba. ⚠️

Bugfix

  • Handle missing libraries more robustly by @maresb in #72
  • Handle case where coords from PyMC is None by @aseyboldt in #65

Maintenance

New Contributors

Full Changelog: v0.9.1...v0.9.2

Version 0.9.1

14 Sep 09:43
9c966f9

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.9.0...v0.9.1

Version 0.9.0

25 Aug 17:27

Choose a tag to compare

See Changelog file for details

What's Changed

Full Changelog: v0.8.1...v0.9.0

v0.8.1

24 Aug 16:31

Choose a tag to compare

What's Changed

Full Changelog: v0.8.0...v0.8.1

Version 0.8.0

18 Aug 20:55

Choose a tag to compare

v0.8.0

chore: Update deps

0.7.0

21 Jul 02:15

Choose a tag to compare

See Changelog.md

v0.6.0

03 Jul 17:49

Choose a tag to compare

This release allow users to sample from stan models using bridgestan.

What's Changed

New Contributors

Full Changelog: v0.5.1...v0.6.0

Prerelease for v0.6.0

01 Jul 01:50

Choose a tag to compare

Prerelease for v0.6.0 Pre-release
Pre-release

This is the first release to use bridgestan to make it easy to sample Stan models.

In this release we switch the internal backend for storing traces from numpy to arrow (we still return an arviz InferenceData object in nutpie.sample). The trace and sample stats are now written in rust without needing to hold the GIL, so sampling multiple models in parallel is significantly faster.

What's Changed

New Contributors

Full Changelog: v0.5.1...v0.6.0-beta

Version 0.5.1

03 Jan 05:24

Choose a tag to compare

Update rust dependencies.

What's Changed

Full Changelog: v0.5.0...v0.5.1

v0.5.0

02 Jan 05:13

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.4.0...v0.5.0