File tree 1 file changed +14
-1
lines changed
1 file changed +14
-1
lines changed Original file line number Diff line number Diff line change @@ -7,6 +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.4.0]
11
+
12
+ ### Added
13
+
14
+ - Add various autoregressive flows using the existing transforms in ` nflows ` (https://github.com/uofgravity/glasflow/pull/62 )
15
+ - Add ` scale_activation ` keyword argument to ` nflows.transforms.autoregressive.MaskedAffineAutoregressiveTransform ` (https://github.com/uofgravity/nflows/pull/11 )
16
+
17
+ ### Changed
18
+
19
+ - Drop support for Python 3.7 (https://github.com/uofgravity/glasflow/pull/61 )
20
+
21
+
10
22
## [ 0.3.1]
11
23
12
24
### Fixed
@@ -70,7 +82,8 @@ Patch to fix CI not uploading release to PyPI
70
82
- Add ` nflows ` submodule that replaces ` nflows ` dependency
71
83
- Add option for user-defined masks in coupling-based flows
72
84
73
- [ Unreleased ] : https://github.com/uofgravity/glasflow/compare/v0.3.1...HEAD
85
+ [ Unreleased ] : https://github.com/uofgravity/glasflow/compare/v0.4.0...HEAD
86
+ [ 0.4.0 ] : https://github.com/uofgravity/glasflow/compare/v0.3.1...v0.4.0
74
87
[ 0.3.1 ] : https://github.com/uofgravity/glasflow/compare/v0.3.0...v0.3.1
75
88
[ 0.3.0 ] : https://github.com/uofgravity/glasflow/compare/v0.2.0...v0.3.0
76
89
[ 0.2.0 ] : https://github.com/uofgravity/glasflow/compare/v0.1.2...v0.2.0
You can’t perform that action at this time.
0 commit comments