File tree Expand file tree Collapse file tree 3 files changed +23
-2
lines changed Expand file tree Collapse file tree 3 files changed +23
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
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
+
3
24
## v2.10.0 (2020-09-23)
4
25
5
26
### Features
Original file line number Diff line number Diff line change 1
- 2.10 .1.dev0
1
+ 2.12 .1.dev0
Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ def read_version():
61
61
extras ["all" ],
62
62
"tox" ,
63
63
"flake8" ,
64
- "pytest" ,
64
+ "pytest<6.1.0 " ,
65
65
"pytest-cov" ,
66
66
"pytest-rerunfailures" ,
67
67
"pytest-xdist" ,
You can’t perform that action at this time.
0 commit comments