This repository has been archived by the owner on Sep 3, 2022. It is now read-only.
Releases: googledatalab/pydatalab
Releases · googledatalab/pydatalab
v1.2.0
Feature
- Modify variable async to async_ in utils to avoid reserved keyword clash. Allows use for Python 3.5+ (#728)
Documentations
- Fixes documentation urls. (#719)
Dependencies
- Bump pillow from 3.4.1 to 6.2.0 in /solutionbox/ml_workbench/xgboost (#726)
- Bump pillow from 3.4.1 to 6.2.0 in /solutionbox/ml_workbench/tensorflow (#721)
- Bump pillow from 3.4.1 to 6.2.0 in /solutionbox/image_classification (#729)
- Bump tensorflow from 1.8.0 to 1.15.2 in /solutionbox/ml_workbench/tensorflow (#726
- Bump tensorflow from 1.8.0 to 1.15.2 in /solutionbox/ml_workbench/xgboost (#727)
v1.1.3
v1.0.1
First release after GA brings a few bug fixes:
- Fix subquery order dependency in Query constructor (469da4b)
- Fix a bug where an unbounded number of credentials wrappers got added (84ccb95)
- Fix a bug where
%bq query
table view is broke (035a4a5) - Fix Query.data_sources method to return dict instead of list of tuples (9d79da7)
- Fixes for Python3 compatibility (5deca12, b27dc58, and 99ec449)
Datalab library GA release
This is the GA release of the Google Datalab libraries. It's also on PyPI, so you can get install it using pip:
pip install datalab
Migration Guide to migrate from previous datalab releases to the GA release:
https://github.com/googledatalab/pydatalab/wiki/%60datalab%60-to-%60google.datalab%60-Migration-Guide