Thanks to visit codestin.com
Credit goes to Github.com

Skip to content

Tags: vleandersson/tfx

Tags

v1.11.0

Toggle v1.11.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update version.py for TFX 1.11.0 Release (tensorflow#5524)

v1.11.0-rc0

Toggle v1.11.0-rc0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update 1.11.0 in version.py and RELEASE.md (tensorflow#5505)

* Update 1.11.0 in version.py and RELEASE.md

* Update version.py

v1.10.0

Toggle v1.10.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update version.py for TFX 1.10.0 Release (tensorflow#5285)

v1.10.0-rc0

Toggle v1.10.0-rc0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Rollback tflite-support to TF 2.9 compatible version. (tensorflow#5253)

v1.9.1

Toggle v1.9.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update version.py for 1.9.1 (tensorflow#5099)

* Allows latest apache-airflow 2.x.

We had blocked the latest version in 1.8.0 due to a dependency conflict with kfp.

PiperOrigin-RevId: 463519416

* Temporarily avoid grpcio==1.48.0 which causes a hang in the penguin_pipeline_local_infraval_e2e_test.py.

PiperOrigin-RevId: 464097114

* Update version.py for 1.9.1 release

Co-authored-by: jiyongjung <[email protected]>

v1.8.1

Toggle v1.8.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request tensorflow#5096 from rtg0795/r1.8.0

Fix ranking pipeline and add grpcio constraint

v1.9.0

Toggle v1.9.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request tensorflow#5037 from rtg0795/r1.9.0

Update 1.9.0 in version.py

v1.9.0-rc0

Toggle v1.9.0-rc0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request tensorflow#5009 from rtg0795/r1.9.0

Temporarily fix the dependency of TF-serving-api==2.9 to allow TF-2.9…

v1.8.0

Toggle v1.8.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update 1.8.0 in version.py (tensorflow#4900)

v1.7.2

Toggle v1.7.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Caps the apache-airflow version to 2.2.x. (tensorflow#4890)

There is a conflicting dependency in apache-airflow 2.3.0
- apache-airflow 1.23.0 -> rich '12.3.0' -> typing-extensions (>=4.0.0,<5.0); python_version < "3.9"
- kfp 1.8.12 -> typing-extensions (<4,>=3.7.4); python_version < "3.9"

This issue will be resolved when kfp releases a new version because kfp already changed the cap in kubeflow/pipelines#7632.

PiperOrigin-RevId: 446236647
(cherry picked from commit 2df92b3)

Co-authored-by: jiyongjung <[email protected]>