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 a79009e commit edd79efCopy full SHA for edd79ef
RELEASE.md
@@ -2,6 +2,14 @@
2
3
* Add notes for next release here.
4
5
+# Release 0.1.8
6
+
7
+* Added Kaggle integration
8
+* `cloud_fit` now moved to a sub-module under `Tuner`
9
+* HParams plugin integration with DistributingCloudTuner
10
+* Added integration tests
11
+* Small bug fixes.
12
13
# Release 0.1.7
14
15
* `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."""
16
-__version__ = "0.1.8.dev"
+__version__ = "0.1.9.dev"
0 commit comments