Skip to content

Commit

Permalink
Release AdaNet v0.4.0.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 223386399
  • Loading branch information
cweill committed Nov 29, 2018
1 parent e773bad commit 2a97ba8
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,8 +13,10 @@ See the License for the specific language governing permissions and
limitations under the License.
==============================================================================-->

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

# Release 0.4.0
* Add `shared` field to `adanet.Subnetwork` to deprecate, replace, and be more flexible than `persisted_tensors`.
* Officially support multi-head learning with or without dict labels.
* Rebuild the ensemble across iterations in Python without a frozen graph. This allows users to share more than `Tensors` between iterations including Python primitives, objects, and lambdas for greater flexibility. Eliminating reliance on a `MetaGraphDef` proto also eliminates I/O allowing for faster training, and better future-proofing.
Expand All @@ -41,4 +43,4 @@ limitations under the License.
* Initial AdaNet release.

## Requirements
* tf-nightly>=1.7.0.dev20180308 || tensorflow>=1.7.0rc0
* tf-nightly>=1.9.0.dev20180601 || tensorflow>=1.9.0rc0
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.4.0-dev"
__version__ = "0.4.0"

0 comments on commit 2a97ba8

Please sign in to comment.