Mlrun

Latest version: v1.6.2

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

Scan your dependencies

Page 14 of 90

1.5.0rc19

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

Bug fixes
* **UI**: [Bug fixes](https://github.com/mlrun/ui/releases/tag/v1.5.0-rc19#bug-fixes)


Pull requests:

1.5.0rc18

Not secure
Features / Enhancements
* **k8s**: Sanitize label's values to ensure k8s compatibility [1.5.x], 4440, liranbg
* **Feature Store**: Drop columns according to the user `drop_columns` param when reading the result df with `remotevectorresponse` [1.5.x], 4427, davesh0812
* **UI**: [Features & enhancement](https://github.com/mlrun/ui/releases/tag/v1.5.0-rc18#features-and-enhancements)

Bug fixes
* **Workflows**: Fix failing silently upon execution error, 4438, liranbg
* **Package**: Fix for inherited types unpacking [1.5.x], 4431, guy1992l
* **Workflows**: Fix missing related labels [1.5.x], 4420, liranbg
* **DB**: Fix submit job not using specific db session, 4418, liranbg
* **UI**: [Bug fixes](https://github.com/mlrun/ui/releases/tag/v1.5.0-rc18#bug-fixes)


Pull requests:
5231743d [Workflows] Fix failing silently upon execution error (4438)
c583fe55 [k8s] Sanitize label's values to ensure k8s compatibility [1.5.x] (4440)
dc138ead [Feature Store] Drop columns according to the user `drop_columns` param when reading the result df with `RemoteVectorResponse` [1.5.x] (4427)
a87f00f8 [Package] Fix for inherited types unpacking [1.5.x] (4431)
347fe0e0 [Workflows] Fix missing related labels [1.5.x] (4420)
6464b392 [DB] Fix submit job not using specific db session (4418)

1.5.0rc17

Not secure
Features / Enhancements
* **Feature-set**: Inject db session from server [1.5.x], 4416, alonmr
* **Feature Store**: Revert the order of the columns in the return dataframe when running `get_offline_features` in remote [1.5.x], 4406, davesh0812
* **Workflows**: Minor tweaks, 4401, liranbg
* **Tests**: Changes according to featurevectorstatus changes [1.5.x], 4402, davesh0812
* **Log Collector**: Restart log streaming when k8s api sends eof [1.5.x], 4391, TomerShor
* **Docs**: Tutorials images [1.5.x], 4380, daniels290813
* **DOCS**: [model monitoring] use get_sample_path to get the model path [1.5.x], 4387, Eyal-Danieli
* **UI**: [Features & enhancement](https://github.com/mlrun/ui/releases/tag/v1.5.0-rc17#features-and-enhancements)

Bug fixes
* **Images**: Fix jupyter copy docs images source path [1.5.x], 4399, alonmr
* **Model Monitoring**: Fix drift result dictionary calculation when the value is 0 [1.5.x], 4386, Eyal-Danieli
* **UI**: [Bug fixes](https://github.com/mlrun/ui/releases/tag/v1.5.0-rc17#bug-fixes)


Pull requests:
f429a0c8 [Feature-set] Inject db session from server [1.5.x] (4416)
7b0db5de [Feature Store] Revert the order of the columns in the return Dataframe when running `get_offline_features` in remote [1.5.x] (4406)
8dd3764d [Workflows] Minor tweaks (4401)
517798f3 [Tests] Changes according to FeatureVectorStatus changes [1.5.x] (4402)
94bf9b8d [Log Collector] Restart log streaming when k8s API sends EOF [1.5.x] (4391)
9f4def50 [Images] Fix Jupyter copy docs images source path [1.5.x] (4399)
415ace89 [Docs] Tutorials images [1.5.x] (4380)
23961e2e [DOCS][Model Monitoring] Use get_sample_path to get the model path [1.5.x] (4387)
9b9bfa66 [Model Monitoring] Fix drift result dictionary calculation when the value is 0 [1.5.x] (4386)

1.5.0rc16

Not secure
Features / Enhancements
* **Dockerfiles**: Jupyter dockerfile update_demos [1.5.x], 4352, daniels290813
* **Feature Store**: Update feature vector features in featurevectorstatus [1.5.x], 4360, davesh0812
* **Datastore**: Revert removal of `time_field` parameter from `csvsource` [1.5.x], 4358, gtopper
* **Docs**: Add type hints to cli options [1.5.x], 4354, alonmr
* **UI**: [Features & enhancement](https://github.com/mlrun/ui/releases/tag/v1.5.0-rc16#features-and-enhancements)

Bug fixes
* **Datastore**: Fix `csvsource` tests by allowing non-list `parse_dates` [1.5.x], 4381, gtopper
* **RemoteRunner**: Fix sanitizing workflow spec [1.5.x], 4376, liranbg
* **Workflow**: Fix running preloaded workflow [1.5.x], 4368, liranbg
* **RuntimeResources**: Fix listing by label selector [1.5.x], 4372, liranbg
* **Tests**: Fix feature store test `test_preview_timestamp_key` [1.5.x], 4345, gtopper
* **UI**: [Bug fixes](https://github.com/mlrun/ui/releases/tag/v1.5.0-rc16#bug-fixes)


Pull requests:
7651a4c2 [Datastore] Fix `CSVSource` tests by allowing non-list `parse_dates` [1.5.x] (4381)
788f3b9d [RemoteRunner] Fix sanitizing workflow spec [1.5.x] (4376)
6f51dbad [Workflow] Fix running preloaded workflow [1.5.x] (4368)
01456d3a [RuntimeResources] Fix listing by label selector [1.5.x] (4372)
df454340 [Dockerfiles] Jupyter dockerfile update_demos [1.5.x] (4352)
2eb35ed2 [Feature Store] Update feature vector features in FeatureVectorStatus [1.5.x] (4360)
e4a9bd64 [Datastore] Revert removal of `time_field` parameter from `CSVSource` [1.5.x] (4358)
98ba15e4 [Docs] Add type hints to CLI options [1.5.x] (4354)
37281974 [Tests] Fix feature store test `test_preview_timestamp_key` [1.5.x] (4345)

1.5.0rc15

Not secure
Features / Enhancements
* **API**: Reduce spammy logs, 4342, liranbg
* **AsyncHTTP**: Do retry on connection refused error [1.5.x], 4335, liranbg
* **DOCS**: [model monitoring] update batch infer tutorial (4273) [1.5.x], 4337, Eyal-Danieli
* **UI**: [Features & enhancement](https://github.com/mlrun/ui/releases/tag/v1.5.0-rc15#features-and-enhancements)

Bug fixes
* **Tests**: Fix test_model_monitoring_voting_ensemble system test [1.5.x], 4339, jond01
* **UI**: [Bug fixes](https://github.com/mlrun/ui/releases/tag/v1.5.0-rc15#bug-fixes)


Pull requests:
9e89715c [API] Reduce spammy logs (4342)
a005ed90 [AsyncHTTP] Do retry on connection refused error [1.5.x] (4335)
5ce32c41 [Tests] Fix test_model_monitoring_voting_ensemble system test [1.5.x] (4339)
d0fc31f0 [DOCS][Model Monitoring] Update Batch Infer tutorial (4273) [1.5.x] (4337)

1.5.0rc14

Not secure
Features / Enhancements
* **Notifications**: Remove notification params from mlrun_exec_config, 4327, yaelgen
* **Docker**: Remedy security vulnerabilities, 4324, liranbg
* **Model Monitoring**: Send a notification when an app reports "detected" status [1.5.x], 4322, assaf758
* **KFP**: Warn when using image property for non-remote pipelines, 4316, liranbg
* **Model Monitoring**: Implement apps writer (ee) [1.5.x], 4314, jond01
* **Feature store**: Remove parameters deprecated in 1.5.0 [1.5.x], 4315, gtopper
* **Requirements**: Bump v3io-frames to 0.10.7 [1.5.x], 4304, gtopper
* **Docs**: Import mlrun missing in monitoring [1.5.x], 4308, daniels290813
* **Artifacts**: Increase retrieved iterations to 1k [1.5.x], 4307, liranbg
* **UI**: [Features & enhancement](https://github.com/mlrun/ui/releases/tag/v1.5.0-rc14#features-and-enhancements)

Bug fixes
* **Model Monitoring**: Fix generating function_uri when calling get_or_create_model_endpoint [1.5.x], 4323, Eyal-Danieli
* **Function Docs**: Fix wrongly reporting default param values when parsing function entrypoint, 4321, theSaarco
* **Tests**: Fix system tests local label verification [1.5.x], 4311, alonmr
* **UI**: [Bug fixes](https://github.com/mlrun/ui/releases/tag/v1.5.0-rc14#bug-fixes)


Pull requests:
8af11d8d [Notifications] Remove notification params from MLRUN_EXEC_CONFIG (4327)
404a1de4 [Docker] Remedy security vulnerabilities (4324)
630bba85 [Model Monitoring] Fix generating function_uri when calling get_or_create_model_endpoint [1.5.x] (4323)
7b83f87e [Function Docs] Fix wrongly reporting default param values when parsing function entrypoint (4321)
66798405 [Model Monitoring] Send a notification when an app reports "detected" status [1.5.x] (4322)
d7c484f2 [KFP] Warn when using image property for non-remote pipelines (4316)
4a04963c [Model Monitoring] Implement apps writer (EE) [1.5.x] (4314)
2ff6edd7 [Feature store] Remove parameters deprecated in 1.5.0 [1.5.x] (4315)
38c943fb [Tests] Fix system tests local label verification [1.5.x] (4311)
1590cfb1 [Requirements] Bump v3io-frames to 0.10.7 [1.5.x] (4304)
1f33f7c7 [Docs] Import mlrun missing in monitoring [1.5.x] (4308)
40a574c5 [Artifacts] Increase retrieved iterations to 1k [1.5.x] (4307)

Page 14 of 90

Links

Releases

Has known vulnerabilities

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.