File tree Expand file tree Collapse file tree 2 files changed +26
-11
lines changed
src/python/tensorflow_cloud Expand file tree Collapse file tree 2 files changed +26
-11
lines changed Original file line number Diff line number Diff line change 1
1
# Current Version (Still in Development)
2
2
3
3
* Add notes for next release here.
4
+
5
+ # Release 0.1.10
6
+
4
7
* Py 3.5 support removed.
8
+ * Small bug fixes.
5
9
6
10
# Release 0.1.9
7
11
8
- * Added Kaggle integration
12
+ * Added Kaggle integration.
9
13
10
14
# Release 0.1.8
11
15
52
56
53
57
# Release 0.1.3
54
58
55
- New features * Support for single node Keras tuner workflow. * Support for TPU
56
- training.
59
+ ## New features
60
+
61
+ * Support for single node Keras tuner workflow.
62
+ * Support for TPU training.
57
63
58
- Fixes * Fixed docker build decode errors. * Default to Py3 for TF docker images.
64
+ ## Fixes
59
65
60
- Others * New colab notebook example. * New Auto Keras example. * Improved ReadMe
61
- docs. * Improved error messages.
66
+ * Fixed docker build decode errors.
67
+ * Default to Py3 for TF docker images.
68
+
69
+ ## Others
70
+
71
+ * New colab notebook example.
72
+ * New Auto Keras example.
73
+ * Improved ReadMedocs.
74
+ * Improved error messages.
62
75
63
76
# Release 0.1.2
64
77
@@ -68,11 +81,13 @@ docs. * Improved error messages.
68
81
69
82
# Release 0.1.1
70
83
71
- * Detailed README with setup instructions and examples
84
+ * Detailed README with setup instructions and examples.
72
85
* Support for running ` run ` API from within a python script which contains a
73
- Keras model
86
+ Keras model.
74
87
75
88
# Release 0.1.0
76
89
77
- First release * Initial release with support for running a python script on GCP
78
- * Examples for basic workflows in Keras
90
+ ## First release
91
+
92
+ * Initial release with support for running a python script on GCP.
93
+ * Examples for basic workflows in Keras.
Original file line number Diff line number Diff line change 13
13
# limitations under the License.
14
14
"""Contains the version string of TensorFlow Cloud."""
15
15
16
- __version__ = "0.1.9 .dev"
16
+ __version__ = "0.1.11 .dev"
You can’t perform that action at this time.
0 commit comments