Skip to content

Commit 6142485

Browse files
authored
Merge pull request #64 from uofgravity/prepare-v0.4.0
REL: update changelog for v0.4.0
2 parents 8dbbdb7 + 3374967 commit 6142485

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

CHANGELOG.md

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

88
## [Unreleased]
99

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+
1022
## [0.3.1]
1123

1224
### Fixed
@@ -70,7 +82,8 @@ Patch to fix CI not uploading release to PyPI
7082
- Add `nflows` submodule that replaces `nflows` dependency
7183
- Add option for user-defined masks in coupling-based flows
7284

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
7487
[0.3.1]: https://github.com/uofgravity/glasflow/compare/v0.3.0...v0.3.1
7588
[0.3.0]: https://github.com/uofgravity/glasflow/compare/v0.2.0...v0.3.0
7689
[0.2.0]: https://github.com/uofgravity/glasflow/compare/v0.1.2...v0.2.0

0 commit comments

Comments
 (0)