Skip to content

Commit

Permalink
Release AdaNet v0.3.0.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 220499302
  • Loading branch information
cweill committed Nov 7, 2018
1 parent 7df4b71 commit fbf4baa
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,14 @@ See the License for the specific language governing permissions and
limitations under the License.
==============================================================================-->

# Current version (0.3.0-dev)
# Current version (0.4.0-dev)
* Under development.

# Release 0.3.0
* Add official support for `tf.keras.layers`.
* Fix bug that incorrectly pruned colocation constraints between iterations.

# Release 0.2.0

* Estimator no longer creates eval metric ops in train mode.
* Freezer no longer converts Variables to constants, allowing AdaNet to handle Variables larger than 2GB.
* Fixes some errors with Python 3.
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__ = "0.2.0"
__version__ = "0.3.0"

0 comments on commit fbf4baa

Please sign in to comment.