Releases: googledatalab/datalab
1.2.20210816
commit 6f7ac1e
Author: Yixin Shi [email protected]
Date: Fri Aug 13 11:14:01 2021 -0700
Revised the warning message when users create non-default firewall rules.
commit 327f317
Author: Mike Cheng [email protected]
Date: Tue Sep 8 22:30:42 2020 -0700
Pin six==1.11.0 -> six==1.10.0 (#2173)
Avoids google/apitools#175, matches six in current container
tests passed https://travis-ci.org/github/googledatalab/datalab/jobs/725411522
commit 1ee12c2
Author: Mike Cheng [email protected]
Date: Fri Sep 4 12:18:14 2020 -0700
Update Jupyter config to new Cloud Shell domain. (#2172)
Tests passed https://travis-ci.org/github/googledatalab/datalab/builds/723936424
commit d6ddeac
Author: mdhedley [email protected]
Date: Wed Jun 5 00:49:12 2019 -0500
Added warning message to --no-firewall-rule (#2142)
- Added warning message to highlight requirement to configure firewall rules when using --no-firewall-rule
- Remove extra space
commit 77b8b54
Author: mdhedley [email protected]
Date: Tue Jun 4 16:59:09 2019 -0700
Added Shared VPC Support (#2134)
- Repaired shared vpc support
Added helper methods to firewall rule creation to use a shortened network name, and the correct project id. - Wrap line to prevent extending beyond 80 characters
commit 5adb00d
Author: mdhedley [email protected]
Date: Tue Jun 4 14:55:24 2019 -0700
Added --no-firewall-rule (#2135)
Added --no-firewall-rule flag. This prevents the creation of a firewall rule on datalab creation.
- Removes accidental extra newline
commit 92f68ce
Author: Riley Bauer [email protected]
Date: Mon Jun 3 11:49:57 2019 -0700
Fixes jquery-ui import for 'edit' page (#2139)
commit 98f546d
Author: Riley Bauer [email protected]
Date: Mon Jun 3 10:00:10 2019 -0700
Installs pandas-profiling early to avoid issue installing as part of pydatalab (#2141)
commit 3f0e2a8
Author: mdhedley [email protected]
Date: Mon Apr 1 09:42:59 2019 -0700
Resolves issue with build related to pyyaml (#2130)
- Resolves issue with Build. Specified pyyaml version that is compatible with google-cloud-dataflow within conda create for python 2.
- Resolving original version issue. Should have been 3.13, not 2.13.
commit 32c860a
Author: Yasser Elsayed [email protected]
Date: Wed Mar 6 13:22:58 2019 -0800
Fix build at HEAD (#2122)
- flake8 fix
- fix third party license path
1.2.20190116
Change Log
Unreleased
Fixed bugs:
- Race condition when setting up a shim for socket.io #2069
Merged pull requests:
- Support datalab connect() to connect a GCE instance created from Deep… #2112 (yixinshi)
- Replace Beam with DataFlow since MLToolbox doesn't work with latest beam. #2102 (qimingj)
- Separate Py3 package installations in Conda #2100 (qimingj)
- Upgrade Protobuf since Apache Beam relies on it. #2099 (qimingj)
- Update pip version. #2097 (qimingj)
- Add more license files for pip packages installed in conda. #2094 (qimingj)
- Add third party license files to container image. #2093 (qimingj)
- Update the Drive scopes used by the polymer UI #2084 (ojarjur)
- Update pytz and replace google-cloud-dataflow lib with apache-beam[gcp] #2083 (rileyjbauer)
- Add an experimental tools directory, including a PoC Datalab manager. #2081 (ojarjur)
- Fix Javascript events references #2077 (yebrahim)
- Add back jquery-ui dependency #2076 (yebrahim)
- Enable Datalab to run in a read-only mode. #2075 (ojarjur)
- Ensure that websockets are shimmed before any Jupyter client code runs. #2070 (ojarjur)
- Ensure that home directories have the right owner at startup. #2067 (ojarjur)
* This Change Log was automatically generated by github_changelog_generator
1.2.20180818
Changes:
- Jupyter
notebook
version upgraded from4.4.1
to5.6.0
ipykernel
version upgraded from4.5.2
to4.8.2
pip
version upgraded from9.0.3
to18.0
pyzmq
version upgraded from16.0.2
to17.1.0
google-cloud-monitoring
is now installed directly and pinned at0.28.0
as pydatalab doesn't support version0.29.0
and higher.
Bug fixes:
-Pass subnet region in the datalab create
command (#2054)
-Adds a timeout to SSH tunnel connection attempts (#2051)
1.2.20180713
Changes:
- Datalab instances reject cross-origin requests.
- Added word highlighter to cells.
1.2.20180611
THIS RELEASE WAS ROLLED BACK DUE TO ISSUES INTERACTING WITH GOOGLE CLOUD SHELL: #2022
With this release Datalab instances will now reject cross-origin requests.
1.2.20180511
Changes:
- Upgrade Tensorflow to version 1.8.0
1.2.20180508
Changes:
- Upgrade Tensorflow to version 1.8
Datalab 1.2.20180223
Bug fixes:
-Fix the installation of h5py (#1971)
-Add pip3 back as an alias of pip for python3 kernels.
Datalab 1.2.20180221
Changes:
Switch to using Conda for package management. Users can now install either pip or conda packages.
Datalab 1.2.20180206
Changes:
Upgrade to Tensorflow 1.5
NVidia V100 (Volta) GPUs are now supported on GPU images (due to upgrade to CUDA 7)
Various Bugfixes.