Skip to content

Commit 2c68de7

Browse files
author
tf-model-analysis-team
committed
Prepare for TFMA 0.12.0 release.
PiperOrigin-RevId: 235277131
1 parent d2d7d50 commit 2c68de7

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
@@ -62,7 +62,8 @@ combinations may also work.
6262

6363
|tensorflow-model-analysis |tensorflow |apache-beam[gcp]|
6464
|---------------------------|--------------------|----------------|
65-
|GitHub master |1.11 |2.8.0 |
65+
|GitHub master |1.12 |2.10.0 |
66+
|0.12.0 |1.12 |2.10.0 |
6667
|0.11.0 |1.11 |2.8.0 |
6768
|0.9.2 |1.9 |2.6.0 |
6869
|0.9.1 |1.10 |2.6.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.12.0
22

33
## Major Features and Improvements
44
* Python 3.5 readiness complete (all tests pass). Full Python 3.5

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@ def run(self):
247247
# protobuf) with TF.
248248
'install_requires': [
249249
# Sort alphabetically
250-
'apache-beam[gcp]>=2.8,<3',
250+
'apache-beam[gcp]>=2.10,<3',
251251
'ipywidgets>=7.0,<8',
252252
'jupyter>=1.0,<2',
253253
'numpy>=1.14.5,<2',
@@ -258,7 +258,7 @@ def run(self):
258258
# metaclass of a derived class must be a (non-strict) subclass of the
259259
# metaclasses of all its bases" occurred in future.
260260
'six>=1.9,<2',
261-
'tensorflow-transform>=0.11,<1',
261+
'tensorflow-transform>=0.12,<1',
262262
],
263263
'python_requires': '>=2.7,<3',
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.12.0dev'
18+
VERSION_STRING = '0.12.0'

0 commit comments

Comments
 (0)