Mlrun

Latest version: v1.6.2

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

Scan your dependencies

Page 29 of 90

1.3.0rc19

Not secure
Features / Enhancements
* **Setup.py**: Added missing package, 3029, liranbg
* **Logs**: Check logs collected for new log collection implementation, 3024, tankilevitch
* **Runtimes**: Add global secret option - secret whose keys will be attached to all functions, 3025, theSaarco
* **Requirements**: Add graphivz to `mlrun[complete]`, 3023, tankilevitch
* **CI**: Update prepare.py to getch provctl from specific endpoint, 3022, liranbg
* **UI**: [Features & enhancement](https://github.com/mlrun/ui/releases/tag/v1.3.0-rc19#features-and-enhancements)

Bug fixes
* **CI**: Fix order in release workflow of the `checkout` action, 3031, tankilevitch
* **Feature Store**: Fix outer-join when user pass `entity_rows` to `get_offline_feature`, 3014, davesh0812
* **Requirements**: Add setuptools requirement to fix vulnerability, 3026, tankilevitch
* **UI**: [Bug fixes](https://github.com/mlrun/ui/releases/tag/v1.3.0-rc19#bug-fixes)


Pull requests:
63c0b6d4 [CI] Fix order in release workflow of the `checkout` action (3031)
1febb793 [Setup.py] Added missing package (3029)
06ade06f [Feature Store] Fix outer-join when user pass `entity_rows` to `get_offline_feature` (3014)
cb18214d [Logs] Check logs collected for new log collection implementation (3024)
595f657b [Requirements] Add setuptools requirement to fix vulnerability (3026)
de9ef213 [Runtimes] Add global secret option - secret whose keys will be attached to all functions (3025)
6a5eec2c [Requirements] Add graphivz to `mlrun[complete]` (3023)
d9b8f5a3 [CI] Update prepare.py to getch provctl from specific endpoint (3022)

1.3.0rc18

Not secure
Features / Enhancements
* **API**: Add middlewares to ensure ui reset cache upon mlrun upgrades, 2983, liranbg
* **CI**: Add `log-collector` image to build CI, 3016, tankilevitch
* **Docs**: Update info about DropFeatures, 3013, george0st
* **UI**: [Features & enhancement](https://github.com/mlrun/ui/releases/tag/v1.3.0-rc18#features-and-enhancements)

Bug fixes
* **Tests**: Fix `test_timeout_warning` test, 3021, yonishelach
* **UI**: [Bug fixes](https://github.com/mlrun/ui/releases/tag/v1.3.0-rc18#bug-fixes)


Pull requests:
00873324 [Tests] Fix `test_timeout_warning` test (3021)
19a2605a [API] Add middlewares to ensure ui reset cache upon mlrun upgrades (2983)
87bcca57 [CI] Add `log-collector` image to build CI (3016)
3b00dc1a [Docs] Update info about DropFeatures (3013)

1.3.0rc17

Not secure
Features / Enhancements
* **Dask**: Disable watch, 2989, AlonMaor14
* **Images**: Add resolvement of image tag per client's version and python version, 2981, tankilevitch
* **Log Collector**: Add sidecar support, 3006, tankilevitch
* **Tests**: Skip sql tests when no sql db is configured, 3004, davesh0812
* **UI**: [Features & enhancement](https://github.com/mlrun/ui/releases/tag/v1.3.0-rc17#features-and-enhancements)

Bug fixes
* **Tests**: Fix FeatureStore test_overwrite, 3008, assaf758
* **UI**: [Bug fixes](https://github.com/mlrun/ui/releases/tag/v1.3.0-rc17#bug-fixes)


Pull requests:
4591c182 [Dask] Disable watch (2989)
42448066 [Images] Add resolvement of image tag per client's version and python version (2981)
b48d7df7 [Log Collector] Add sidecar support (3006)
60354894 [Tests] Fix FeatureStore test_overwrite (3008)
c6ec0117 [Tests] Skip sql tests when no sql db is configured (3004)

1.3.0rc16

Not secure
Features / Enhancements
* **Docs**: Add RedisNoSqlTarget secrets and path updates, 3001, jillnogold
* **Spark**: Skip test when no redis server is set, 2999, alxtkr77
* **Docs**: Update mlrun-config command explanation, 2994, yevgenykhazan
* **Requirements**: Bump nuclio-jupyter to 0.9.7, 2992, AlonMaor14
* **Docs**: Add `x-refs` and `m-dash` spaces, 2990, jillnogold
* **Docs**: Add: register offline data as a feature set; feature store spark using Redis; SQL source, target and driver, 2944, jillnogold
* **Feature Store**: Validator for features only & Init `RegexValidator` class `from_dict`, 2971, davesh0812
* **Projects**: Add project default image, 2969, theSaarco
* **FeatureStore**: Support specifying relations between feature sets, and allow get-offline joins (inner/outer/right/left) on these relations, 2541, davesh0812
* **Images**: Allow to override models-gpu base image, 2980, AlonMaor14
* **Images**: Build python 3.7 images, 2936, AlonMaor14
* **Docs**: Add documentation for FeatureSet.plot, 2956, george0st
* **UI**: [Features & enhancement](https://github.com/mlrun/ui/releases/tag/v1.3.0-rc16#features-and-enhancements)

Bug fixes
* **CI**: Fix project demo git repo related tests, 3005, tankilevitch
* **Tests**: Fix project system tests, 3002, AlonMaor14
* **Nuclio**: Fix propagating http errors, 2998, liranbg
* **Artifacts**: Fix labels handling and documentation in `list_artifacts` and `list_models`, 2988, theSaarco
* **Dask**: Fix worker resources and deprecate methods, 2984, AlonMaor14
* **Config**: Use prefixed secrets as credentials, 2972, alxtkr77
* **Images**: Fix Jupyter image tag, 2978, AlonMaor14
* **Images**: Fix build images CI, 2977, AlonMaor14
* **UI**: [Bug fixes](https://github.com/mlrun/ui/releases/tag/v1.3.0-rc16#bug-fixes)


Pull requests:
7d1ddaa2 [CI] Fix project demo git repo related tests (3005)
1e6ca023 [Docs] Add RedisNoSqlTarget secrets and path updates (3001)
cbcaecdd [Tests] Fix project system tests (3002)
a7533747 [Spark] Skip test when no redis server is set (2999)
4ebf382d [Nuclio] Fix propagating http errors (2998)
9375d8fe [Artifacts] Fix labels handling and documentation in `list_artifacts` and `list_models` (2988)
95f26bfb [Docs] Update mlrun-config command explanation (2994)
cdb6b1fa [Requirements] Bump nuclio-jupyter to 0.9.7 (2992)
60b61d5e [Docs] Add `x-refs` and `m-dash` spaces (2990)
62699e15 [Docs] Add: register offline data as a feature set; feature store spark using Redis; SQL source, target and driver (2944)
109803dc [Dask] Fix worker resources and deprecate methods (2984)
844d8ffc [Feature Store] Validator for features only & Init `RegexValidator` class `from_dict` (2971)
0b89d228 [Projects] Add project default image (2969)
65e4a340 [FeatureStore] Support specifying relations between feature sets, and allow get-offline joins (inner/outer/right/left) on these relations (2541)
f6f6df54 [Config] Use prefixed secrets as credentials (2972)
c08e224c [Images] Allow to override models-gpu base image (2980)
36d612fb [Images] Fix Jupyter image tag (2978)
2cd5d3d3 [Images] Fix build images CI (2977)
1bb09362 [Images] Build python 3.7 images (2936)
a1661748 [Docs] Add documentation for FeatureSet.plot (2956)

1.3.0rc15

Not secure
Features / Enhancements
* **Docs**: Add PR conventions, 2970, tankilevitch
* **UI**: [Features & enhancement](https://github.com/mlrun/ui/releases/tag/v1.3.0-rc15#features-and-enhancements)

Bug fixes
* **OPA**: Fix asynchronous requests, 2975, liranbg
* **UI**: [Bug fixes](https://github.com/mlrun/ui/releases/tag/v1.3.0-rc15#bug-fixes)


Pull requests:
aa902ad4 [OPA] Fix asynchronous requests (2975)
d401b793 [Docs] Add PR conventions (2970)

1.3.0rc14

Not secure
Features / Enhancements
* **Spark**: Add redis support, 2930, alxtkr77
* **CI**: Bump release workflow to adhere new github set-output convention, 2968, liranbg
* **UI**: [Features & enhancement](https://github.com/mlrun/ui/releases/tag/v1.3.0-rc14#features-and-enhancements)

Bug fixes
* **Feature Store**: Fix `Imputer`'s `None` types check, 2941, yonishelach
* **CI**: Fix build workflow not outputs registries to `GITHUB_OUTPUT`, 2967, tankilevitch
* **UI**: [Bug fixes](https://github.com/mlrun/ui/releases/tag/v1.3.0-rc14#bug-fixes)


Pull requests:
4fbaa054 [Spark] Add redis support (2930)
4f407d34 [Feature Store] Fix `Imputer`'s `None` types check (2941)
bbc7d143 [CI] Bump release workflow to adhere new github set-output convention (2968)
767cf6a6 [CI] Fix build workflow not outputs registries to `GITHUB_OUTPUT` (2967)

Page 29 of 90

Links

Releases

Has known vulnerabilities

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.