You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+16-3Lines changed: 16 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,13 +8,26 @@ Version number changes (major.minor.micro) in this package denote the following:
8
8
- A major version will increase if there are any backwards-incompatible changes in any of the packages contained in this Docker image, or any other backwards-incompatible changes in the execution environment.
9
9
10
10
## Unreleased
11
-
12
-
### Added
13
-
-added buildspecs for autobuilding and pushing Docker image to Amazon ECR
11
+
### Changed
12
+
- Python 3.7.1 -> 3.7.6
13
+
-Conda 4.6.8 -> 4.8.1
14
14
15
15
### Package Updates
16
16
- openblas 0.3.5 -> 0.3.6 (#68, #70)
17
+
- civis 1.9.4 -> 1.12.0 (#74, same for packages below)
18
+
- civisml-extensions 0.1.10 -> 0.2.1
19
+
- cloudpickle 0.8.0 -> 1.2.2
20
+
- joblib 0.11.0 -> 0.14.1
21
+
- muffnn 2.2.0 -> 2.3.0
22
+
- nomkl 1.0 -> 3.0
23
+
- numpy 1.16.2 -> 1.17.3
24
+
- pandas 0.24.1 -> 0.25.3
25
+
- pyarrow 0.12.1 -> 0.15.1
26
+
- scipy 1.2.0 -> 1.4.1
27
+
- scikit-learn 0.19.2 -> 0.22.1
17
28
29
+
### Added
30
+
- added buildspecs for autobuilding and pushing Docker image to Amazon ECR (#69)
0 commit comments