Skip to content

Commit 2329b17

Browse files
authored
TFMA 0.24.3 Release
* Update install.md * Update version.py * Update README.md * Update RELEASE.md * Update setup.py * Update package.json
1 parent 2c7a271 commit 2329b17

File tree

6 files changed

+14
-16
lines changed

6 files changed

+14
-16
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -91,9 +91,10 @@ combinations may also work.
9191

9292
|tensorflow-model-analysis |apache-beam[gcp]|pyarrow |tensorflow |tensorflow-metadata |tfx-bsl |
9393
|------------------------------------------------------------------------------------ |----------------|----------|-------------------|--------------------|----------|
94-
|[GitHub master](https://github.com/tensorflow/model-analysis/blob/master/RELEASE.md) | 2.23.0 | 0.17.0 | nightly (1.x/2.x) | 0.24.0 | 0.24.0 |
95-
|[0.24.2](https://github.com/tensorflow/model-analysis/blob/v0.24.2/RELEASE.md) | 2.23.0 | 0.17.0 | 1.15 / 2.3 | 0.24.0 | 0.24.2 |
96-
|[0.24.1](https://github.com/tensorflow/model-analysis/blob/v0.24.1/RELEASE.md) | 2.23.0 | 0.17.0 | 1.15 / 2.3 | 0.24.0 | 0.24.1 |
94+
|[GitHub master](https://github.com/tensorflow/model-analysis/blob/master/RELEASE.md) | 2.24.0 | 0.17.0 | nightly (1.x/2.x) | 0.24.0 | 0.24.1 |
95+
|[0.24.3](https://github.com/tensorflow/model-analysis/blob/v0.24.3/RELEASE.md) | 2.24.0 | 0.17.0 | 1.15 / 2.3 | 0.24.0 | 0.24.1 |
96+
|[0.24.2](https://github.com/tensorflow/model-analysis/blob/v0.24.2/RELEASE.md) | 2.23.0 | 0.17.0 | 1.15 / 2.3 | 0.24.0 | 0.24.0 |
97+
|[0.24.1](https://github.com/tensorflow/model-analysis/blob/v0.24.1/RELEASE.md) | 2.23.0 | 0.17.0 | 1.15 / 2.3 | 0.24.0 | 0.24.0 |
9798
|[0.24.0](https://github.com/tensorflow/model-analysis/blob/v0.24.0/RELEASE.md) | 2.23.0 | 0.17.0 | 1.15 / 2.3 | 0.24.0 | 0.24.0 |
9899
|[0.23.0](https://github.com/tensorflow/model-analysis/blob/v0.23.0/RELEASE.md) | 2.23.0 | 0.17.0 | 1.15 / 2.3 | 0.23.0 | 0.23.0 |
99100
|[0.22.2](https://github.com/tensorflow/model-analysis/blob/v0.22.2/RELEASE.md) | 2.20.0 | 0.16.0 | 1.15 / 2.2 | 0.22.2 | 0.22.0 |

RELEASE.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,12 @@
1-
# Version 0.24.2
1+
# Version 0.24.3
22

33
## Major Features and Improvements
44

55
* N/A
66

77
## Bug fixes and other changes
88

9-
* Added an extra requirement group `all`. As a result, barebone TFMA does not
10-
require `tensorflowjs` , `prompt-toolkit` and `ipython` any more.
11-
* Added an extra requirement group `all` that specifies all the extra
12-
dependencies TFMA needs. Use `pip install tensorflow-model-analysis[all]` to
13-
pull in those dependencies.
9+
* Depends on `apache-beam[gcp]>=2.24,<3`.
1410

1511
## Breaking changes
1612

g3doc/install.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,9 +60,10 @@ combinations may also work.
6060

6161
tensorflow-model-analysis | apache-beam[gcp] | pyarrow | tensorflow | tensorflow-metadata | tfx-bsl
6262
------------------------------------------------------------------------------------ | ---------------- | ------- | ----------------- | ------------------- | -------
63-
[GitHub master](https://github.com/tensorflow/model-analysis/blob/master/RELEASE.md) | 2.23.0 | 0.17.0 | nightly (1.x/2.x) | 0.24.0 | 0.24.0
64-
[0.24.2](https://github.com/tensorflow/model-analysis/blob/v0.24.2/RELEASE.md) | 2.23.0 | 0.17.0 | 1.15 / 2.3 | 0.24.0 | 0.24.2
65-
[0.24.1](https://github.com/tensorflow/model-analysis/blob/v0.24.1/RELEASE.md) | 2.23.0 | 0.17.0 | 1.15 / 2.3 | 0.24.0 | 0.24.1
63+
[GitHub master](https://github.com/tensorflow/model-analysis/blob/master/RELEASE.md) | 2.24.0 | 0.17.0 | nightly (1.x/2.x) | 0.24.0 | 0.24.1
64+
[0.24.3](https://github.com/tensorflow/model-analysis/blob/v0.24.2/RELEASE.md) | 2.24.0 | 0.17.0 | 1.15 / 2.3 | 0.24.0 | 0.24.1
65+
[0.24.2](https://github.com/tensorflow/model-analysis/blob/v0.24.2/RELEASE.md) | 2.23.0 | 0.17.0 | 1.15 / 2.3 | 0.24.0 | 0.24.0
66+
[0.24.1](https://github.com/tensorflow/model-analysis/blob/v0.24.1/RELEASE.md) | 2.23.0 | 0.17.0 | 1.15 / 2.3 | 0.24.0 | 0.24.0
6667
[0.24.0](https://github.com/tensorflow/model-analysis/blob/v0.24.0/RELEASE.md) | 2.23.0 | 0.17.0 | 1.15 / 2.3 | 0.24.0 | 0.24.0
6768
[0.23.0](https://github.com/tensorflow/model-analysis/blob/v0.23.0/RELEASE.md) | 2.23.0 | 0.17.0 | 1.15 / 2.3 | 0.23.0 | 0.23.0
6869
[0.22.2](https://github.com/tensorflow/model-analysis/blob/v0.22.2/RELEASE.md) | 2.20.0 | 0.16.0 | 1.15 / 2.2 | 0.22.2 | 0.22.0

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -297,7 +297,7 @@ def select_constraint(default, nightly=None, git_master=None):
297297
'install_requires': [
298298
# Sort alphabetically
299299
'absl-py>=0.9,<0.11',
300-
'apache-beam[gcp]>=2.23,<3',
300+
'apache-beam[gcp]>=2.24,<3',
301301
'ipywidgets>=7,<8',
302302
'jupyter>=1,<2',
303303
'numpy>=1.16,<2',
@@ -312,7 +312,7 @@ def select_constraint(default, nightly=None, git_master=None):
312312
nightly='>=0.25.0.dev',
313313
git_master='@git+https://github.com/tensorflow/metadata@master'),
314314
'tfx-bsl' + select_constraint(
315-
default='>=0.24,<0.25',
315+
default='>=0.24.1,<0.25',
316316
nightly='>=0.25.0.dev',
317317
git_master='@git+https://github.com/tensorflow/tfx-bsl@master'),
318318
],

tensorflow_model_analysis/notebook/jupyter/js/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tensorflow_model_analysis",
3-
"version": "0.24.2",
3+
"version": "0.24.3",
44
"homepage": "https://github.com/tensorflow/model-analysis",
55
"bugs": "https://github.com/tensorflow/model-analysis/issues",
66
"license": "Apache-2.0",

tensorflow_model_analysis/version.py

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

1717
# Version string for this release of TFMA.
1818
# Note that setup.py reads and uses this version.
19-
VERSION = '0.24.2'
19+
VERSION = '0.24.3'

0 commit comments

Comments
 (0)