Skip to content

v0.3.0

Compare
Choose a tag to compare
@mj-will mj-will released this 18 Aug 11:07
· 36 commits to main since this release
c52a014

Release v0.3.0 of glasflow

This release includes new features and bug fixes. See below for details and for the complete set of changes see: v0.2.0...v0.3.0

What's changed

Added

  • Keyword arguments passed to glasflow.transform.coupling.AffineCouplingTransform are now propogated to the parent class. (#51)
  • Add support scale_activation to glasflow.transform.coupling.AffineCouplingTransform and set the default to nflows_general. (#52, #54)

Changed

  • Default scale activation for glasflow.transform.coupling.AffineCouplingTransform is changed from DEFAULT_SCALE_ACTIVATION in nflows to nflows_general from glasflow. This changes the default behaviour, the previous behaviour can be recovered by setting scale_activation='nflows'. (#52, #54)

Fixed

Deprecated

  • The scaling_method argument in glasflow.transform.coupling.AffineCouplingTransform is now deprecated in favour of scale_activation and will be removed in a future release. (#52)