Skip to content

Releases: e2fyi/kfx

v0.1.0

09 Jun 05:48
eb12a4d
Compare
Choose a tag to compare

Migrated from pipenv and setup.py to poetry and pyproject.toml.

v0.1.0a7

23 Apr 13:03
5989ddb
Compare
Choose a tag to compare
v0.1.0a7 Pre-release
Pre-release

Added new function kfx.dsl.ContainerOpTransform which can help to modify k8s properties of kubeflow pipeline tasks (e.g. set resource limits, add env var, image pull policy, etc).

v0.1.0a6

23 Mar 10:36
b87adce
Compare
Choose a tag to compare
v0.1.0a6 Pre-release
Pre-release

Added write_to method to kfx.vis.kfp_metrics and kfx.vis.kfp_ui_metadata to stream directly to the kfp.components.OutputPath and/or kfp.components.OutputTextfile.

v0.1.0a5

23 Mar 04:28
e34aa33
Compare
Choose a tag to compare
v0.1.0a5 Pre-release
Pre-release

Added support for kubeflow pipeline metrics:

  • kfx.vis.kfp_metric
  • kfx.vis.kfp_metrics

v0.1.0a4

02 Mar 16:23
3df9434
Compare
Choose a tag to compare
v0.1.0a4 Pre-release
Pre-release

Fix some bugs, but more to resolve.

  • Currently KfpArtifact is not supported in kfx.vis.vega.vega_web_app
  • kfx.vis.vega.vega_web_app is only supported for kubeflow pipelines version >= 0.2.5

v0.1.0a3

02 Mar 13:26
5565f86
Compare
Choose a tag to compare
v0.1.0a3 Pre-release
Pre-release
  • get_artifact_uri is replaced with KfpArtifact to better represent the artifact
  • added kfx.vis.vega.vega_web_app to help generate vega vis

v0.1.0a2

01 Mar 13:23
e61ea8d
Compare
Choose a tag to compare
v0.1.0a2 Pre-release
Pre-release

Refractor sub-package layout:

  • kfx.lib.dsl - Extensions to yje kubeflow pipeline dsl.

  • kfx.lib.vis - Data models and helpers to help generate the mlpipeline-ui-metadata.json required to render visualization in the kubeflow pipeline UI. See Visualize Results in the Pipelines UI

v0.1.0a1

29 Feb 04:02
6d04943
Compare
Choose a tag to compare
v0.1.0a1 Pre-release
Pre-release
add pypi token