Skip to content

Releases: acerbilab/pyvbmc

v1.0.4

25 Sep 12:34
0bb8b8f
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.3...v1.0.4

What's Changed

New Contributors

Full Changelog: v1.0.3...v1.0.4

v1.0.3

28 Jun 20:04
10d94b6
Compare
Choose a tag to compare

What's Changed

  • Patch for numpy 2.0.0. #145

Full Changelog: v1.0.2...v1.0.3

v1.0.2

14 Feb 20:40
7f3f57b
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.1...v1.0.2

v1.0.1

24 May 08:19
bd6548b
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.0...v1.0.1

v1.0.0

16 Mar 12:48
7485c0a
Compare
Choose a tag to compare

First full-version release of PyVBMC, a Python package for efficient Bayesian inference. Full documentation is available at https://acerbilab.github.io/pyvbmc/. Feedback is welcome, see troubleshooting and contact. The same packaged version is also available at https://pypi.org/project/PyVBMC/#history.
Additional details of the algorithm can be found in the two Variational Bayesian Monte Carlo papers published at NeurIPS in 2018 and 2020.
A MATLAB implementation is also available at the acerbilab/VBMC repository.

What's Changed

  • feat: PyVBMC now accepts optional prior distributions. See example 5 for more details.
  • fix: eliminate log warning by setting KL divergences to inf. by @pipme in #125
  • Other minor/cosmetic changes.

Full Changelog: v0.9.1...v1.0.0

PyVBMC Public Beta

12 Dec 00:39
ceec4dd
Compare
Choose a tag to compare

Fixes a potential IndexError when using Numpy version 1.23 and newer.

PyVBMC Public Beta

08 Dec 08:38
Compare
Choose a tag to compare

Initial public beta version of PyVBMC, a Python package for efficient Bayesian inference. Full documentation is available at https://acerbilab.github.io/pyvbmc/. Feedback is welcome, see troubleshooting and contact. The same packaged version is also available at https://pypi.org/project/PyVBMC/#history.
Additional details of the algorithm can be found in the two Variational Bayesian Monte Carlo papers published at NeurIPS in 2018 and 2020.
A MATLAB implementation is also available at the acerbilab/VBMC repository.