Skip to content

Releases: bayespy/bayespy

Version 0.5.21

04 Mar 15:46
3f4b31f
Compare
Choose a tag to compare

Fixed

  • Use time.time instead of the deprecated time.clock.

Version 0.5.11

26 Sep 07:56
415ed2b
Compare
Choose a tag to compare

Fixed

  • Handle scalar moments of the innovation vector properly in Gaussian Markov chain.

  • Skip some failing image comparison unit tests. Image comparison tests will be deprecated at some point.

Version 0.5.10

02 Sep 18:12
2bbec8e
Compare
Choose a tag to compare

Fixed

  • Fix release

Version 0.5.9

02 Sep 16:09
61688e5
Compare
Choose a tag to compare

Added

  • Support tqdm for monitoring the iteration progress (#105).

  • Allow VB iteration without maximum number of iteration steps (#104).

  • Add ellipse patch creation from covariance or precision (#103).

Version 0.5.8

02 Sep 16:08
b3c5bd6
Compare
Choose a tag to compare

Fixed

  • Implement random sampling for Poisson

  • Update some old licensing information

Version 0.5.7

15 Nov 14:42
15862b9
Compare
Choose a tag to compare

Fixed

  • Fix deterministic mappings in Mixture, which caused NaNs in results

Version 0.5.6

08 Nov 14:28
1d82748
Compare
Choose a tag to compare

Fixed

  • Remove significant reshaping overhead in Cholesky computations in linalg
    module
  • Fix minor plate multiplier issues

Version 0.5.5

08 Nov 14:28
a965e10
Compare
Choose a tag to compare

Fixed

  • Fix critical plate multiplier bug in Take node. The bug caused basically all
    models with Take node to be incorrect.
  • Fix ndim handling in GaussianGamma and Wishart
  • Support lists and other array-convertible formats in several nodes

Version 0.5.4

08 Nov 14:27
e29bc7e
Compare
Choose a tag to compare

Added

  • Add conversion from Gamma to scalar Wishart
  • Implement message from GaussianMarkovChain to its input parent node
  • Add generic unit test functions for messages and moments

Changed

  • Require NumPy 1.10 or greater

Version 0.5.3

17 Aug 16:44
f2934d5
Compare
Choose a tag to compare

Fixed

  • Fix package metadata handling
  • Fix Travis test errors