Mlrun

Latest version: v1.7.0

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

Scan your dependencies

Page 55 of 102

1.1.0rc29

Not secure
Features / Enhancements
* **Datastore**: Support `wasb`/`wasbs` schema, 2259, speretz-ig
* **Requirements**: Bump storey to 1.1.9, 2328, assaf758
* **Feature-store**: Support storey over redis, 2234, assaf758
* **UI**: [Features & enhancement](https://github.com/mlrun/ui/releases/tag/v1.1.0-rc29#features-and-enhancements)

Bug fixes
* **Datastore**: Fix redis-store rm for single file deletion, 2327, assaf758
* **UI**: [Bug fixes](https://github.com/mlrun/ui/releases/tag/v1.1.0-rc29#bug-fixes)


Pull requests:
ac4bb17c [Datastore] Support `wasb`/`wasbs` schema (2259)
b1672232 [Datastore] Fix redis-store rm for single file deletion (2327)
85f8900f [Requirements] Bump storey to 1.1.9 (2328)
fdbb6031 [Feature-store] Support storey over redis (2234)

1.1.0rc28

Not secure
Features / Enhancements
* **Run**: Change the MLRun function decorator: function, 2322, davesh0812
* **UI**: [Features & enhancement](https://github.com/mlrun/ui/releases/tag/v1.1.0-rc28#features-and-enhancements)

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


Pull requests:
49bddabd [Run] Change the MLRun function decorator: function (2322)

1.1.0rc27

Not secure
Features / Enhancements
* **Requirements**: Bump storey to 1.1.8, 2318, gtopper
* **UI**: [Features & enhancement](https://github.com/mlrun/ui/releases/tag/v1.1.0-rc27#features-and-enhancements)

Bug fixes
* **Tutorial**: Fix taxi demo and align quick-start, 2304, daniels290813
* **Projects**: Fix saving project by default when loading project from db, 2319, tankilevitch
* **Model Monitoring**: Fix voting ensemble system test, 2309, Eyal-Danieli
* **UI**: [Bug fixes](https://github.com/mlrun/ui/releases/tag/v1.1.0-rc27#bug-fixes)


Pull requests:
f81e92b6 [Projects] Fix saving project by default when loading project from db (2319)
a0ba4d63 [Model Monitoring] Fix voting ensemble system test (2309)
28409ad0 [Requirements] Bump storey to 1.1.8 (2318)
8194fcaf [Tutorial] Fix taxi demo and align quick-start (2304)

1.1.0rc26

Not secure
Features / Enhancements
* **Runtimes**: Adding a modifier and auto-mount option to configure multiple env variables, 2276, theSaarco
* **Docs**: installation prerequisites, 2305, jillnogold
* **API**: Read session verification data from both body and headers, 2290, TomerShor
* **CI**: Add Copyright Instructions To Copyright Checker, 2300, quaark
* **CI**: Run Docker Image Cleanup After System Tests, 2297, quaark
* **MLRun**: Fix shebang with copyright, 2296, eliyahu77
* **UI**: [Features & enhancement](https://github.com/mlrun/ui/releases/tag/v1.1.0-rc26#features-and-enhancements)

Bug fixes
* **API**: Fix not raising error when deleting runs with unprivileged user, 2310, tankilevitch
* **Feature Store**: Fix drop of partitioning columns, 2294, gtopper
* **Projects**: Fix project deletion in system tests, 2307, tankilevitch
* **CI**: Fix condition in system test, 2302, tankilevitch
* **Functions**: Fix Git Branches with Slashes not Supported, 2263, quaark
* **CI**: Fix passing way of resolving mlrun hash system tests, 2299, tankilevitch
* **UI**: [Bug fixes](https://github.com/mlrun/ui/releases/tag/v1.1.0-rc26#bug-fixes)


Pull requests:
9d50fe27 [API] Fix not raising error when deleting runs with unprivileged user (2310)
cefac671 [Feature Store] Fix drop of partitioning columns (2294)
68f1b4ed [Runtimes] Adding a modifier and auto-mount option to configure multiple env variables (2276)
bb0fa8df [Docs] installation prerequisites (2305)
a107ed04 [Projects] Fix project deletion in system tests (2307)
209c19e1 [CI] Fix condition in system test (2302)
a5d26397 [API] Read session verification data from both body and headers (2290)
4640caac [CI] Add Copyright Instructions To Copyright Checker (2300)
d8cb4837 [Functions] Fix Git Branches with Slashes not Supported (2263)
8ef6b903 [CI] Fix passing way of resolving mlrun hash system tests (2299)
c7defc48 [CI] Run Docker Image Cleanup After System Tests (2297)
5d8c4064 [MLRun] Fix shebang with copyright (2296)

1.1.0rc25

Not secure
Features / Enhancements
* **Project**: Change default `new_project` to create instead of store, 2279, AlonMaor14
* **CI**: Find new files without copyright, 2288, tankilevitch
* **Feature Store**: Update `return_df` behaviour in ingest, 2284, yonishelach
* **Docs**: Add canary function cfg, 2260, jillnogold
* **Run**: Created the MLRun function decorator: `context`, 2275, guy1992l
* **MLRun**: Add Copyright Disclaimer, 2286, eliyahu77
* **Feature Store**: Add filter option for get offline features for all engines type, 1956, davesh0812
* **Runtimes**: Add patch option for `with_requests` & `with_limits`, 2282, tankilevitch
* **Jupyter**: Remove Enterprise Demos from Open Source Image, 2278, quaark
* **CI**: Remove demos from system tests, 2281, tankilevitch
* **UI**: [Features & enhancement](https://github.com/mlrun/ui/releases/tag/v1.1.0-rc25#features-and-enhancements)

Bug fixes
* **Feature Store**: Fix `set_targets(["parquet"])`, 2287, gtopper
* **Feature store**: Changed fset status targets to have partitioning related fields, 2285, theSaarco
* **Model Monitoring**: Fix label columns in the monitoring serving graph and model endpoint object, 2264, Eyal-Danieli
* **Docker Compose**: Fix models preview when running with jupyter, 2280, tankilevitch
* **Docs**: Remove tabs and fix some typos from apply mlrun demo, 2274, gilad-shaham
* **SDK**: Fix Access Key saved as clear text when deploying a serving function, 2277, quaark
* **Project**: Return `get_run_status` with deprecation warning, 2283, yonishelach
* **Spark**: Fix backwards-comp issue with `spark-2` and `spark-3` in 0.10 client and 1.1 server, 2292, theSaarco
* **UI**: [Bug fixes](https://github.com/mlrun/ui/releases/tag/v1.1.0-rc25#bug-fixes)


Pull requests:
23f0e5fb [Project] Change default `new_project` to create instead of store (2279)
ffa49931 [CI] Fix github sha passed between jobs in system tests (2295)
7c89c587 [CI] Fix system tests checkout sha (2293)
5307bda8 [Spark] Fix backwards-comp issue with `spark-2` and `spark-3` in 0.10 client and 1.1 server (2292)
546ba7cd [CI] Fix passing params between jobs in system tests (2291)
c04840f2 [CI] Fix System tests not running with the same commit hash (2289)
1e8f84be [CI] Find new files without copyright (2288)
9f8cb942 [Feature Store] Update `return_df` behaviour in ingest (2284)
a077155a [Docs] Add canary function cfg (2260)
6973427f [Feature store] Changed fset status targets to have partitioning related fields (2285)
e96ef45c [Feature Store] Fix `set_targets(["parquet"])` (2287)
89938354 [Run] Created the MLRun function decorator: `context` (2275)
48e15a1b [MLRun] Add Copyright Disclaimer (2286)
8240eaf9 [SDK] Fix Access Key saved as clear text when deploying a serving function (2277)
14fde2b3 [Project] Return `get_run_status` with deprecation warning (2283)
15ccd9e0 [Feature Store] Add filter option for get offline features for all engines type (1956)
39f25ae4 [Model Monitoring] Fix label columns in the monitoring serving graph and model endpoint object (2264)
5c3d6af5 [Runtimes] Add patch option for `with_requests` & `with_limits` (2282)
bc76e50a [Jupyter] Remove Enterprise Demos from Open Source Image (2278)
f23f8645 [CI] Remove demos from system tests (2281)
5287bf10 [Docker Compose] Fix models preview when running with jupyter (2280)
dfac0762 [Docs] Remove tabs and fix some typos from apply mlrun demo (2274)

1.1.0rc24

Not secure
Features / Enhancements
* **Docs**: Add powershell instructions for local docker installation, 2273, gilad-shaham
* **Docs**: Add docs for upgrading MLRun Kit helm chart, 2270, quaark
* **Docs**: Move to sphinx-design and add cards for the `tutorials and examples` page, 2112, gilad-shaham
* **Docs**: Add links to installation videos, 2262, jillnogold
* **Docs**: Bump docs docker tag to 1.0.6, 2261, tankilevitch
* **Docs**: Bump docker compose to use 1.0.5, 2256, tankilevitch
* **Docs**: Add badges, 2254, tankilevitch
* **Docs**: restructure, 2152, jillnogold
* **Runtimes**: Bump the default spark operator version to `spark-3`, 2269, theSaarco
* **Requirements**: Bump storey to 1.1.7, 2258, gtopper
* **UI**: [Features & enhancement](https://github.com/mlrun/ui/releases/tag/v1.1.0-rc24#features-and-enhancements)

Bug fixes
* **Scheduler**: Fix `next_run_time=None` when querying schedules from worker instance, 2268, tankilevitch
* **Project**: Allow not cloning project from zip/tgz on load project, 2249, AlonMaor14
* **API**: Fix requests to Projects Leader fail with `Connection Aborted`, 2248, quaark
* **SDK**: Fix import errors with HTTP retry mechanism, 2271, quaark
* **Docs**: Typo changes, 2267, george0st
* **UI**: [Bug fixes](https://github.com/mlrun/ui/releases/tag/v1.1.0-rc24#bug-fixes)


Pull requests:
1d056b73 [Docs] Add powershell instructions for local docker installation (2273)
c90b5b49 [Scheduler] Fix `next_run_time=None` when querying schedules from worker instance (2268)
f9ea81de [Runtimes] Bump the default spark operator version to `spark-3` (2269)
1db1d8d1 [Docs] Typo changes (2267)
9239358e [SDK] Fix import errors with HTTP retry mechanism (2271)
8f99a614 [Docs] Add docs for upgrading MLRun Kit helm chart (2270)
2943cca3 [API] Fix requests to Projects Leader fail with `Connection Aborted` (2248)
815283ff [Docs] Move to sphinx-design and add cards for the `tutorials and examples` page (2112)
a7ace287 [Docs] Add links to installation videos (2262)
b2114bc4 [Docs] Bump docs docker tag to 1.0.6 (2261)
fed6826f [Project] Allow not cloning project from zip/tgz on load project (2249)
467813bf [Requirements] Bump storey to 1.1.7 (2258)
2368aecb [Docs] Bump docker compose to use 1.0.5 (2256)
ca9b5e01 [Docs] Add badges (2254)
33e18f08 [Docs] restructure (2152)

Page 55 of 102

Links

Releases

Has known vulnerabilities

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.