Skip to content

Commit

Permalink
Release AdaNet v0.7.0.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 255251259
  • Loading branch information
cweill committed Jun 26, 2019
1 parent d613fac commit 76049a6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,12 @@ See the License for the specific language governing permissions and
limitations under the License.
==============================================================================-->

# Current version (0.7.0.dev)
# Current version (0.8.0.dev)
* Under development.
* TODO: Add official Keras Model support, including Keras layers, Sequential, and Model subclasses for defining subnetworks.

# Release 0.7.0
* Add embeddings support on TPU via `TPUEmbedding`.
* Train the current iteration forever when `max_iteration_steps=None`.
* Introduce `adanet.AutoEnsembleSubestimator` for training subestimators on different training data partitions and implement ensemble methods like bootstrap aggregating (a.k.a bagging).
* Fix bug when using Gradient Boosted Decision Tree Estimators with `AutoEnsembleEstimator` during distributed training.
Expand Down
2 changes: 1 addition & 1 deletion adanet/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@
# ==============================================================================
"""Contains the version string."""

__version__ = u"0.7.0.dev"
__version__ = u"0.7.0"

0 comments on commit 76049a6

Please sign in to comment.