Skip to content

Commit

Permalink
Bump version 0.6.2 -> 0.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Allard Hendriksen committed May 27, 2019
1 parent fe85c2f commit 6fbc075
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 5 deletions.
14 changes: 10 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,22 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]
### Added
- Add weights_path command-line argument to msd executable to indicate
### Fixed
### Removed

## [0.7.1] - 2019-05-27
### Added
- Add `weights_path` command-line argument to msd executable to indicate
where to store final weights.
- Add MSDBlock2d: this is a faster and slightly more memory efficient
- Add `MSDBlock2d`: this is a faster and slightly more memory efficient
implementation of the same MSD component. Many thanks to Jonas
Adler for suggesting this way of structuring the code!
### Fixed
- <insert-bugs-fixed-not-in-a-release-yet>
### Changed
- The MSD models use `MSDBlock2d` implementation by default now.

## 0.6.2 - 2019-05-23
### Added
- Initial release.

[Unreleased]: https://www.github.com/ahendriksen/msd_pytorch/compare/v0.6.2...master
[0.7.1]: https://www.github.com/ahendriksen/msd_pytorch/compare/v0.6.2...v0.7.1
2 changes: 1 addition & 1 deletion msd_pytorch/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.6.2
0.7.1

0 comments on commit 6fbc075

Please sign in to comment.