Skip to content

Tags: sravi999/pipelines

Tags

0.1.37

Toggle 0.1.37's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
update server and sdk version to 0.1.37 (kubeflow#2701)

* update server and sdk version to 0.1.37

* update api package version to latest

* fix test error

0.1.36

Toggle 0.1.36's commit message
Bump version to 0.1.36 (kubeflow#2661)

* update component sdk version

* bump python SDK and manifest version

* Revert "update component sdk version" to prevent conflict

This reverts commit 1fd6ddc

0.1.35

Toggle 0.1.35's commit message
Bump version to 0.1.35 (kubeflow#2598)

* Bump version to 0.1.35

* Update kustomization.yaml

* Update __init__.py

0.1.34

Toggle 0.1.34's commit message
Increase kfp version in kustomize and sdk init (kubeflow#2567)

0.1.33

Toggle 0.1.33's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update kustomization.yaml (kubeflow#2530)

/assign @Ark-kun

0.1.32

Toggle 0.1.32's commit message
Update sdk release version (kubeflow#2434)

* Update sdk release version

* Update the server image version

0.1.31

Toggle 0.1.31's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.

0.1.30

Toggle 0.1.30's commit message
Release 1449d08 (kubeflow#2099)

* Updated component images to version 1449d08

* Updated components to version e7a021e

0.1.29

Toggle 0.1.29's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Updated the python SDK version to 0.1.29

0.1.27

Toggle 0.1.27's commit message
Add TFDV, TFMA, and Table visualization support for Python based visu…

…alizations (kubeflow#1898)

* Added table and tfdv visualization

Also fixed issue surrounding ApiVisualizationType enum

* Fixed table visualization

* Removed byte limit
* Fixed issue where headers would not properly be applied
* Fixed issue where table would not be intractable

* Updated table visualizaiton to reflect changes made to dependency injection

* Fixed bug where checking if headers is provided to table visualizations could crash visualization

* Added TFMA visualization

* Updated new visualizations to match syntax of kubeflow#1878

* Updated test snapshots to account for TFMA visualization

* Small if statement synax changes

* Add flake8 noqa comments to table.py and tfma.py