Skip to content

Commit e524035

Browse files
committed
AdaNet release 0.9.0.
PiperOrigin-RevId: 320458134
1 parent e5e494a commit e524035

File tree

2 files changed

+9
-5
lines changed

2 files changed

+9
-5
lines changed

RELEASE.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,18 @@ See the License for the specific language governing permissions and
1313
limitations under the License.
1414
==============================================================================-->
1515

16-
# Current version (0.9.0.dev)
16+
# Current version (0.10.0.dev)
1717
* 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.
1824
* Added support for predicting/serving on TPU.
1925
* 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.
2227
* Replace reports.proto with simple serialized JSON. No longer have proto dependencies.
23-
* Support only TensorFlow 1.15+. Drop support for TensorFlow 1.14.
2428

2529
# Release 0.8.0
2630
* Add support for TensorFlow 2.0.

adanet/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@
1414
# ==============================================================================
1515
"""Contains the version string."""
1616

17-
__version__ = u"0.9.0.dev"
17+
__version__ = u"0.9.0"

0 commit comments

Comments
 (0)