Skip to content

v0.2.0

Compare
Choose a tag to compare
@mj-will mj-will released this 02 Feb 10:42
· 55 commits to main since this release
4948a30

This is release 0.2.0 of glasflow.

This release includes a couple of new features and a change to the logging when importing the package. It also bumps the minimum PyTorch version to 1.11.0.

What's Changed

Added

  • Add a multi-layer perceptron (glasflow.nets.mlp.MLP). (#40)
  • Add a resampled Gaussian distribution that uses Learnt Accept/Reject Sampling (glasflow.distributions.resampled.ResampledGaussian). (#40)
  • Add a multivariate uniform distribution for Neural Spline Flows (glasflow.distributions.uniform.MultivariateUniform). (#47)

Changed

  • Change logging statements on import to, by default, only appear when an external version of nflows is being used. (#44)
  • Bump minimum version of PyTorch to 1.11.0. (#38)

Full Changelog: v0.1.2...v0.2.0