Skip to content

Releases: pymc-devs/nutpie

v0.8.1

24 Aug 16:31
Compare
Choose a tag to compare

What's Changed

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

Version 0.8.0

18 Aug 20:55
Compare
Choose a tag to compare
v0.8.0

chore: Update deps

0.7.0

21 Jul 02:15
Compare
Choose a tag to compare

See Changelog.md

v0.6.0

03 Jul 17:49
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare

What's Changed

New Contributors

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

Version 0.4.0

12 Nov 22:14
Compare
Choose a tag to compare

Update nuts-rs to version 0.4 and change default number of tuning steps to 300.

What's Changed

New Contributors

Full Changelog: v0.2.1...v0.4.0

v0.2.1

02 Sep 21:18
Compare
Choose a tag to compare

Fix python 3.8 and 3.10

Version 0.2

02 Sep 19:07
Compare
Choose a tag to compare

Add support for pymc models with shared variables, and changing those values after compilation using compiled_model.with_data(foo=new_value).

What's Changed

New Contributors

Full Changelog: aseyboldt/nutpie@v0.1.3...v0.2.0