We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a79009e + 3c9611b commit 9de382bCopy full SHA for 9de382b
RELEASE.md
@@ -1,6 +1,10 @@
1
-# Current Version (Still in Development)
+# Release 0.1.8
2
3
-* Add notes for next release here.
+* Added Kaggle integration
4
+* `cloud_fit` now moved to a sub-module under `Tuner`
5
+* HParams plugin integration with DistributingCloudTuner
6
+* Added integration tests
7
+* Small bug fixes.
8
9
# Release 0.1.7
10
src/python/tensorflow_cloud/version.py
@@ -13,4 +13,4 @@
13
# limitations under the License.
14
"""Contains the version string of TensorFlow Cloud."""
15
16
-__version__ = "0.1.8.dev"
+__version__ = "0.1.8"
0 commit comments