Skip to content

Commit bd502c1

Browse files
authored
Merge branch 'master' into xgboost_1.2
2 parents 1eae9d5 + b3f8abc commit bd502c1

File tree

3 files changed

+23
-2
lines changed

3 files changed

+23
-2
lines changed

CHANGELOG.md

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

3+
## v2.12.0 (2020-09-29)
4+
5+
### Features
6+
7+
* upgrade Neo MxNet to 1.7
8+
9+
## v2.11.0 (2020-09-28)
10+
11+
### Features
12+
13+
* Add SDK support for SparkML Serving Container version 2.4
14+
15+
### Bug Fixes and Other Changes
16+
17+
* pin pytest version <6.1.0 to avoid pytest-rerunfailures breaking changes
18+
* temporarily skip the MxNet Neo test until we fix them
19+
20+
### Documentation Changes
21+
22+
* fix conda setup for docs
23+
324
## v2.10.0 (2020-09-23)
425

526
### Features

VERSION

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

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ def read_version():
6161
extras["all"],
6262
"tox",
6363
"flake8",
64-
"pytest",
64+
"pytest<6.1.0",
6565
"pytest-cov",
6666
"pytest-rerunfailures",
6767
"pytest-xdist",

0 commit comments

Comments
 (0)