Skip to content

Commit b8ef564

Browse files
authored
Merge branch 'master' into pipeline-experiment-config
2 parents 6a1ec81 + 35ddbf7 commit b8ef564

File tree

3 files changed

+22
-1
lines changed

3 files changed

+22
-1
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# Changelog
22

3+
## v2.40.0 (2021-05-11)
4+
5+
### Features
6+
7+
* add xgboost framework version 1.2-2
8+
9+
### Bug Fixes and Other Changes
10+
11+
* fix get_execution_role on Studio
12+
* [fix] Check py_version existence in RegisterModel step
13+
14+
### Documentation Changes
15+
16+
* SM Distributed EFA Launch
17+
318
## v2.39.1 (2021-05-05)
419

520
### Bug Fixes and Other Changes

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.39.2.dev0
1+
2.40.1.dev0

tox.ini

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,12 +126,18 @@ commands = doc8
126126

127127
[testenv:black-format]
128128
# Used during development (before committing) to format .py files.
129+
setenv =
130+
LC_ALL=C.UTF-8
131+
LANG=C.UTF-8
129132
deps = black
130133
commands =
131134
black -l 100 ./
132135

133136
[testenv:black-check]
134137
# Used by automated build steps to check that all files are properly formatted.
138+
setenv =
139+
LC_ALL=C.UTF-8
140+
LANG=C.UTF-8
135141
deps = black
136142
commands =
137143
black -l 100 --check ./

0 commit comments

Comments
 (0)