Skip to content

Commit 9fc0b44

Browse files
authored
Merge branch 'master' into fix-localmode-subprocess-termination
2 parents c3708bd + bc05a58 commit 9fc0b44

File tree

3 files changed

+12
-1
lines changed

3 files changed

+12
-1
lines changed

CHANGELOG.md

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

3+
## v2.59.0 (2021-09-01)
4+
5+
### Features
6+
7+
* Add KIX account for SM XGBoost 1.2-2 and 1.3-1
8+
9+
### Bug Fixes and Other Changes
10+
11+
* revert #2572 and address #2611
12+
313
## v2.58.0 (2021-08-31)
414

515
### Features

VERSION

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

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ def read_version():
5151
"local": [
5252
"urllib3>=1.21.1,!=1.25,!=1.25.1",
5353
"docker-compose>=1.25.2",
54+
"docker==5.0.0",
5455
"PyYAML>=5.3, <6", # PyYAML version has to match docker-compose requirements
5556
],
5657
"scipy": ["scipy>=0.19.0"],

0 commit comments

Comments
 (0)