File tree Expand file tree Collapse file tree 3 files changed +22
-1
lines changed Expand file tree Collapse file tree 3 files changed +22
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
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
+
3
18
## v2.39.1 (2021-05-05)
4
19
5
20
### Bug Fixes and Other Changes
Original file line number Diff line number Diff line change 1
- 2.39.2 .dev0
1
+ 2.40.1 .dev0
Original file line number Diff line number Diff line change @@ -126,12 +126,18 @@ commands = doc8
126
126
127
127
[testenv:black-format]
128
128
# Used during development (before committing) to format .py files.
129
+ setenv =
130
+ LC_ALL =C.UTF-8
131
+ LANG =C.UTF-8
129
132
deps = black
130
133
commands =
131
134
black -l 100 ./
132
135
133
136
[testenv:black-check]
134
137
# 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
135
141
deps = black
136
142
commands =
137
143
black -l 100 --check ./
You can’t perform that action at this time.
0 commit comments