v0.3.0
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.AffineCouplingTransformare now propogated to the parent class. (#51) - Add support
scale_activationtoglasflow.transform.coupling.AffineCouplingTransformand set the default tonflows_general. (#52, #54)
Changed
- Default scale activation for
glasflow.transform.coupling.AffineCouplingTransformis changed fromDEFAULT_SCALE_ACTIVATIONin nflows tonflows_generalfrom glasflow. This changes the default behaviour, the previous behaviour can be recovered by settingscale_activation='nflows'. (#52, #54)
Fixed
- fix a bug in
glasflow.nflows/utils/torchutils.searchsorted, see uofgravity/nflows#9 for details. (#53)
Deprecated
- The
scaling_methodargument inglasflow.transform.coupling.AffineCouplingTransformis now deprecated in favour ofscale_activationand will be removed in a future release. (#52)