Skip to content

v1.4

Compare
Choose a tag to compare
@VincentStimper VincentStimper released this 26 Jul 15:00
· 132 commits to master since this release

The package is now available on PyPI, which means that it can just be installed with

pip install normflows

from now on. The code was reformatted to conform to the black coding style.

Moreover, the following fixes and additions are included:

  • The computation of the alpha-divergence objective was corrected.
  • A bug regarding sampling from the mixture of Gaussian base distribution was fixed.
  • A flow layer to warp periodic variables was added.
  • The dependency from the Residual Flow repository was removed.