|
2 | 2 |
|
3 | 3 | ## 2025
|
4 | 4 |
|
5 |
| -- Release Kubeflow SDK 0.1.0 to PyPI |
6 |
| - - https://github.com/kubeflow/sdk/issues/45 |
7 |
| -- Migrate Trainer SDK |
8 |
| - - https://github.com/kubeflow/sdk/issues/1 |
9 |
| -- Local Execution for Training Jobs |
10 |
| - - https://github.com/kubeflow/sdk/issues/22 |
11 |
| -- Migrate Katib SDK |
12 |
| - - https://github.com/kubeflow/sdk/issues/46 |
13 |
| -- Include Kubeflow SDK into the KFP SDK |
14 |
| - - https://github.com/kubeflow/pipelines/issues/12027 |
| 5 | +### Core SDK |
| 6 | +- Release Kubeflow SDK 0.1.0 to PyPI: https://github.com/kubeflow/sdk/issues/45 |
| 7 | +- Include Kubeflow SDK into the KFP SDK: https://github.com/kubeflow/pipelines/issues/12027 |
| 8 | +- Improve test coverage: https://github.com/kubeflow/sdk/issues/16, https://github.com/kubeflow/sdk/issues/18 |
| 9 | + |
| 10 | +### Trainer SDK |
| 11 | +- Migrate Trainer SDK: https://github.com/kubeflow/sdk/issues/1 |
| 12 | +- Local Execution for Training Jobs: https://github.com/kubeflow/sdk/issues/22 |
| 13 | +- Manage Kubeflow TrainJobs in a multi-cluster environment: https://github.com/kubeflow/sdk/issues/23 |
| 14 | +- Snapshot users' workspace into distributed TrainJob workload: https://github.com/kubeflow/sdk/issues/48 |
| 15 | +- Support distributed data cache configuration via initializer SDK: https://github.com/kubeflow/trainer/issues/2655 |
| 16 | + |
| 17 | +### Katib SDK |
| 18 | +- Migrate Katib SDK: https://github.com/kubeflow/sdk/issues/46 |
| 19 | + |
| 20 | +### Model Registry SDK |
15 | 21 | - Migrate Model Registry SDK
|
16 |
| -- Improve test coverage |
17 |
| - - https://github.com/kubeflow/sdk/issues/16 |
18 |
| - - https://github.com/kubeflow/sdk/issues/18 |
19 |
| -- Manage Kubeflow TrainJobs in a multi-cluster environment |
20 |
| - - https://github.com/kubeflow/sdk/issues/23 |
21 |
| -- Snapshot users' workspace into distributed TrainJob workload |
22 |
| - - https://github.com/kubeflow/sdk/issues/48 |
23 |
| -- Support distributed data cache configuration via initializer SDK |
24 |
| - - https://github.com/kubeflow/trainer/issues/2655 |
0 commit comments