Mlrun

Latest version: v1.6.2

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

Scan your dependencies

Page 43 of 90

1.1.0rc30

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

Bug fixes
* **Datastore**: Fix NoSqlBaseTarget non-instantiate check, 2330, assaf758
* **UI**: [Bug fixes](https://github.com/mlrun/ui/releases/tag/v1.1.0-rc30#bug-fixes)


Pull requests:
3a063a81 [Datastore] Fix NoSqlBaseTarget non-instantiate check (2330)

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)

Page 43 of 90

Links

Releases

Has known vulnerabilities

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.