Mlrun

Latest version: v1.6.2

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

Scan your dependencies

Page 18 of 90

1.4.0rc23

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

Bug fixes
* **Project**: Fix support for project_setup.py in new project flow and add docs [1.4.x], 3940, alonmr
* **UI**: [Bug fixes](https://github.com/mlrun/ui/releases/tag/v1.4.0-rc23#bug-fixes)


Pull requests:
117dedc7 [Project] Fix support for project_setup.py in new project flow and add docs [1.4.x] (3940)

1.4.0rc22

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

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


Pull requests:

1.4.0rc21

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

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


Pull requests:

1.4.0rc20

Not secure
Features / Enhancements
* **Feature Store**: Persist spark dataframe in ingest to improve performance [1.4.x], 3921, gtopper
* **Jupyter**: Add git support to jupyter image [1.4.x], 3915, alonmr
* **Requirements**: Bump storey to 1.4.4 [1.4.x], 3911, gtopper
* **UI**: [Features & enhancement](https://github.com/mlrun/ui/releases/tag/v1.4.0-rc20#features-and-enhancements)

Bug fixes
* **API**: Fix `files` api to work on non-k8s environments [1.4.x], 3918, theSaarco
* **Events**: Fix emitting deleted secret event on 404 [1.4.x], 3904, alonmr
* **Feature Store**: Fix `get_online_feature_service` for "viewer" user usage. [1.4.x], 3903, davesh0812
* **CI**: Fix release not using inputs, 3891, liranbg
* **UI**: [Bug fixes](https://github.com/mlrun/ui/releases/tag/v1.4.0-rc20#bug-fixes)


Pull requests:
7dc92b3c [Feature Store] Persist Spark dataframe in ingest to improve performance [1.4.x] (3921)
eceb1897 [API] Fix `files` API to work on non-k8s environments [1.4.x] (3918)
1c5b48cf [Jupyter] Add git support to jupyter image [1.4.x] (3915)
4327d9a0 [Requirements] Bump storey to 1.4.4 [1.4.x] (3911)
556e9262 [Events] Fix emitting deleted secret event on 404 [1.4.x] (3904)
398f5700 [Feature Store] Fix `get_online_feature_service` for "Viewer" user usage. [1.4.x] (3903)
066bc791 [CI] Fix release not using inputs (3891)

1.4.0rc19

Not secure
Features / Enhancements
* **Audit**: Refine audit event descriptions, 3886, liranbg
* **CI**: Enrich envvars with dev utils outputs, 3885, liranbg
* **CLI**: Get artifacts - return the uri of the artifact, 3868, Yacouby
* **Docs**: Adding mlrun.serving.states.basestep (to, error_handler) to api docs, 3873, davesh0812
* **Model Monitoring**: Update sklearn pre-trained model file for system tests, 3878, Eyal-Danieli
* **Workflows**: Add validation and error message for invalid workflow setup, 3846, yaelgen
* **Project**: Add pipeline runs deletion to project deletion cascade flow, 3857, tankilevitch
* **CI**: Login to registries anyway, 3866, liranbg
* **CI**: Introducing workflow reuse, 3860, liranbg
* **CI**: Prepare for feature release, 3852, liranbg
* **UI**: [Features & enhancement](https://github.com/mlrun/ui/releases/tag/v1.4.0-rc19#features-and-enhancements)

Bug fixes
* **Feature Store**: Fix `get_offline_features` with passthrough `bigquerysource`, 3887, gtopper
* **Notifications**: Fix workflow notifications not sending as expected, 3880, yaelgen
* **Tests**: Fix `test_get_offline_features_with_spark_engine`, 3882, gtopper
* **Notifications**: Fix getting git notification issue from github event file, 3883, quaark
* **Data Source**: Fix local retrievel when using time filter on chunked source, 3871, davesh0812
* **Artifacts**: Fix register artifacts overrides old artifacts, 3862, alonmr
* **Feature Store**: Fix ingest from ui with `passthrough=true` and no targets, 3867, gtopper
* **Feature Store**: Fix `feature_set.to_dataframe` when passthrough is true, 3865, davesh0812
* **UI**: [Bug fixes](https://github.com/mlrun/ui/releases/tag/v1.4.0-rc19#bug-fixes)


Pull requests:
11aae0bb [Feature Store] Fix `get_offline_features` with passthrough `BigQuerySource` (3887)
9e9e7f7c [Audit] Refine audit event descriptions (3886)
4f1e41c4 [CI] Enrich envvars with dev utils outputs (3885)
f6687a59 [CLI] Get artifacts - return the URI of the artifact (3868)
dd676812 [Docs] Adding mlrun.serving.states.BaseStep (to, error_handler) to api docs (3873)
945e9b6f [Notifications] Fix workflow notifications not sending as expected (3880)
99a954e3 [Tests] Fix `test_get_offline_features_with_spark_engine` (3882)
b47ff702 [Notifications] Fix Getting Git notification issue from GitHub event file (3883)
e5c9862b [Model Monitoring] Update sklearn pre-trained model file for system tests (3878)
ee2882b0 [Workflows] Add validation and error message for invalid workflow setup (3846)
9025ea62 [Data Source] Fix local retrievel when using time filter on chunked source (3871)
800df659 [Project] Add pipeline runs deletion to project deletion cascade flow (3857)
8c4402d2 [Artifacts] Fix register artifacts overrides old artifacts (3862)
64c05dd7 [Feature Store] Fix ingest from UI with `passthrough=True` and no targets (3867)
10bf7c3d [Feature Store] Fix `feature_set.to_dataframe` when passthrough is True (3865)
25e5969e [CI] Login to registries anyway (3866)
2b8053e0 [CI] Introducing workflow reuse (3860)
75dbe300 [CI] Prepare for feature release (3852)

1.4.0rc18

Not secure
Features / Enhancements
* **Project**: Refactor load project with sync functions, 3853, alonmr
* **Frameworks**: Support scikit-learn 1.3 deprecated normalize, 3858, guy1992l
* **CI**: Add options to github workflow manual dispatches, 3856, tankilevitch
* **Docs**: Update mlrun installation, 3845, jillnogold
* **requirements**: Bump v3io package to 0.5.21, 3849, assaf758
* **UI**: [Features & enhancement](https://github.com/mlrun/ui/releases/tag/v1.4.0-rc18#features-and-enhancements)

Bug fixes
* **Artifacts**: Fix list artifacts `name` docstring, 3855, alonmr
* **Artifacts**: Fix resolving target path in artifacts html, 3828, alonmr
* **CI**: Fix system test env file suffix, 3850, liranbg
* **CI**: Fix prepare.py typos, 3848, liranbg
* **Workflows**: Fix workflow message notification inconsistency, 3847, yaelgen
* **UI**: [Bug fixes](https://github.com/mlrun/ui/releases/tag/v1.4.0-rc18#bug-fixes)


Pull requests:
3f7fc939 [Project] Refactor load project with sync functions (3853)
8b5593bb [Frameworks] Support SciKit-Learn 1.3 deprecated normalize (3858)
97de6cb2 [Artifacts] Fix list artifacts `name` docstring (3855)
6d1929f2 [CI] Add options to github workflow manual dispatches (3856)
f2c6b4e5 [Docs] update MLRun installation (3845)
4faf5c88 [Artifacts] Fix resolving target path in artifacts html (3828)
7fd637c7 [CI] Fix system test env file suffix (3850)
6d6c14a4 [requirements] Bump v3io package to 0.5.21 (3849)
0264b6cc [CI] Fix prepare.py typos (3848)
44ef1d19 [Workflows] Fix workflow message notification inconsistency (3847)

Page 18 of 90

Links

Releases

Has known vulnerabilities

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.