From cd0302d1d0f7cd5e2de29b8a4780ebf86790d6f7 Mon Sep 17 00:00:00 2001 From: ispirmustafa Date: Fri, 19 May 2017 13:48:52 -0700 Subject: [PATCH] Update RELEASE.md (#10046) * Update RELEASE.md add feature_column into the list. * Convert module names to code blocks. --- RELEASE.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/RELEASE.md b/RELEASE.md index 5f4ab8a19bd..2e1319595a9 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -3,7 +3,8 @@ ## Major Features and Improvements * Added `tf.layers.conv3d_transpose` layer for spatio temporal deconvolution. * Added `tf.Session.make_callable()`, which provides a lower overhead means of running a similar step multiple times. -* Added ibverbs-based RDMA support to contrib (courtesy @junshi15 from Yahoo). +* Added libverbs-based RDMA support to contrib (courtesy @junshi15 from Yahoo). +* Bring `tf.feature_column.*` into the API. Non-deprecated functionality from `tf.contrib.layers.*` is moved to `tf.feature_column.*` with cosmetic changes. * `RNNCell` objects now subclass `tf.layers._Layer`. The strictness described in the TensorFlow 1.1 release is gone: The first time an RNNCell is used, it caches its scope. All future uses of the RNNCell will reuse variables from -- GitLab