Ning
de7f68d129
Release components ( #1347 )
...
* Updated component images to version 6554e133dd
* Updated components to version 74d8e59217
2019-05-17 17:45:08 -07:00
IronPan
cab1ce348e
Release c3235d725e ( #1331 )
...
* Updated component images to version c3235d725e
* Updated components to version 3b938d664d
2019-05-14 16:34:36 -07:00
hongye-sun
f56a8cb72a
Comp yaml eb830cd73c ( #1282 )
2019-05-03 13:11:31 -07:00
hongye-sun
eb830cd73c
Component 727c48c690 ( #1280 )
2019-05-03 11:20:40 -07:00
Alexey Volkov
7228ba1f0b
Release b0147bdbed ( #1238 )
...
* Updated component images to version b0147bdbed
* Updated components to version e8524eefb1
* Updated the Python SDK version
2019-04-26 10:24:26 -07:00
Alexey Volkov
cf06dedc48
Updated the "XGBoost Trainer'" sample ( #1116 )
...
* Updated the "XGBoost Trainer'" sample
Modernized the sample pipeline code.
* Added a note about enabling Dataproc API
2019-04-19 03:51:54 -07:00
Ning
4e411284a3
update yaml tag in samples ( #1176 )
2019-04-16 17:36:01 -07:00
Ning
785d474699
release new components and remove the resnet image release in the release script ( #1171 )
2019-04-16 14:19:09 -07:00
Alexey Volkov
b36c7bc233
Fixed bug in ROC component definition ( #1093 )
...
* Fixed bug in ROC component definition
* Fixed the XGBoost sample
* Fixed the ROC op usage in XGBoost sample
2019-04-05 22:06:27 -07:00
Ajay Gopinathan
f344301638
Release component image version a277f87ea1 ( #1082 )
...
* Re-run script after merge
* Run script again.
2019-04-04 16:11:20 -07:00
Alexey Volkov
6b402f879a
Added component definition files for our components ( #539 )
...
* Added component definitions to our components
Added the Kubeflow training sample pipeline that uses components
* Added the definition for "TFX - Data Validation"
* Added the definition for the "TFX - Analyze model" component
* Fixed bug in "ROC curve"
* Updated "Predict using TF on Dataflow"
* Updated "TFX - Data Validation"
* Updated the component definitions.
* Updated the pipeline to make the lines shorter and explicitly name the function parameters
* Changed the GCSPath type casing
* Added the definition for the "Kubeflow - Serve TF model" component
* Added the definition for the "Kubeflow - Launch StudyJob" component
* Removed all properties from GCPPath
This will confuse our users and make type checking worse, but Hongye and Ajay requested that.
`s/type: (\{GCSPath:.*?}})(.*)/type: GCPPath$2 # type: $1/g`
* Removed the usage of the ComponentStore
Now the samples are invalid until they're merged to master, but Hongye asked for that.
2019-04-04 12:27:19 -07:00
Pascal Vicaire
add2d66d8b
Release 03/28/2019 ( #1063 )
2019-03-28 23:29:09 -07:00
Ning
554731e478
dsl generate zip file ( #855 )
...
* dsl generate zip file
* minor fix
* fix zip read in the unit test
* update sample tests
* dsl compiler generates pipeline based on the input name suffix
* add unit tests for different output format
* update the sdk client to support tar zip and yaml
* fix typo
* fix file write
2019-03-26 15:14:50 -07:00
hongye-sun
d2f5cc92a4
Release components to include fix #1028 . ( #1032 )
2019-03-25 11:08:18 -07:00
IronPan
034e49f4f2
update ( #1021 )
2019-03-22 10:18:52 -07:00
Animesh Singh
1f0c300e2c
Fixing the broken links for components source code in XGBoost Spark Pipeline ( #952 )
...
Lot of the links pointing to source code were broken
2019-03-12 17:30:40 -07:00
Ning
9511d964d5
release new components: deployer ( #849 )
...
release new component images
2019-02-26 16:40:33 -08:00
hongye-sun
7c633a97d7
Sample updates for release v0.1.10 ( #816 )
2019-02-12 15:24:15 -08:00
Pascal Vicaire
be58c086f2
Modificaitons done by the execution of the release script. ( #777 )
2019-02-05 19:06:43 -08:00
Ning
028685edc1
Releasing components fixing xgboost ( #747 )
...
* try remove the deployer cloud build
* add the deployer back
* releasing the components containing the xgboost fix
2019-01-28 17:02:24 -08:00
Yasser Elsayed
a0d4be3851
component release script ( #694 )
2019-01-16 17:30:49 -08:00
IronPan
d9a1313b88
foo ( #655 )
2019-01-09 13:48:03 -08:00
qimingj
a8b6e3722b
Add resnet-cmle sample back. Update all component images. ( #632 )
...
* Add resnet-cmle sample back. Update all component images.
* Remove a binary file.
2019-01-07 12:11:11 -08:00
Ning
16cca80b11
remove xgboost compiled sample ( #576 )
2018-12-20 22:13:17 -08:00
IronPan
379d4d7fcf
Add script for component image release ( #571 )
...
* add script
* update script
* fix
* Update .release.cloudbuild.yaml
* comments
* update
2018-12-20 15:28:50 -08:00
qimingj
831a175514
Fix XGB Sample with the new ROC component. ( #565 )
2018-12-18 22:00:16 -08:00
Ning
f1fb2df73b
Restructure dataproc components ( #542 )
...
* restructure the dataproc component folder
* more changes in cloudbuild and sample test and readme
* remove src in cloudbuild
2018-12-17 16:57:58 -08:00
hongye-sun
e356adf31a
bump up the sdk version to 0.1.4 ( #522 )
...
* bump up the sdk version to 0.1.4
* Update lightweight notebook sample to 0.1.4
* Update the rest of the samples to 0.1.4
2018-12-14 20:21:36 -08:00
IronPan
5f14095daf
Fix sample test - Add gcp permission ( #454 )
...
* SDK/GCP - Replaced default_gcp_op with task.apply(use_gcp_secret)
* add gcp permission to all samples
* remove GKE dependency for tf serving
* add permission
* debug
* fix
* fix
* fix test
* fix test
* fix credential
* Update presubmit-tests-with-pipeline-deployment.sh
* Update _utils.py
* fix credential
* fix test
2018-12-05 12:06:47 -08:00
Sarah Maddox
9581a3a592
Pointed doc links to Kubeflow website instead of wiki. ( #398 )
2018-11-27 17:59:49 -08:00
nealgao
57808877ae
update image tag with the new release ( #393 )
2018-11-27 15:28:51 -08:00
nealgao
c9d8ded51e
restructure local components directory ( #357 )
...
* restructure local components directory
* typo fix
2018-11-26 11:29:18 -08:00
nealgao
e639a361de
add todos for the image tag update for new releases ( #138 )
2018-11-08 17:34:48 -08:00
Sarah Maddox
239295a9e9
Updated the xgboost-spark sample README ( #132 )
...
Fixed a link. Clarified YAML vs TAR format for workflow specification. Made other textual improvements.
2018-11-07 11:38:23 -08:00
nealgao
f25d32b801
image tag update for release ( #114 )
...
* update image tag for new releases
* add more
* delete the accidentaly added sample
2018-11-06 18:12:13 -08:00
Pascal Vicaire
9ab085ab41
Merge remote-tracking branch 'origin/master' into vicaire/updateImageVersions
2018-11-02 18:47:06 -07:00
Pascal Vicaire
67b011f228
Upgrading the container versions to 0.0.42, the version of the first release of kubeflow/pipelines.
2018-11-02 16:57:37 -07:00
Pascal Vicaire
d18f37785d
Updating references to the project repository to kubeflow/pipelines.
2018-11-02 15:06:54 -07:00
Pascal Vicaire
633e2ddcc8
Initial commit of the kubeflow/pipeline project.
2018-11-02 14:02:31 -07:00