Mlrun

Latest version: v1.6.2

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

Scan your dependencies

Page 73 of 90

0.6.5rc8

Not secure
Features / Enhancements
* **Feature Store**: Documenting windows types, 1039, eyalsol
* **Docs**: Adding info for working with s3/Azure, 1045, katyakats
* **Datastore**: Allow switching source to AsyncEmitSource in ingestion service, 1040, gtopper
* **Serving**: Change default log level to info, 1044, gtopper
* **UI**: [Features & enhancement](https://github.com/mlrun/ui/releases/tag/v0.6.5-rc8#features-and-enhancements)

Bug fixes
* **Projects**: Fix load project from db, 1048, hedingber
* **UI**: [Bug fixes](https://github.com/mlrun/ui/releases/tag/v0.6.5-rc8#bug-fixes)


Pull requests:
798e306 [Projects] Fix load project from db (1048)
c5c1ef4 [Feature Store] Documenting windows types (1039)
8cb22de [Docs] Adding info for working with s3/Azure (1045)
7eed97a [Datastore] Fix typo from 1040 (1046)
0e0ba28 [Datastore] Allow switching source to AsyncEmitSource in ingestion service (1040)
9c8b3cd [Secrets] Adding httpdb support for project-level kubernetes secrets (1042)
ecd54ee [Serving] Change default log level to info (1044)
cb0ef1a [Feature Store] Fix missing project setting in save (1043)
5e81803 [System Tests] Add deepdiff to system tests requirements (1041)

0.6.5rc7

Not secure
Features / Enhancements
* **API**: Extending project secrets API to support kubernetes secrets, 1033, theSaarco
* **API**: Support iguazio authentication mode, 1036, hedingber
* **UI**: [Features & enhancement](https://github.com/mlrun/ui/releases/tag/v0.6.5-rc7#features-and-enhancements)

Bug fixes
* **Feature Store**: Partitions no longer start with "igzpart", 1038, katyakats
* **UI**: [Bug fixes](https://github.com/mlrun/ui/releases/tag/v0.6.5-rc7#bug-fixes)


Pull requests:
2f707f0 [Feature Store] Partitions no longer start with "igzpart" (1038)
6015634 [API] Extending project secrets API to support kubernetes secrets (1033)
0716dcd [API] Support iguazio authentication mode (1036)

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)

Page 73 of 90

Links

Releases

Has known vulnerabilities

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.