We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78a5827 commit b1ca4f5Copy full SHA for b1ca4f5
RELEASE.md
@@ -2,6 +2,17 @@
2
3
* Add notes for next release here.
4
5
+# Release 0.1.9
6
+
7
+* Added Kaggle integration
8
9
+# Release 0.1.8
10
11
+* `cloud_fit` now moved to a sub-module under `Tuner`
12
+* HParams plugin integration with DistributingCloudTuner
13
+* Added integration tests
14
+* Small bug fixes.
15
16
# Release 0.1.7
17
18
* `cloud_fit` uses pickle instead of cloudpickle.
src/python/tensorflow_cloud/version.py
@@ -13,4 +13,4 @@
# limitations under the License.
"""Contains the version string of TensorFlow Cloud."""
-__version__ = "0.1.8.dev"
+__version__ = "0.1.9.dev"
0 commit comments