Skip to content

Commit

Permalink
Bump version 0.10.0 -> 0.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Allard Hendriksen committed May 26, 2021
1 parent 06ad3fb commit 2f11e1c
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Removed


## [0.10.1] - 2021-05-26
### Fixed
- Replace outdated import from setup.py

## [0.10.0] - 2021-05-26
### Added
- 3D convolution support.
Expand Down Expand Up @@ -69,7 +73,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.10.0...master
[Unreleased]: https://www.github.com/ahendriksen/msd_pytorch/compare/v0.10.1...master
[0.10.1]: https://www.github.com/ahendriksen/msd_pytorch/compare/v0.10.0...v0.10.1
[0.10.0]: https://www.github.com/ahendriksen/msd_pytorch/compare/v0.9.1...v0.10.0
[0.9.1]: https://www.github.com/ahendriksen/msd_pytorch/compare/v0.9.0...v0.9.1
[0.9.0]: https://www.github.com/ahendriksen/msd_pytorch/compare/v0.8.0...v0.9.0
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ This package is compatible with python 3.7, 3.8, and 3.9.

The following instructions install msd_pytorch with pytorch version 1.8.1:
```
conda install msd_pytorch=0.10.0 cudatoolkit=11.1 -c aahendriksen -c pytorch -c defaults -c conda-forge
conda install msd_pytorch=0.10.0 cudatoolkit=10.2 -c aahendriksen -c pytorch -c defaults -c conda-forge
conda install msd_pytorch=0.10.1 cudatoolkit=11.1 -c aahendriksen -c pytorch -c defaults -c conda-forge
conda install msd_pytorch=0.10.1 cudatoolkit=10.2 -c aahendriksen -c pytorch -c defaults -c conda-forge
```

**Note**: The order of the channels is important. If you install pytorch from
Expand Down
2 changes: 1 addition & 1 deletion msd_pytorch/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.10.0
0.10.1

0 comments on commit 2f11e1c

Please sign in to comment.