Skip to content

Commit 4948a30

Browse files
authored
Merge pull request #50 from uofgravity/prepare-0.2.0
Prepare v0.2.0
2 parents c614c04 + 512489b commit 4948a30

File tree

1 file changed

+12
-5
lines changed

1 file changed

+12
-5
lines changed

CHANGELOG.md

+12-5
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.2.0]
11+
1012
### Added
1113

12-
- Add a multi-layer perceptron (`glasflow.nets.mlp.MLP`).
13-
- Add a resampled Gaussian distribution that uses Learnt Accept/Reject Samples (`glasflow.distributions.resampled.ResampledGaussian`).
14-
- Add `nessai.utils.get_torch_size`.
15-
- Add a multivariate uniform distribution (`glasflow.distributions.uniform.MultivariateUniform`)
14+
- Add a multi-layer perceptron (`glasflow.nets.mlp.MLP`). ([#40](https://github.com/uofgravity/glasflow/pull/40))
15+
- Add a resampled Gaussian distribution that uses Learnt Accept/Reject Sampling (`glasflow.distributions.resampled.ResampledGaussian`). ([#40](https://github.com/uofgravity/glasflow/pull/40))
16+
- Add `nessai.utils.get_torch_size`. ([#40](https://github.com/uofgravity/glasflow/pull/40))
17+
- Add a multivariate uniform distribution for Neural Spline Flows (`glasflow.distributions.uniform.MultivariateUniform`). ([#47](https://github.com/uofgravity/glasflow/pull/47))
18+
19+
## Changed
20+
21+
- 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))
1622

1723
## [0.1.2]
1824

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

42-
[Unreleased]: https://github.com/uofgravity/glasflow/compare/v0.1.2...HEAD
48+
[Unreleased]: https://github.com/uofgravity/glasflow/compare/v0.2.0...HEAD
49+
[0.2.0]: https://github.com/uofgravity/glasflow/compare/v0.1.2...v0.2.0
4350
[0.1.2]: https://github.com/uofgravity/glasflow/compare/v0.1.1...v0.1.2
4451
[0.1.1]: https://github.com/uofgravity/glasflow/compare/v0.1.0...v0.1.1
4552
[0.1.0]: https://github.com/uofgravity/glasflow/releases/tag/v0.1.0

0 commit comments

Comments
 (0)