Releases: danielward27/flowjax
Releases · danielward27/flowjax
v3.0.0
What's Changed
- Clip grad by @danielward27 in #15
- Remove buffer for int arrays by @danielward27 in #16
- Improve bnaf parameterisation by @danielward27 in #17
Full Changelog: v2.0.0...v3.0.0
v2.0.0
v1.0.0
Update version
v0.10.0
Fix bug (accidentally not batching validation loss calculation)
v0.9.0
What's Changed
Uses batches for validation set to avoid memory issues, and restricted numpy version for now due to jax-ml/jax#11256.
- Validation batches by @danielward27 in #13
Full Changelog: v0.8.0...v0.9.0
v0.8.0
What's Changed
- Add support for conditional BNAF by @danielward27 in #12
Full Changelog: v0.7.0...v0.8.0
v0.7.0
Fix broadcasting bug.
v0.6.0
Fixed broadcasting for log_prob.
v0.5.0
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
What's Changed
Neatened up the package. Some defaults and argument orderings have changed and hence this release includes breaking changes.
- Tidy by @danielward27 in #11
Full Changelog: v0.3.0...v0.4.0