Skip to content

Commit 6b77661

Browse files
Add release notes and set version to 0.5.0
1 parent caa9e03 commit 6b77661

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

RELEASE.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,12 @@ See the License for the specific language governing permissions and
1313
limitations under the License.
1414
==============================================================================-->
1515

16-
# Current version (0.5.0-dev)
17-
* Under development.
16+
# Release 0.5.0
17+
* Fixes in `hub.KerasLayer` related with regularizers, config serialization
18+
and usage with `tf.estimator`.
19+
* Updates to feature columns to be compatible with feature columns V2 apis and
20+
add `hub.sparse_text_embedding_column` for bag of words features.
21+
* Made `hub.Module` usable within `tf.compat.v1.wrap_function`.
1822

1923
# Release 0.4.0
2024
* `hub.KerasLayer` (for Hub/TF2 modules) can be used in graph mode

tensorflow_hub/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@
1414
# ==============================================================================
1515
"""Contains the version string."""
1616

17-
__version__ = "0.5.0.dev"
17+
__version__ = "0.5.0"

0 commit comments

Comments
 (0)