Skip to content

Commit

Permalink
Depends on apache-beam[gcp]>=2.28,<3 (#26)
Browse files Browse the repository at this point in the history
* Update RELEASE.md

* Update version.py

* Update setup.py

* Update RELEASE.md

* Update version.py

* Update README.md

* Update RELEASE.md

* Update version.py
  • Loading branch information
dhruvesh09 authored Feb 23, 2021
1 parent b985648 commit 2cfe245
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 14 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -148,8 +148,8 @@ combinations may also work.

tfx-bsl | apache-beam[gcp] | pyarrow | tensorflow | tensorflow-metadata | tensorflow-serving-api |
------------------------------------------------------------------------------- | -----------------| ---------|-------------------|---------------------|------------------------|
[GitHub master](https://github.com/tensorflow/tfx-bsl/blob/master/RELEASE.md) | 2.27.0 | 2.0.0 | nightly (1.x/2.x) | 0.28.0 | 2.4.0 |
[0.28.0](https://github.com/tensorflow/tfx-bsl/blob/v0.28.0/RELEASE.md) | 2.27.0 | 2.0.0 | 1.15 / 2.4 | 0.28.0 | 2.4.0 |
[GitHub master](https://github.com/tensorflow/tfx-bsl/blob/master/RELEASE.md) | 2.28.0 | 2.0.0 | nightly (1.x/2.x) | 0.28.0 | 2.4.0 |
[0.28.0](https://github.com/tensorflow/tfx-bsl/blob/v0.28.0/RELEASE.md) | 2.28.0 | 2.0.0 | 1.15 / 2.4 | 0.28.0 | 2.4.0 |
[0.27.1](https://github.com/tensorflow/tfx-bsl/blob/v0.27.1/RELEASE.md) | 2.27.0 | 2.0.0 | 1.15 / 2.4 | 0.27.0 | 2.4.0 |
[0.27.0](https://github.com/tensorflow/tfx-bsl/blob/v0.27.0/RELEASE.md) | 2.27.0 | 2.0.0 | 1.15 / 2.4 | 0.27.0 | 2.4.0 |
[0.26.1](https://github.com/tensorflow/tfx-bsl/blob/v0.26.1/RELEASE.md) | 2.25.0 | 0.17.0 | 1.15 / 2.3 | 0.27.0 | 2.3.0 |
Expand Down
13 changes: 3 additions & 10 deletions RELEASE.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,12 @@
# Version 0.28.0
# Version 0.28.1

## Major Features and Improvements

* RunInference can now be applied on serialized tf.train.{Example,
SequenceExample} for all methods as well as any other kind of serialized
structure for the Predict method.
* RunInference can now operate on PCollection[K, V] in a key-forwarding mode
(whereby the key is left unchanged while inference is performed on the
value).
* RunInference is now more performant.
* N/A

## Bug Fixes and Other Changes

* Depends on `numpy>=1.16,<1.20`.
* Depends on `tensorflow-metadata>=0.28,<0.29`.
* Depends on `apache-beam[gcp]>=2.28,<3`.

## Breaking Changes

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ def select_constraint(default, nightly=None, git_master=None):
# six, and protobuf) with TF.
install_requires=[
'absl-py>=0.9,<0.11',
'apache-beam[gcp]>=2.27,<3',
'apache-beam[gcp]>=2.28,<3',
'google-api-python-client>=1.7.11,<2',
'numpy>=1.16,<1.20',
'pandas>=1.0,<2',
Expand Down
2 changes: 1 addition & 1 deletion tfx_bsl/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@
"""Contains the version string of tfx_bsl."""

# Note that setup.py uses this version.
__version__ = '0.28.0'
__version__ = '0.28.1'

0 comments on commit 2cfe245

Please sign in to comment.