Features / Enhancements
- Tests: Add test_log_artifact_with_run_function to ce, #5236, @tomerm-iguazio
- Docs: Change order of fv topics, add comment about timestamp of last event, #5255, @jillnogold
- Project: Fail project deletion if doesn't exist in leader, #5258, @alonmr
- Model Monitoring: Change controller from scheduled job to daemon, #5178, @davesh0812
- Docs: Delete context text from project cli, #5254, @jillnogold
- K8s: Update label verification flow, #5250, @liranbg
- Automation: Pass envs instead of overflowing envvar, #5243, @liranbg
- Workflow: Support remote workflow with source on image, #5050, @alonmr
- Model Monitoring: Deploy histogram drift app by default, #5235, @jond01
- Docs: Change custom step doc to use class and class-args, #5244, @theSaarco
- Linting: Upgrade ruff version, #5237, @jond01
- Tests: Support mlrun ce in some feature store system tests, #5240, @gtopper
- Datastore: Add v3io to datastore profiles, #5158, @alxtkr77
- Doc: Project usernames that are email names are truncated, #5230, @jillnogold
- API: Bump requirements, #5221, @liranbg
- Jupyter: Bump requirements, #5220, @liranbg
- Security: Security enhancements and remedy vulnerabilities, #5219, @liranbg
- MLRun: Finalizing docs for 1.6.1, #5217, @liranbg
- Docs: Add v1.6.1 to change log, #5207, @jillnogold
- Model Monitoring: Skip 3 chronically failing system tests, #5211, @jond01
- Documentation: Add
datastoreprofilehdfs
to datastore page, #5209, @gtopper - Functions: If a function is available in local memory, it can be preserved during sync, #4770, @laurybueno
- Requirements: Bump storey to 1.7.5, #5208, @gtopper
- Docs: Replace deprecated feature set apis, #5201, @jillnogold
- Utils: Use asyncio instead of anyio, #5206, @liranbg
- Datastore: Add hdfs datastore, #5186, @gtopper
- Model Monitoring: Move the data drift metrics to a new module, #5182, @jond01
- Artifacts: Persist db key when migrating to artifact v2 table, #5197, @TomerShor
- Artifacts: Add validation to oversized inline artifact store, #5181, @yaelgen
- Model Monitoring: Add data drift application, #5174, @jond01
- Docs: Add v1.6.0 change log, #5192, @alonmr
- MLRun: Finalizing docs for 1.6.0, #5191, @liranbg
- Tests: Skipping test_v3io_large_object_upload as it hangs when running against the ci system, #5190, @assaf758
- UI: Features & enhancement
Bug fixes
- Automation: Fix patching script to include os env, #5262, @liranbg
- Tests: Fix some feature store system tests, #5256, @alxtkr77
- Linting: Use a fixed ruff version, #5257, @jond01
- Tests: Fix running test in case kube config present, #5239, @yanburman
- Tests: Fix some feature store system tests, #5241, @gtopper
- CE: Fix overriding of default targets and allow s3 urls, #5233, @gtopper
- Model Monitoring: Fix default http path when ce namespace is not
mlrun
, #5229, @Eyal-Danieli - Tests: Fix "basic model monitoring" system test, #5215, @jond01
- Model Monitoring: Fix to use sync handler, #5203, @gtopper
- Model Monitoring: Fix plotly artifact histogram, #5195, @jond01
- Docs: Fix featurevector sample code, #5196, @george0st
- UI: Bug fixes
Pull requests:
cb2750f [Tests] add test_log_artifact_with_run_function to CE (#5236)
799d864 [Automation] Fix patching script to include os env (#5262)
45b8adb [Docs] Change order of FV topics, add comment about timestamp of last event (#5255)
3aa6f12 [Project] Fail project deletion if doesn't exist in leader (#5258)
87196bd [Tests] Fix some feature store system tests (#5256)
bf20933 [Linting] Use a fixed Ruff version (#5257)
ff77fa9 [Model Monitoring] Change controller from scheduled job to daemon (#5178)
d82d4b6 [Docs] Delete context TEXT from Project CLI (#5254)
4f7e3b8 [K8s] Update label verification flow (#5250)
8be8e1c [Automation] Pass envs instead of overflowing envvar (#5243)
b8f9e69 [Workflow] Support remote workflow with source on image (#5050)
9788a47 [Model Monitoring] Deploy histogram drift app by default (#5235)
4221332 [Docs] Change custom step doc to use class and class-args (#5244)
8e6af96 [Tests] Fix running test in case kube config present (#5239)
3863a0d [Linting] Upgrade Ruff version (#5237)
cf25ee1 [Tests] Support mlrun CE in some feature store system tests (#5240)
9c48939 [Tests] Fix some feature store system tests (#5241)
79052d4 [CE] Fix overriding of default targets and allow S3 URLs (#5233)
31a7952 [Datastore] Add v3io to datastore profiles (#5158)
66de864 [Doc] Project usernames that are email names are truncated (#5230)
93be014 [Model Monitoring] Fix default HTTP path when CE namespace is not mlrun
(#5229)
a0859bb [API] Bump requirements (#5221)
2f4c5a9 [Jupyter] Bump requirements (#5220)
43e23a8 [Security] Security enhancements and remedy vulnerabilities (#5219)
37d890e [MLRun] Finalizing docs for 1.6.1 (#5217)
f0aa801 [Docs] Add V1.6.1 to change log (#5207)
dd59d6a [Tests] Fix "basic model monitoring" system test (#5215)
1a4e2ed [Model Monitoring] Skip 3 chronically failing system tests (#5211)
456b4a1 [Documentation] Add DatastoreProfileHdfs
to datastore page (#5209)
b1a4798 [Model Monitoring] Fix to use sync handler (#5203)
24cea1e [Functions] If a function is available in local memory, it can be preserved during sync (#4770)
f6ed46c [Requirements] Bump storey to 1.7.5 (#5208)
3739ec2 [Docs] Replace deprecated feature set APIs (#5201)
718839f [Utils] Use asyncio instead of anyio (#5206)
9951466 [Datastore] Add HDFS Datastore (#5186)
4767d3c [Model Monitoring] Move the data drift metrics to a new module (#5182)
ce54e69 [Model Monitoring] Fix plotly artifact histogram (#5195)
2356709 [Artifacts] Persist db key when migrating to artifact v2 table (#5197)
55cf620 [Artifacts] Add validation to oversized inline artifact store (#5181)
ae8fc42 [Docs] Fix FeatureVector sample code (#5196)
3e6d5e9 [Model Monitoring] Add data drift application (#5174)
9d036a3 [Docs] Add v1.6.0 change log (#5192)
a3e38d6 [MLRun] Finalizing docs for 1.6.0 (#5191)
1acbc10 [Tests] skipping test_v3io_large_object_upload as it hangs when running against the CI system (#5190)