Skip to content

Commit 9d06735

Browse files
author
Stephen Hoover
authored
DEP Update packages (civisanalytics#60)
Also update container version number and remove the no-longer-needed warning suppression for tensorflow. Package Updates - civis 1.8.1 -> 1.9.0 - civisml-extensions 0.1.6 -> 0.1.8 - muffnn 2.0.0 -> 2.1.0 - dask 0.15.4 (pip) -> 0.17.2 (conda) - tensorflow 1.4.1 -> 1.7.0 - ipython 6.1.0 -> 6.3.1 - matplotlib 2.1.0 -> 2.2.2 - notebook 5.2.2 -> 5.4.1 - scipy 1.0.0 -> 1.0.1 - urllib3 1.22 (pip) -> 1.22 (conda)
1 parent 1205d67 commit 9d06735

File tree

4 files changed

+26
-23
lines changed

4 files changed

+26
-23
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,21 @@ Version number changes (major.minor.micro) in this package denote the following:
99

1010
## Unreleased
1111

12+
13+
## [4.2.0] - 2018-04-26
14+
### Package Updates
15+
- civis 1.8.1 -> 1.9.0
16+
- civisml-extensions 0.1.6 -> 0.1.8
17+
- muffnn 2.0.0 -> 2.1.0
18+
19+
- dask 0.15.4 (pip) -> 0.17.2 (conda)
20+
- tensorflow 1.4.1 -> 1.7.0
21+
- ipython 6.1.0 -> 6.3.1
22+
- matplotlib 2.1.0 -> 2.2.2
23+
- notebook 5.2.2 -> 5.4.1
24+
- scipy 1.0.0 -> 1.0.1
25+
- urllib3 1.22 (pip) -> 1.22 (conda)
26+
1227
## [4.1.0] - 2018-04-19
1328
### Added
1429
- Added a link in the README directing users who may be reading documentation on DockerHub to instead go to GitHub (#56).

Dockerfile

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -105,14 +105,7 @@ RUN jupyter nbextension enable --py widgetsnbextension
105105
# https://github.com/joblib/joblib/blob/0.11/joblib/parallel.py#L328L342
106106
ENV JOBLIB_TEMP_FOLDER=/tmp
107107

108-
# Filter out irrelevant warnings.
109-
# This section should be removed when it's no longer needed.
110-
# As of container version 4.0.0, it filters a tensorflow warning
111-
# which should go away with tensorflow v1.5.
112-
RUN mkdir -p /root/.local/lib/python3.6/site-packages
113-
COPY warningsfilter.py /root/.local/lib/python3.6/site-packages/usercustomize.py
114-
115-
ENV VERSION=4.1.0 \
108+
ENV VERSION=4.2.0 \
116109
VERSION_MAJOR=4 \
117-
VERSION_MINOR=1 \
110+
VERSION_MINOR=2 \
118111
VERSION_MICRO=0

environment.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ dependencies:
1010
- boto3=1.7.4
1111
- bqplot=0.10.2
1212
- cython=0.27.3
13+
- dask=0.17.2
1314
- feather-format=0.4.0
1415
- ipython=6.1.0
1516
- ipywidgets=7.1.0
@@ -20,9 +21,9 @@ dependencies:
2021
- libgfortran=3.0.0
2122
- libtiff=4.0.6
2223
- libxml2=2.9.2
23-
- matplotlib=2.1.0
24+
- matplotlib=2.2.2
2425
- nomkl=1.0
25-
- notebook=5.2.2
26+
- notebook=5.4.1
2627
- nose=1.3.7
2728
- numexpr=2.6.2
2829
- numpy=1.13.3
@@ -38,23 +39,22 @@ dependencies:
3839
- requests=2.18.4
3940
- s3fs=0.1.2
4041
- seaborn=0.8
41-
- scipy=1.0.0
42+
- scipy=1.0.1
4243
- scikit-learn=0.19.1
4344
- statsmodels=0.8.0
45+
- urllib3=1.22
4446
- xgboost=0.6a2
4547
- pip:
46-
- civis==1.8.1
47-
- civisml-extensions==0.1.6
48+
- civis==1.9.0
49+
- civisml-extensions==0.1.8
4850
- cloudpickle==0.5.2
49-
- dask==0.15.4
5051
- dropbox==7.1.1
5152
- ftputil==3.4
5253
- glmnet==2.0.0
5354
- joblib==0.11.0
54-
- muffnn==2.0.0
55+
- muffnn==2.1.0
5556
- pubnub==4.0.13
5657
- pysftp==0.2.9
5758
- python-simple-hipchat==0.4.0
5859
- requests-toolbelt==0.8.0
59-
- tensorflow==1.4.1
60-
- urllib3==1.22
60+
- tensorflow==1.7.0

warningsfilter.py

Lines changed: 0 additions & 5 deletions
This file was deleted.

0 commit comments

Comments
 (0)