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.AffineCouplingTransform
are now propogated to the parent class. (#51) - Add support
scale_activation
toglasflow.transform.coupling.AffineCouplingTransform
and set the default tonflows_general
. (#52, #54)
Changed
- Default scale activation for
glasflow.transform.coupling.AffineCouplingTransform
is changed fromDEFAULT_SCALE_ACTIVATION
in nflows tonflows_general
from 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_method
argument inglasflow.transform.coupling.AffineCouplingTransform
is now deprecated in favour ofscale_activation
and will be removed in a future release. (#52)