Skip to content

Commit

Permalink
Prepares TFMD 0.22.0 release.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 310965823
  • Loading branch information
tf-metadata-team authored and tf-metadata-team committed May 11, 2020
1 parent 0d1da16 commit 8b0aa11
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
10 changes: 7 additions & 3 deletions RELEASE.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,15 @@
# Current Version(Still in Development)
# Version 0.22.0

## Major Features and Improvements

## Bug Fixes and Other Changes

* Added a new type of Anomaly: DATASET_HIGH_NUM_EXAMPLES
* Added a new field to dataset_constraints: max_examples_count
* Removed ProblemStatementNamespace proto
* Removed ProblemStatementReference proto
* Removed field ProblemStatement.implements

## Breaking Changes

## Deprecations
Expand All @@ -16,8 +22,6 @@

* Fixed a compatibility issue with newer bazel versions.
* Started pulling TF 1.15.2 source for building.
* Added a new type of Anomaly: DATASET_HIGH_NUM_EXAMPLES
* Added a new field to dataset_constraints: max_examples_count

## Breaking Changes

Expand Down
2 changes: 1 addition & 1 deletion tensorflow_metadata/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@
"""Contains the version string of TFMD."""

# Note that setup.py uses this version.
__version__ = '0.22.0dev'
__version__ = '0.22.0'

0 comments on commit 8b0aa11

Please sign in to comment.