# Changelog All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] ### Added ### Fixed ### Removed ## [0.7.2] - 2019-07-30 ### Added - Support for multi-gpu execution. Use `parallel=True` when constructing a `MSDRegressionModel` or `MSDSegmentationModel`. ### Fixed - Make `model.forward()` more memory-efficient. ### 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 implementation of the same MSD component. Many thanks to Jonas Adler for suggesting this way of structuring the code! ### 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.7.2...master [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