Skip to content

Tags: d2as2/datalab

Tags

1.2.20180611

Toggle 1.2.20180611's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Retry integration tests on any exception. (#2019)

The previous version of this logic retried a test if any of its
`self.assert...` calls failed.

However, that does not handle the case where a nested call to
`datalab` fails. In those cases a `CalledProcessError` would be
raised.

To retry on those scenarios as well, we extend the retry logic
to retry on any instance of the `Exception` class.

1.2.20180511

Toggle 1.2.20180511's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Change the cloud build to use CUDA 9-0 instead of 9-1 (#2008)

1.2.20180508

Toggle 1.2.20180508's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Pick a random zone for CLI tests. (#2004)

This changes the CLI end-to-end test so that it defaults to
picking a random zone in the region 'us-west' instead of being
hard-coded to 'us-west1-a'.

The test will still honor the 'zone' config setting in gcloud if
it is set; this only changes the behavior when that is not set.

1.2.20180223

Toggle 1.2.20180223's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Don't delete the h5py tests directory. (#1971)

h5py references this directory during import.

1.2.20180222

Toggle 1.2.20180222's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Updates numpy to 1.14 and also updates scikit-learn (->0.19.1) and st…

…atsmodel (->0.8.0) to satisfy new dependencies (#1965)

1.2.20180221

Toggle 1.2.20180221's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Updates numpy to 1.14 and also updates scikit-learn (->0.19.1) and st…

…atsmodel (->0.8.0) to satisfy new dependencies (#1965)

1.2.20180206

Toggle 1.2.20180206's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Switching to Tensorflow 1.5 (#1941)

* Switching to Tensorflow 1.5

Updating to CUDA 9 and cuDNN v7 for GPU images as that version is
required by TF 1.5, this has the additional benefit of adding support
for V100 (Volta) GPUs.

1.2.20180109

Toggle 1.2.20180109's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Auto-refresh the access token. (#1897)

1.2.20171023

Toggle 1.2.20171023's commit message
Add caching to github-file-manager. (#1762)

1.2.20170818

Toggle 1.2.20170818's commit message
List files using DriveFileManager (#1587)

A significant part of this PR is also a refactor for the UnsupportedMethod error, and moving BigQuery-specific and Drive-specific methods in the GapiManager into their own nested classes.

* added drive file manager

* drive listing working

* refactor GapiManager to split drive and bigquery apis

* use object instead of constructor on UnsupportedMethod call

* cleanup

* rebase artifacts

* sort files on folder,modified,name

* pr comments

* add reverted grantScope call