This repository was archived by the owner on Apr 19, 2026. It is now read-only.
- Drop support for Tensorflow 1.* . Only TensorFlow >= 2.1 is supported.
- Drop support for Python 2.* . Only Python >= 3.6 is supported.
- Preserved the outputs in the
PredictionOutputthat are not in thebest_export_outputs. - Add
warm_startsupport to adanetEstimators. - Added support for predicting/serving on TPU.
- Introduce support for
AutoEnsembleTPUEstimator. - Introduce experimental
adanet.experimentalKeras ModelFlow APIs. - Replace reports.proto with simple serialized JSON. No longer have proto dependencies.