Skip to content

Commit 4c6a36c

Browse files
dhruvesh09tf-model-analysis-team
authored and
tf-model-analysis-team
committed
Prepare for TFMA 0.21.0 Release
PiperOrigin-RevId: 290756427
1 parent bc32ec1 commit 4c6a36c

File tree

4 files changed

+6
-5
lines changed

4 files changed

+6
-5
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,8 @@ combinations may also work.
6161

6262
|tensorflow-model-analysis |tensorflow |apache-beam[gcp]|
6363
|------------------------------------------------------------------------------------|--------------|----------------|
64-
|[GitHub master](https://github.com/tensorflow/model-analysis/blob/master/RELEASE.md)|nightly (1.x/2.x) |2.16.0 |
64+
|[GitHub master](https://github.com/tensorflow/model-analysis/blob/master/RELEASE.md)|nightly (1.x/2.x) |2.17.0 |
65+
|[0.21.0](https://github.com/tensorflow/model-analysis/blob/v0.21.0/RELEASE.md) |1.15 / 2.1 |2.17.0 |
6566
|[0.15.4](https://github.com/tensorflow/model-analysis/blob/v0.15.4/RELEASE.md) |1.15 / 2.0 |2.16.0 |
6667
|[0.15.3](https://github.com/tensorflow/model-analysis/blob/v0.15.3/RELEASE.md) |1.15 / 2.0 |2.16.0 |
6768
|[0.15.2](https://github.com/tensorflow/model-analysis/blob/v0.15.2/RELEASE.md) |1.15 / 2.0 |2.16.0 |

RELEASE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Current version (not yet released; still in development)
1+
# Release 0.21.0
22

33
## Major Features and Improvements
44

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ def run(self):
249249
# protobuf) with TF.
250250
'install_requires': [
251251
# Sort alphabetically
252-
'apache-beam[gcp]>=2.16,<3',
252+
'apache-beam[gcp]>=2.17,<3',
253253
'ipywidgets>=7,<8',
254254
'jupyter>=1,<2',
255255
'numpy>=1.16,<2',
@@ -258,7 +258,7 @@ def run(self):
258258
'scipy==1.1.0',
259259
'six>=1.12,<2',
260260
'tensorflow>=1.15,<3',
261-
'tfx-bsl>=0.15.1,<0.17'
261+
'tfx-bsl>=0.21,<0.22'
262262
],
263263
'python_requires': '>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,<4',
264264
'packages': find_packages(),

tensorflow_model_analysis/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@
1515

1616
# Version string for this release of TFMA.
1717
# Note that setup.py reads and uses this version.
18-
VERSION_STRING = '0.16.0dev'
18+
VERSION_STRING = '0.21.0'

0 commit comments

Comments
 (0)