File tree Expand file tree Collapse file tree 2 files changed +9
-5
lines changed Expand file tree Collapse file tree 2 files changed +9
-5
lines changed Original file line number Diff line number Diff line change @@ -13,14 +13,18 @@ See the License for the specific language governing permissions and
13
13
limitations under the License.
14
14
==============================================================================-->
15
15
16
- # Current version (0.9 .0.dev)
16
+ # Current version (0.10 .0.dev)
17
17
* Under development.
18
+
19
+ # Release (0.9.0)
20
+ * Drop support for Tensorflow 1.* . Only TensorFlow >= 2.1 is supported.
21
+ * Drop support for Python 2.* . Only Python >= 3.6 is supported.
22
+ * Preserved the outputs in the PredictionOutput that are not in the best_export_outputs.
23
+ * Add warm_start support to adanet Estimators.
18
24
* Added support for predicting/serving on TPU.
19
25
* Introduce support for ` AutoEnsembleTPUEstimator ` .
20
- * Introduce experimental ` adanet.keras.Model ` API.
21
- * Introduce experimental ` adanet.keras.AutoEnsemble ` API.
26
+ * Introduce experimental ` adanet.experimental ` Keras ModelFlow APIs.
22
27
* Replace reports.proto with simple serialized JSON. No longer have proto dependencies.
23
- * Support only TensorFlow 1.15+. Drop support for TensorFlow 1.14.
24
28
25
29
# Release 0.8.0
26
30
* Add support for TensorFlow 2.0.
Original file line number Diff line number Diff line change 14
14
# ==============================================================================
15
15
"""Contains the version string."""
16
16
17
- __version__ = u"0.9.0.dev "
17
+ __version__ = u"0.9.0"
You can’t perform that action at this time.
0 commit comments