Skip to content

Commit c52a014

Browse files
authored
Merge pull request #55 from uofgravity/prepare-v0.3.0
Prepare v0.3.0
2 parents 56b145d + 66d8913 commit c52a014

File tree

1 file changed

+21
-1
lines changed

1 file changed

+21
-1
lines changed

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [0.3.0]
11+
12+
### Added
13+
14+
- Keyword arguments passed to `glasflow.transform.coupling.AffineCouplingTransform` are now propogated to the parent class. ([#51](https://github.com/uofgravity/glasflow/pull/51))
15+
- Add support `scale_activation` to `glasflow.transform.coupling.AffineCouplingTransform` and set the default to `nflows_general`. ([#52](https://github.com/uofgravity/glasflow/pull/52), [#54](https://github.com/uofgravity/glasflow/pull/54))
16+
17+
### Changed
18+
19+
- Default scale activation for `glasflow.transform.coupling.AffineCouplingTransform` is changed from `DEFAULT_SCALE_ACTIVATION` in nflows to `nflows_general` from glasflow. This changes the default behaviour, the previous behaviour can be recovered by setting `scale_activation='nflows'`. ([#52](https://github.com/uofgravity/glasflow/pull/52), [#54](https://github.com/uofgravity/glasflow/pull/54))
20+
21+
### Fixed
22+
23+
- fix a bug in `glasflow.nflows/utils/torchutils.searchsorted`, see https://github.com/uofgravity/nflows/pull/9 for details. ([#53](https://github.com/uofgravity/glasflow/pull/53))
24+
25+
### Deprecated
26+
27+
- The `scaling_method` argument in `glasflow.transform.coupling.AffineCouplingTransform` is now deprecated in favour of `scale_activation` and will be removed in a future release. ([#52](https://github.com/uofgravity/glasflow/pull/52))
28+
1029
## [0.2.0]
1130

1231
### Added
@@ -45,7 +64,8 @@ Patch to fix CI not uploading release to PyPI
4564
- Add `nflows` submodule that replaces `nflows` dependency
4665
- Add option for user-defined masks in coupling-based flows
4766

48-
[Unreleased]: https://github.com/uofgravity/glasflow/compare/v0.2.0...HEAD
67+
[Unreleased]: https://github.com/uofgravity/glasflow/compare/v0.3.0...HEAD
68+
[0.3.0]: https://github.com/uofgravity/glasflow/compare/v0.2.0...v0.3.0
4969
[0.2.0]: https://github.com/uofgravity/glasflow/compare/v0.1.2...v0.2.0
5070
[0.1.2]: https://github.com/uofgravity/glasflow/compare/v0.1.1...v0.1.2
5171
[0.1.1]: https://github.com/uofgravity/glasflow/compare/v0.1.0...v0.1.1

0 commit comments

Comments
 (0)