Features / Enhancements
- Doc: "lifecycle" > "life cycle", #612, @Sharon-iguazio
- Doc: Edit the basic MLRun description, #616, @Sharon-iguazio
- Doc: Added mlrun.db.httpdb to the API doc, #627, @gilad-shaham
- SDK: Cache run db instance, #614, @yaronha
- SDK: Change mount_v3io to multi-mount (/User and /v3io) by default, #617, @Hedingber
- SDK: Use dict_to_json in httpdb (safer json.dumps), #629, @yaronha
- Projects: Add annotations field, #615, @Hedingber
- Projects: Support different deletion strategies, #618, @Hedingber
- Requirements: Support extras, #620, @Hedingber
- mlutils: Remove imports from module root, #622, @Hedingber
- Images: Ensuring mlrun/mlrun and mlrun/jupyter has mlutils dependencies, #623, @Hedingber
- Images: Pin pip version and use legacy resolver + install storey package only on python 3.7 or above, #630, @Hedingber
- Serving: Add flow topology support, #621 @yaronha
- Pipelines: Enable listing pipelines by project, #626 @Hedingber
- UI: Features & enhancment
Bug fixes
- Serving: Minor fixes, #613, @yaronha
- Projects: Fix nuclio patch with only one of metadata/spec, #624, @Hedingber
- Files: Fix path resolution when starting with /v3io, #628 @Hedingber
- GPU Images: Fix horovod NCCL env var, #619, @Hedingber
- SDK: Fix list_artifact_tags function, #631, @Hedingber
- UI: Bug fixes
Pull requests:
10cd91c [Requirements] Extras addition followup fixes (#632)
bebfe4d [SDK] Fix list_artifact_tags function (#631)
eb60ecf [Doc] Added mlrun.db.httpdb to the API doc (#627)
ca5094e [Files] Fix path resolution when starting with /v3io (#628)
cf74c22 use dict_to_json in httpdb (safer json.dumps) (#629)
92be573 [Images] Pin pip version and use legacy resolver + install storey package only on python 3.7 or above (#630)
b53f5e5 [Pipelines] Enable listing pipelines by project (#626)
de5ba23 [Serving] Add flow topology support (#621)
db42ae7 [Projects] Fix nuclio patch with only one of metadata/spec (#624)
2f62291 [GPU Images] Fix horovod NCCL env var (#619)
73c8595 [Images] Ensuring mlrun/mlrun and mlrun/jupyter has mlutils dependencies (#623)
5f4ebf5 [mlutils] remove imports from module root (#622)
d4434cd [Requirements] Support extras (#620)
829e3d4 [Projects] Support different deletion strategies (#618)
a4d25e2 [SDK] change mount_v3io to multi-mount (/User and /v3io) by default (#617)
9df76c5 [Doc] Edit the basic MLRun description (#616)
30b69d0 [Serving] Minor fixes (#613)
8918da2 [Projects] Add annotations field (#615)
d89ed4f [SDK] Cache run db instance (#614)
a138b48 [DOC REVIEW] "lifecycle" > "life cycle" (#612)