Skip to content

Releases: BasisResearch/dynestyx

v0.0.3

27 Mar 18:02
0ca6d3f

Choose a tag to compare

Fixed integration bug introduced in numpyro 0.20.1.

What's Changed

Full Changelog: v0.0.2...v0.0.3

v0.0.2

23 Mar 22:52
5be6ab1

Choose a tag to compare

The main change in this release is the addition of predict_times for simulation. This allows for combination of filters (for inference) and simulators (for prediction), among other patterns. For example,

with Simulator():
    with Filter():
         model(obs_times=obs_times, obs_values=obs_values, predict_times=predict_times)

A number of bugfixes are also included, including:

  • Pinning the arviz version, due to breaking changes in the newest arviz
  • Fixing a Blackjax bug that inadvertently added common random numbers by default (thanks @mlysy for spotting this)!

It also marks a move towards using standard distributions of our dependencies, which is necessary for PyPI integration.

Full Commit History

Full Changelog: v0.0.1...v0.0.2

v0.0.1

18 Mar 15:26
ecb0d32

Choose a tag to compare

Our initial release of dynestyx! Dynestyx is an extension of NumPyro built with first-class support for Bayesian inference in dynamical systems.

New Contributors

Full Changelog: https://github.com/BasisResearch/dynestyx/commits/v0.0.1