Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@

* Add notes for next release here.

# Release 0.1.9

* Added Kaggle integration

# Release 0.1.8

* `cloud_fit` now moved to a sub-module under `Tuner`
* HParams plugin integration with DistributingCloudTuner
* Added integration tests
* Small bug fixes.

# Release 0.1.7

* `cloud_fit` uses pickle instead of cloudpickle.
Expand Down
2 changes: 1 addition & 1 deletion src/python/tensorflow_cloud/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# limitations under the License.
"""Contains the version string of TensorFlow Cloud."""

__version__ = "0.1.8.dev"
__version__ = "0.1.9dev"