Skip to content

Releases: danielward27/flowjax

v2.0.0

01 Jul 16:46
95f4bc6
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.0...v2.0.0

v1.0.0

27 Jun 13:16
Compare
Choose a tag to compare
Update version

v0.10.0

27 Jun 12:47
Compare
Choose a tag to compare

Fix bug (accidentally not batching validation loss calculation)

v0.9.0

25 Jun 09:21
9750703
Compare
Choose a tag to compare

What's Changed

Uses batches for validation set to avoid memory issues, and restricted numpy version for now due to jax-ml/jax#11256.

v0.8.0

15 Jun 14:38
aa80b30
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.7.0...v0.8.0

v0.7.0

14 Jun 11:17
Compare
Choose a tag to compare

Fix broadcasting bug.

v0.6.0

14 Jun 10:27
Compare
Choose a tag to compare

Fixed broadcasting for log_prob.

v0.5.0

13 Jun 15:01
Compare
Choose a tag to compare

Neural spline flow now has minimum bin width, height and derivative for improved stability (default behaviour changed). Broadcasting behaviour changed slightly for flows log_prob and sample for conditional sampling/density estimation.

v0.4.0

19 Apr 16:02
Compare
Choose a tag to compare

What's Changed

Neatened up the package. Some defaults and argument orderings have changed and hence this release includes breaking changes.

Full Changelog: v0.3.0...v0.4.0

v0.3.0

09 Apr 09:58
Compare
Choose a tag to compare

Include BNAF