Skip to content

Commit 76049a6

Browse files
committed
Release AdaNet v0.7.0.
PiperOrigin-RevId: 255251259
1 parent d613fac commit 76049a6

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

RELEASE.md

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

16-
# Current version (0.7.0.dev)
16+
# Current version (0.8.0.dev)
1717
* Under development.
1818
* TODO: Add official Keras Model support, including Keras layers, Sequential, and Model subclasses for defining subnetworks.
19+
20+
# Release 0.7.0
21+
* Add embeddings support on TPU via `TPUEmbedding`.
1922
* Train the current iteration forever when `max_iteration_steps=None`.
2023
* Introduce `adanet.AutoEnsembleSubestimator` for training subestimators on different training data partitions and implement ensemble methods like bootstrap aggregating (a.k.a bagging).
2124
* Fix bug when using Gradient Boosted Decision Tree Estimators with `AutoEnsembleEstimator` during distributed training.

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.7.0.dev"
17+
__version__ = u"0.7.0"

0 commit comments

Comments
 (0)