Mlrun

Latest version: v1.7.2

Safety actively analyzes 714815 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 93 of 110

0.6.5rc6

Not secure
Features / Enhancements
* **API**: Adding metadata.created to feature-store objects, 1034, theSaarco
* **Feature store**: Pass Context to storey source steps, 1032, katyakats
* **Feature store**: Support controlling whether to overwrite the previously ingested data in ingest(), 1028, urihoenig
* **Datastore**: Expose flush configuration for parquet target, 976, dinal
* **System tests**: Enable running system tests without cleaning resources on teardown, 1023, hedingber
* **API**: Read and pass leader session when needed, 1025, hedingber
* **UI**: [Features & enhancement](https://github.com/mlrun/ui/releases/tag/v0.6.5-rc6#features-and-enhancements)

Bug fixes
* **API**: Return 404 on get build status endpoint when build pod not found, 1030, hedingber
* **Datastore**: Fix parquet target initialization, 1029, dinal
* **Runtimes**: Fix built image logging + use enums for function states on building, 1027, hedingber
* **Runtimes**: Fix horvod run, 1024, yaronha
* **UI**: [Bug fixes](https://github.com/mlrun/ui/releases/tag/v0.6.5-rc6#bug-fixes)


Pull requests:
72b0be0 [Utils] Support parsing enum.Enum to yaml (1035)
b30f255 [API] Adding metadata.created to feature-store objects (1034)
2b352fb [Feature store] Pass Context to storey source steps (1032)
571d82c [API] Return 404 on get build status endpoint when build pod not found (1030)
a2ce863 [Feature store] Support controlling whether to overwrite the previously ingested data in ingest() (1028)
d54d5de [Datastore] Fix parquet target initialization (1029)
d25c058 [Runtimes] Fix built image logging + use enums for function states on building (1027)
8b0d48d [Datastore] Expose flush configuration for parquet target (976)
301477d [System tests] Enable running system tests without cleaning resources on teardown (1023)
d83f32d [API] Read and pass leader session when needed (1025)
d880b36 [Runtimes] Fix horvod run (1024)

0.6.5rc5

Not secure
Features / Enhancements
* **Requirements**: Bump storey to 0.6.2, 1021, dinal
* **UI**: [Features & enhancement](https://github.com/mlrun/ui/releases/tag/v0.6.5-rc5#features-and-enhancements)

Bug fixes
* **Runtimes**: Fix "pass" mode, add a way to pass task params into command line, enhance Mpijob runtime, 992, yaronha
* **Feature store**: Fix schema resolution, 1020, gtopper
* **Docs**: Typo fixes, 1019, gilad-shaham
* **UI**: [Bug fixes](https://github.com/mlrun/ui/releases/tag/v0.6.5-rc5#bug-fixes)


Pull requests:
5bce6e6 [Runtimes] Fix "pass" mode, add a way to pass task params into command line, enhance Mpijob runtime (992)
85977b9 [Requirements] Bump storey to 0.6.2 (1021)
49ac472 [Feature store] Fix schema resolution (1020)
de70685 [Docs] Typo fixes (1019)

0.6.5rc4

Not secure
Features / Enhancements
* **Feature store**: Remove all infer aliases, keep only preview, 995, dinal
* **Docs**: Change feature store alias to fstore (from fs), 1001, gilad-shaham
* **Feature store**: Support purging targets, 1013, urihoenig
* **Docs**: Update basic demos, 971, gilad-shaham
* **Feature Store**: Added DateExtractor step to feature store, 1011, zilbermanor
* **UI**: [Features & enhancement](https://github.com/mlrun/ui/releases/tag/v0.6.5-rc4#features-and-enhancements)

Bug fixes
* **Docs**: Fix typos, 1016, gilad-shaham
* **Feature store**: ParquetTarget should be in a single file when partitioned is false, 1009, katyakats
* **Feature store**: Propagate schema to parquet files to avoid error on null, 1005, gtopper
* **Docs**: Fixed broken links and removed old pages, 1014, gilad-shaham
* **UI**: [Bug fixes](https://github.com/mlrun/ui/releases/tag/v0.6.5-rc4#bug-fixes)


Pull requests:
f77ca5d [Feature store] Remove all infer aliases, keep only preview (995)
3ede55b [Docs] Change feature store alias to fstore (from fs) (1001)
9acf47a [Docs] Fix typos (1016)
617ff28 [Feature store] Support purging targets (1013)
da048d1 [Docs] Update basic demos (971)
2721a67 [Feature store] ParquetTarget should be in a single file when partitioned is false (1009)
d6c0f7b [Feature store] Propagate schema to parquet files to avoid error on null (1005)
2b43c5e [Feature Store] Added DateExtractor step to feature store (1011)
291dd6f [Docs] Fixed broken links and removed old pages (1014)

0.6.5rc3

Not secure
Features / Enhancements
* **UI**: [Features & enhancement](https://github.com/mlrun/ui/releases/tag/v0.6.5-rc3#features-and-enhancements)

Bug fixes
* **Projects**: Don't fail initialization on projects sync failure, 1008, hedingber
* **Feature store**: Bug fix in offline features with filtering, 1007, katyakats
* **Docs**: Fix model monitoring Grafana dashboard creation instructions, 1006, Michaelliv
* **UI**: [Bug fixes](https://github.com/mlrun/ui/releases/tag/v0.6.5-rc3#bug-fixes)


Pull requests:
0da2e72 [Projects] Don't fail initialization on projects sync failure (1008)
f8120c1 [Feature store] Bug fix in offline features with filtering (1007)
57fb814 [Docs] Fix model monitoring Grafana dashboard creation instructions (1006)

0.6.5rc2

Not secure
Features / Enhancements
* **Projects**: Wait for completion by default and use session from request (instead of configured one), 1000, hedingber
* **SDK**: Change state -> step in feature-store SDK, 977, theSaarco
* **UI**: [Features & enhancement](https://github.com/mlrun/ui/releases/tag/v0.6.5-rc2#features-and-enhancements)

Bug fixes
* **Feature store**: Explode if using spark and target path is without schema, 998, dinal
* **UI**: [Bug fixes](https://github.com/mlrun/ui/releases/tag/v0.6.5-rc2#bug-fixes)


Pull requests:
387bcfd [Projects] Wait for completion by default and use session from request (instead of configured one) (1000)
2fcbbb2 [Feature store] Explode if using spark and target path is without schema (998)
d495cd4 [SDK] Change state -> step in feature-store SDK (977)

0.6.5rc1

Not secure
Features / Enhancements
* **Datastore**: Set target names as their kind by default, 997, dinal
* **Serving**: Set current_function to all functions by default, 987, ihs-nick
* **Docs**: Add feature vector docs, 991, zilbermanor
* **UI**: [Features & enhancement](https://github.com/mlrun/ui/releases/tag/v0.6.5-rc1#features-and-enhancements)

Bug fixes
* **Model endpoints**: Fix create or patch to inject run db to get the endpoint model , 996, hedingber
* **Feature store**: Support operations as string in add_aggregation, 994, dinal
* **API**: Result of PUT on feature-store objects with tag reference should contain the tag, 979, theSaarco
* **UI**: [Bug fixes](https://github.com/mlrun/ui/releases/tag/v0.6.5-rc1#bug-fixes)


Pull requests:
55c9885 [Model endpoints] Fix create or patch to inject run db to get the endpoint model (996)
d9e4c9e [Datastore] Set target names as their kind by default (997)
925bffd [Feature store] Support operations as string in add_aggregation (994)
66148be [Serving] Set current_function to all functions by default (987)
8f6489b [API] Result of PUT on feature-store objects with tag reference should contain the tag (979)
87cf500 [Docs] Add feature vector docs (991)

Page 93 of 110

Links

Releases

Has known vulnerabilities

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.