Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
Allard Hendriksen committed Jul 31, 2019
1 parent ac801f7 commit 6103da3
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [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
Expand All @@ -26,5 +31,6 @@ 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.6.2...master
[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
6 changes: 5 additions & 1 deletion conda/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,11 @@ export CUDA_HOME=$TMP_NVCC_LOCATION/cuda-$cudatoolkit
if [ -f $CUDA_HOME/bin/nvcc ] ; then
echo "-- CUDA already installed";
else
bash $CUDA_INSTALLER --silent --toolkit --toolkitpath=$CUDA_HOME --tmpdir=$TMP_NVCC_LOCATION --override
echo "Installing version ${cudatoolkit} "
echo " with ${CUDA_INSTALLER}"
echo " into ${CUDA_HOME}"
echo " with temp space ${TMP_NVCC_LOCATION}"
sh $CUDA_INSTALLER --silent --toolkit --toolkitpath=$CUDA_HOME --tmpdir=$TMP_NVCC_LOCATION --override
fi

echo "-- Setting CUDA_HOME: $CUDA_HOME"
Expand Down
2 changes: 1 addition & 1 deletion msd_pytorch/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.7.1
0.7.2

0 comments on commit 6103da3

Please sign in to comment.