Mlrun

Latest version: v1.6.2

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

Scan your dependencies

Page 72 of 90

0.6.5rc14

Not secure
Features / Enhancements
* **Feature Store**: Add with_indexes param to feature vector ctor, 1085, hedingber
* **UI**: [Features & enhancement](https://github.com/mlrun/ui/releases/tag/v0.6.5-rc14#features-and-enhancements)

Bug fixes
* **UI**: [Bug fixes](https://github.com/mlrun/ui/releases/tag/v0.6.5-rc14#bug-fixes)


Pull requests:
bc83735 [Feature Store] Add with_indexes param to feature vector ctor (1085)

0.6.5rc13

Not secure
Features / Enhancements
* **Secrets**: Add kubernetes secrets provider, 1079, theSaarco
* **UI**: [Features & enhancement](https://github.com/mlrun/ui/releases/tag/v0.6.5-rc13#features-and-enhancements)

Bug fixes
* **Unknown**: Fix typos errors, 1081, eyalsol
* **Model Monitoring**: Don't explode on missing fields in create_or_patch, 1082, Michaelliv
* **Feature Store**: Handling schemas with timezone in datetime, 1083, katyakats
* **UI**: [Bug fixes](https://github.com/mlrun/ui/releases/tag/v0.6.5-rc13#bug-fixes)


Pull requests:
ae52aed [Secrets] Add kubernetes secrets provider (1079)
009c1f5 Fix typos errors (1081)
046eb02 [Model Monitoring] Don't explode on missing fields in create_or_patch (1082)
9f25a05 [Feature Store] Handling schemas with timezone in datetime (1083)

0.6.5rc12

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

Bug fixes
* **Feature Store**: Set suffix for ParquetTarget in FeatureVector, 1078, urihoenig
* **UI**: [Bug fixes](https://github.com/mlrun/ui/releases/tag/v0.6.5-rc12#bug-fixes)


Pull requests:
b1cf3b8 [Feature Store] Set suffix for ParquetTarget in FeatureVector [Backport 0.6.x] (1078)

0.6.5rc11

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

Bug fixes
* **API**: Fix bugs when using feature vectors and in real time ingestion, 1073, yaronha
* **Nuclio**: Fix default last log timestamp to 0 (from None), 1074, hedingber
* **System Tests**: Fix open source system tests CI, 1071, hedingber
* **Feature Store**: Fix using feature from another project in `get_offline_features`, 1069, eyalsol
* **Requirements**: Bound ipykernel to 5.x, 1070, hedingber
* **System Tests**: Don't skip helm chart patching, 1068, hedingber
* **System Tests**: Fix dockerfile, 1066, hedingber
* **UI**: [Bug fixes](https://github.com/mlrun/ui/releases/tag/v0.6.5-rc11#bug-fixes)


Pull requests:
6612bb4 [API] Fix bugs when using feature vectors and in real time ingestion (1073)
2297e22 [Nuclio] Fix default last log timestamp to 0 (from None) (1074)
64f3ef2 [Requirements] Bump storey to 0.6.10 (1072)
0a12ab8 [System Tests] Fix open source system tests CI (1071)
ef4656d [Feature Vector] Fix using feature from another project in `get_offline_features` (1069)
37baf1c [Requirements] Bound ipykernel to 5.x (1070)
aade7bd [System Tests] Don't skip helm chart patching (1068)
f995485 [System Tests] Fix dockerfile (1066)

0.6.5rc10

Not secure
Features / Enhancements
* **SDK**: Explode when setting invalid project name in `set_environment`, 1061, hedingber
* **Feature Store**: Convert string timestamps to datetime based on schema in NoSqlTarget, 1060, gtopper
* **UI**: [Features & enhancement](https://github.com/mlrun/ui/releases/tag/v0.6.5-rc10#features-and-enhancements)

Bug fixes
* **Scheduler**: Configure `misfire_grace_time` to None by default, 1065, hedingber
* **Projects**: Ensure project dir on export, 1064, hedingber
* **Feature Store**: Fix disappeared index type, 1062, gtopper
* **UI**: [Bug fixes](https://github.com/mlrun/ui/releases/tag/v0.6.5-rc10#bug-fixes)


Pull requests:
4bb6967 [Scheduler] Configure `misfire_grace_time` to None by default (1065)
f375f32 [Projects] Ensure project dir on export (1064)
5253ff5 [Feature Store] Fix disappeared index type (1062)
fb4ca1c [SDK] Explode when setting invalid project name in `set_environment` (1061)
d68fc0b [Feature Store] Convert string timestamps to datetime based on schema in NoSqlTarget (1060)

0.6.5rc9

Not secure
Features / Enhancements
* **Frameworks**: Added H5 saving format, 1055, guy1992l
* **Feature Store**: Enable to specify extra fields to be parsed as dates in csv source to storey, 1058, katyakats
* **Requirements**: Allow install dependencies from remote endpoints, 1056, liranbg
* **Images**: Install extras in the requirements layer to leverage docker cache better, 1051, hedingber
* **Frameworks**: Merged mlrun/frameworks to mlrun/mlrun, 1022, guy1992l
* **UI**: [Features & enhancement](https://github.com/mlrun/ui/releases/tag/v0.6.5-rc9#features-and-enhancements)

Bug fixes
* **Requirements**: Bump s3fs to 0.6.0, 1059, urihoenig
* **Feature Store**: Fail `delete_feature_set` if no purging was done, 1054, urihoenig
* **Docs**: Fix wrong usage of os.path.join, 1057, gilad-shaham
* **Feature Store**: Enable ingest to spark from pandas df, 1053, dinal
* **Feature Store**: Bump v3iofs to 0.1.7 to fix handling purge of specified v3io paths, 1052, urihoenig
* **System Tests**: Change projects secrets system tests location + mark as enterprise, 1050, hedingber
* **UI**: [Bug fixes](https://github.com/mlrun/ui/releases/tag/v0.6.5-rc9#bug-fixes)


Pull requests:
797c72e [Requirements] Bump s3fs to 0.6.0 (1059)
45e9125 [Frameworks] Added H5 saving format (1055)
50b74b5 [Feature Store] Enable to specify extra fields to be parsed as dates in csv source to storey (1058)
137007f [Requirements] Allow install dependencies from remote endpoints (1056)
fa3058b [Feature Store] Fail `delete_feature_set` if no purging was done (1054)
213f94e [Docs] Fix wrong usage of os.path.join (1057)
7487212 [Feature Store] Enable ingest to spark from pandas df (1053)
cadbf54 [Feature Store] Bump v3iofs to 0.1.7 to fix handling purge of specified v3io paths (1052)
6a3684f [Images] Install extras in the requirements layer to leverage docker cache better (1051)
c3ca52b [System Tests] Change projects secrets system tests location + mark as enterprise (1050)
3ebb904 [Frameworks] Merged mlrun/frameworks to mlrun/mlrun (1022)

Page 72 of 90

Links

Releases

Has known vulnerabilities

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.