Skip to content

Releases: sbi-dev/pyknos

v0.16.0

20 Aug 09:57
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.15.2...v0.16.0

v0.15.1

08 Sep 09:00
Compare
Choose a tag to compare
  • Fixes to version v0.15.0, in which the release did not contain the desired fixes.

v0.15.0

29 Aug 06:34
Compare
Choose a tag to compare
  • epsilon is added after multiplication of Cholesky-factors for better numerical stability (#22)

Refactor to allow analytic MoG evaluation

31 Mar 12:21
Compare
Choose a tag to compare

refactor MoG to allow evaluation with analytically determined parameters (#17).

Upgrade to nflows 0.14.

08 Dec 11:49
Compare
Choose a tag to compare

Upgrade dependency on nflows to 0.14 for NSF fix (#25).

Bug fix for GPU support

22 Oct 13:46
Compare
Choose a tag to compare

Small but essential fix for inferring the correct device during prelocation.

Upgrade to nflows 0.13

22 Oct 09:45
Compare
Choose a tag to compare
  • upgrade to new nflows 0.13 which now allows NN training on the GPU.

Upgrade to nflows 0.12

17 Aug 13:31
Compare
Choose a tag to compare
  • Upgraded dependency on nflows to 0.12; explicitly allow Python 3.6 (#13)
  • Support for batch_x with only one feature in mixture density networks (thanks to
    Harry Fu, #12)
  • Imports from nflows.transforms.splines now available (thanks to Miles Cranmer, #11)