You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: CHANGELOG.md
+12-5
Original file line number
Diff line number
Diff line change
@@ -7,12 +7,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [Unreleased]
9
9
10
+
## [0.2.0]
11
+
10
12
### Added
11
13
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))
- 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))
16
22
17
23
## [0.1.2]
18
24
@@ -39,7 +45,8 @@ Patch to fix CI not uploading release to PyPI
39
45
- Add `nflows` submodule that replaces `nflows` dependency
40
46
- Add option for user-defined masks in coupling-based flows
0 commit comments