Features / Enhancements
- Model Monitoring: Support
base_period
argument in appevaluate
, #7013, @jond01 - PipelineAdapters: Move pipelineruntype to new module, #7012, @roei3000b
- Model Monitoring: Add name to the
_dict_fields
of therouterstep
, #7004, @davesh0812 - Notifications: Use push_pipeline_start_message_from_client function for local runs, #7009, @roei3000b
- **Artifacts **: Modify del_artifacts logic to reassign the "latest" tag when deleting multiple artifacts keys, #7001, @moranbental
- CI: Remove explicit grpc requirement, #7005, @liranbg
- UI: Features & enhancement
Bug fixes
- PipelineAdapters: Fix importing pipelineruntype, #7017, @liranbg
- KFP: Fix resolving base image for clients < 1.8, #7008, @liranbg
- CI: Fix system test, #7003, @liranbg
- UI: Bug fixes
Pull requests:
2d5cc0e [PipelineAdapters] Fix importing PipelineRunType (#7017)
a131e5b [Model Monitoring] Support base_period
argument in app evaluate
(#7013)
ace7845 [PipelineAdapters] Move PipelineRunType to new module (#7012)
1f50ba1 [Model Monitoring] add name to the _dict_fields
of the RouterStep
(#7004)
00113ba [Notifications] Use push_pipeline_start_message_from_client function for local runs (#7009)
2d15981 [KFP] Fix resolving base image for clients < 1.8 (#7008)
df531fc [Artifacts ] Modify del_artifacts logic to reassign the "latest" tag when deleting multiple artifacts keys (#7001)
b8586fe [CI] Remove explicit grpc requirement (#7005)
b6a5012 [CI] Fix system test (#7003)