This repository was archived by the owner on Mar 20, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +14
-2
lines changed
Expand file tree Collapse file tree 2 files changed +14
-2
lines changed Original file line number Diff line number Diff line change 22
33## [ Unreleased]
44
5+ ## [ 3.6.1] - 2018-12-03
6+ ### Added
7+ - Windows Server 2019 support
8+ - Genomics and Bioinformatics recipes: BLAST and RNASeq
9+ - PyTorch recipes
10+
511### Changed
612- Updated Docker CE to 18.09.0
713- Updated blobxfer to 1.5.5
14+ - Updated NC/ND driver to 410.79
15+ - Updated NV driver to 410.71 with CUDA10 support
816- Updated other dependencies to latest
917
1018### Fixed
19+ - ` --tail ` console output occasionally repeating characters
20+ - NV provisioning regressions
21+ - Windows node prep issue
1122- fs cluster status issue
1223- Retry MSI provisioning for discrete VM resources
1324
@@ -1470,7 +1481,8 @@ transfer is disabled
14701481#### Added
14711482- Initial release
14721483
1473- [ Unreleased ] : https://github.com/Azure/batch-shipyard/compare/3.6.0...HEAD
1484+ [ Unreleased ] : https://github.com/Azure/batch-shipyard/compare/3.6.1...HEAD
1485+ [ 3.6.1 ] : https://github.com/Azure/batch-shipyard/compare/3.6.0...3.6.1
14741486[ 3.6.0 ] : https://github.com/Azure/batch-shipyard/compare/3.6.0b1...3.6.0
14751487[ 3.6.0b1 ] : https://github.com/Azure/batch-shipyard/compare/3.6.0a1...3.6.0b1
14761488[ 3.6.0a1 ] : https://github.com/Azure/batch-shipyard/compare/3.5.3...3.6.0a1
Original file line number Diff line number Diff line change 2222# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
2323# DEALINGS IN THE SOFTWARE.
2424
25- __version__ = '3.6.0 '
25+ __version__ = '3.6.1 '
You can’t perform that action at this time.
0 commit comments