Skip to content

Commit

Permalink
Update CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
Allard Hendriksen committed Mar 10, 2020
1 parent feb757b commit f376f1a
Showing 1 changed file with 14 additions and 2 deletions.
16 changes: 14 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,22 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Fixed
### Removed

## [0.8.0] - 2020-03.10
### Added
### Fixed
- Weights access when pruning in pytorch 1.4
### Removed
- torchvision dependency
- sacred dependency
- `msd_pytorch.relu_inplace`
- command-line interface
- old MSDModule
- stitch functions and modules

## [0.7.3] - 2020-03-10
### Fixed
- Bug in relabeling code in ImageDataset.


## [0.7.2] - 2019-07-30
### Added
- Support for multi-gpu execution. Use `parallel=True` when
Expand All @@ -36,7 +47,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
- Initial release.

[Unreleased]: https://www.github.com/ahendriksen/msd_pytorch/compare/v0.7.3...master
[Unreleased]: https://www.github.com/ahendriksen/msd_pytorch/compare/v0.8.0...master
[0.8.0]: https://www.github.com/ahendriksen/msd_pytorch/compare/v0.7.3...v0.8.0
[0.7.2]: https://www.github.com/ahendriksen/msd_pytorch/compare/v0.7.2...v0.7.3
[0.7.2]: https://www.github.com/ahendriksen/msd_pytorch/compare/v0.7.1...v0.7.2
[0.7.1]: https://www.github.com/ahendriksen/msd_pytorch/compare/v0.6.2...v0.7.1

0 comments on commit f376f1a

Please sign in to comment.