Skip to content

Commit 2a97ba8

Browse files
committed
Release AdaNet v0.4.0.
PiperOrigin-RevId: 223386399
1 parent e773bad commit 2a97ba8

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

Diff for: RELEASE.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,10 @@ See the License for the specific language governing permissions and
1313
limitations under the License.
1414
==============================================================================-->
1515

16-
# Current version (0.4.0-dev)
16+
# Current version (0.5.0-dev)
1717
* Under development.
18+
19+
# Release 0.4.0
1820
* Add `shared` field to `adanet.Subnetwork` to deprecate, replace, and be more flexible than `persisted_tensors`.
1921
* Officially support multi-head learning with or without dict labels.
2022
* 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.
@@ -41,4 +43,4 @@ limitations under the License.
4143
* Initial AdaNet release.
4244

4345
## Requirements
44-
* tf-nightly>=1.7.0.dev20180308 || tensorflow>=1.7.0rc0
46+
* tf-nightly>=1.9.0.dev20180601 || tensorflow>=1.9.0rc0

Diff for: adanet/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@
1414
# ==============================================================================
1515
"""Contains the version string."""
1616

17-
__version__ = "0.4.0-dev"
17+
__version__ = "0.4.0"

0 commit comments

Comments
 (0)