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.
2 parents da3b051 + d1f8bf5 commit 943e412Copy full SHA for 943e412
RELEASE.md
@@ -1,6 +1,8 @@
1
-# Current Version (Still in Development)
+# Release 0.1.7
2
3
-* Add notes for next release here.
+* `cloud_fit` uses pickle instead of cloudpickle.
4
+* Better integration tests checking for job status.
5
+* Small bug fixes.
6
7
# Release 0.1.6
8
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.7.dev"
+__version__ = "0.1.7"
0 commit comments