Skip to content

Commit

Permalink
Merge pull request #50 from uofgravity/prepare-0.2.0
Browse files Browse the repository at this point in the history
Prepare v0.2.0
  • Loading branch information
mj-will authored Feb 2, 2023
2 parents c614c04 + 512489b commit 4948a30
Showing 1 changed file with 12 additions and 5 deletions.
17 changes: 12 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.2.0]

### Added

- Add a multi-layer perceptron (`glasflow.nets.mlp.MLP`).
- Add a resampled Gaussian distribution that uses Learnt Accept/Reject Samples (`glasflow.distributions.resampled.ResampledGaussian`).
- Add `nessai.utils.get_torch_size`.
- Add a multivariate uniform distribution (`glasflow.distributions.uniform.MultivariateUniform`)
- Add a multi-layer perceptron (`glasflow.nets.mlp.MLP`). ([#40](https://github.com/uofgravity/glasflow/pull/40))
- Add a resampled Gaussian distribution that uses Learnt Accept/Reject Sampling (`glasflow.distributions.resampled.ResampledGaussian`). ([#40](https://github.com/uofgravity/glasflow/pull/40))
- Add `nessai.utils.get_torch_size`. ([#40](https://github.com/uofgravity/glasflow/pull/40))
- Add a multivariate uniform distribution for Neural Spline Flows (`glasflow.distributions.uniform.MultivariateUniform`). ([#47](https://github.com/uofgravity/glasflow/pull/47))

## Changed

- Change logging statements on import to, by default, only appear when an external version of nflows is being used. ([#44](https://github.com/uofgravity/glasflow/pull/44))

## [0.1.2]

Expand All @@ -39,7 +45,8 @@ Patch to fix CI not uploading release to PyPI
- Add `nflows` submodule that replaces `nflows` dependency
- Add option for user-defined masks in coupling-based flows

[Unreleased]: https://github.com/uofgravity/glasflow/compare/v0.1.2...HEAD
[Unreleased]: https://github.com/uofgravity/glasflow/compare/v0.2.0...HEAD
[0.2.0]: https://github.com/uofgravity/glasflow/compare/v0.1.2...v0.2.0
[0.1.2]: https://github.com/uofgravity/glasflow/compare/v0.1.1...v0.1.2
[0.1.1]: https://github.com/uofgravity/glasflow/compare/v0.1.0...v0.1.1
[0.1.0]: https://github.com/uofgravity/glasflow/releases/tag/v0.1.0

0 comments on commit 4948a30

Please sign in to comment.