Skip to content

Commit

Permalink
Merge pull request #37 from igr-ml/prepare-v0.1.2
Browse files Browse the repository at this point in the history
Prepare v0.1.2
  • Loading branch information
mj-will authored Sep 23, 2022
2 parents d61794b + 0f3fa8b commit e08b91e
Showing 1 changed file with 19 additions and 1 deletion.
20 changes: 19 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,22 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.1.2]

Another patch to fix CI not uploading release to PyPI
### Changed

- Update `nflows` submodule ([#36](https://github.com/igr-ml/glasflow/pull/36))
- Remove LFS from `publish-to-pypi` workflow ([#36](https://github.com/igr-ml/glasflow/pull/36))

## [0.1.1]

Patch to fix CI not uploading release to PyPI

### Changed

- Add LFS to `publish-to-pypi` workflow ([#35](https://github.com/igr-ml/glasflow/pull/35))

## [0.1.0]

### Added
Expand All @@ -16,5 +32,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Add `nflows` submodule that replaces `nflows` dependency
- Add option for user-defined masks in coupling-based flows

[Unreleased]: https://github.com/igr-ml/glasflow/compare/v0.1.0...HEAD
[Unreleased]: https://github.com/igr-ml/glasflow/compare/v0.1.2...HEAD
[0.1.2]: https://github.com/igr-ml/glasflow/compare/v0.1.1...v0.1.2
[0.1.1]: https://github.com/igr-ml/glasflow/compare/v0.1.0...v0.1.1
[0.1.0]: https://github.com/igr-ml/glasflow/releases/tag/v0.1.0

0 comments on commit e08b91e

Please sign in to comment.