File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed
Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -13,8 +13,12 @@ See the License for the specific language governing permissions and
1313limitations 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
Original file line number Diff line number Diff line change 1414# ==============================================================================
1515"""Contains the version string."""
1616
17- __version__ = "0.5.0.dev "
17+ __version__ = "0.5.0"
You can’t perform that action at this time.
0 commit comments