Mlrun

Latest version: v1.6.2

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

Scan your dependencies

Page 37 of 90

1.2.0rc12

Not secure
Features / Enhancements
* **Runtimes**: Add with annotations method for runtimes, 2537, yaelgen
* **Docs**: New mlrun flow graphic, 2519, jillnogold
* **UI**: [Features & enhancement](https://github.com/mlrun/ui/releases/tag/v1.2.0-rc12#features-and-enhancements)

Bug fixes
* **Runs**: Change the way we are loading the project in `_enrich_run()`, 2556, tankilevitch
* **UI**: [Bug fixes](https://github.com/mlrun/ui/releases/tag/v1.2.0-rc12#bug-fixes)


Pull requests:
80dbb3f5 [Runs] Change the way we are loading the project in `_enrich_run()` (2556)
2801ab23 [Runtimes] Add with annotations method for runtimes (2537)
a1c9b1d5 [Docs] New mlrun flow graphic (2519)

1.2.0rc11

Not secure
Features / Enhancements
* **Requirements**: Bump v3io-py and v3io-fs, 2555, assaf758
* **Requirements**: Bump nuclio-jupyter to 0.9.4, 2554, tankilevitch
* **API**: Add elapsed time attribute to API logs, 2551, tankilevitch
* **Requirements**: Bump storey to 1.2.3, 2550, gtopper
* **Feature Store**: Check if mapping is unique and copy data before saving to nosql target, 2547, davesh0812
* **FeatureStore**: Update feature set / vector fix, 2538, AlonMaor14
* **FeatureStore**: Block preview with spark, 2533, speretz-ig
* **Feature Store**: Remove id from spark_stats, 2511, speretz-ig
* **UI**: [Features & enhancement](https://github.com/mlrun/ui/releases/tag/v1.2.0-rc11#features-and-enhancements)

Bug fixes
* **Datastore**: Fix `KafkaSource`, 2549, gtopper
* **API**: Fix delete runtime resources doesn't return 403 on insufficient permissions, 2542, quaark
* **CI**: Fix Enterprise System test running wrong cleanup command, 2544, quaark
* **CI**: Bump CI actions versions, 2553, tankilevitch
* **Docs**: Fix links, 2535, jillnogold
* **UI**: [Bug fixes](https://github.com/mlrun/ui/releases/tag/v1.2.0-rc11#bug-fixes)


Pull requests:
563932de [Requirements] Bump v3io-py and v3io-fs (2555)
1e27cb03 [CI] Bump CI actions versions (2553)
d18de974 [Requirements] Bump nuclio-jupyter to 0.9.4 (2554)
fd3ea8a4 [API] Change elapsed time to ms for easier querying (2552)
faa36625 [API] Add elapsed time attribute to API logs (2551)
7c13819a [Requirements] Bump storey to 1.2.3 (2550)
6073bbb1 [Datastore] Fix `KafkaSource` (2549)
70e6884a [Feature Store] Check if mapping is unique and copy data before saving to nosql target (2547)
46f063c0 [FeatureStore] Update feature set / vector fix (2538)
c7c4fe49 [API] Fix delete runtime resources doesn't return 403 on insufficient permissions (2542)
55e3996a [CI] Fix Enterprise System test running wrong cleanup command (2544)
01b7ea15 [FeatureStore] Block preview with spark (2533)
52e736a9 [Docs] Fix links (2535)
da1c1c62 [Feature Store] Remove id from spark_stats (2511)

1.2.0rc10

Not secure
Features / Enhancements
* **Run**: Add `artifact_path` enrichment from project, 2507, tankilevitch
* **UI**: [Features & enhancement](https://github.com/mlrun/ui/releases/tag/v1.2.0-rc10#features-and-enhancements)

Bug fixes
* **CI**: Fix System Test Cleanup Failing On Unicode Support For Click, 2536, quaark
* **DataStore**: Redis: fix rm() for non-default target, build redis key with hashtags and fix tests, 2534, assaf758
* **Memory Report**: Fix objgraph import, 2531, tankilevitch
* **Artifacts**: Fix list artifact with multiple tags returns multiple times with the same tag, 2532, tankilevitch
* **UI**: [Bug fixes](https://github.com/mlrun/ui/releases/tag/v1.2.0-rc10#bug-fixes)


Pull requests:
e6fee313 [Run] Add `artifact_path` enrichment from project (2507)
530c821e [Memory Report] Fix objgraph import (2531)
3b4d9465 [DataStore] Redis: fix rm() for non-default target, build redis key with hashtags and fix tests (2534)
f848f7fa [CI] Fix System Test Cleanup Failing On Unicode Support For Click (2536)
b640dac8 [Artifacts] Fix list artifact with multiple tags returns multiple times with the same tag (2532)

1.2.0rc9

Not secure
Features / Enhancements
* **API**: Memory Report Endpoints, 2513, quaark
* **UI**: [Features & enhancement](https://github.com/mlrun/ui/releases/tag/v1.2.0-rc9#features-and-enhancements)

Bug fixes
* **Runtimes**: Fix run fails after deploying function without defined image, 2530, tankilevitch
* **FeatureStore**: Fix redis purge after storey redis key change, 2522, assaf758
* **CI**: Fix System tests failing on cleanup, 2524, quaark
* **API**: Fix scheduled jobs on GKE are failing with resource quota error, 2520, quaark
* **Artifacts**: Fix for `plotly` and `bokeh` artifacts init method, 2518, guy1992l
* **Requirements**: Limit KFP to below of 1.8.14, 2516, tankilevitch
* **Feature Store**: Update feature set and vector fix, 2510, AlonMaor14
* **Requirements**: Add google-cloud to extras, 2517, tankilevitch
* **FeatureStore**: Multi index with pandas engine, 2529, davesh0812
* **FeatureStore**: Update tests + fix bug on MapValues step (with pandas engine), 2528, davesh0812
* **UI**: [Bug fixes](https://github.com/mlrun/ui/releases/tag/v1.2.0-rc9#bug-fixes)


Pull requests:
d1385c0f [Runtimes] Fix run fails after deploying function without defined image (2530)
fe8153f2 [FeatureStore] Multi index with pandas engine (2529)
ed14686f [Requirements] Add google-cloud to extras (2517)
6e7642d4 [FeatureStore] Update tests + fix bug on MapValues step (with pandas engine) (2528)
c20c72f3 [FeatureStore] Fix redis purge after storey redis key change (2522)
ce4cc239 [CI] Fix System tests failing on cleanup (2524)
850b8c2f [API] Fix scheduled jobs on GKE are failing with resource quota error (2520)
bd0a9653 [API] Memory Report Endpoints (2513)
5fa6d7b2 [Artifacts] Fix for `plotly` and `bokeh` artifacts init method (2518)
f7834101 [Requirements] Limit KFP to below of 1.8.14 (2516)
ca8227ba [Feature Store] Update feature set and vector fix (2510)

1.2.0rc8

Not secure
Features / Enhancements
* **Model Monitoring**: Avoid redeployment of already deployed model endpoints, 2484, Eyal-Danieli
* **FeatureStore**: On pandas fs-ingestion, skip setting the df index if it's already set to fs entity 0, 2509, assaf758
* **FeatureStore**: Redis: automaticaly detect redis type (standalone / cluster) and bump storey to 1.2.2, 2512, assaf758
* **CI**: Cleanup DataNode Docker Registry and Local Docker post System Tests, 2508, quaark
* **Docs**: update README, 2501, jillnogold
* **UI**: [Features & enhancement](https://github.com/mlrun/ui/releases/tag/v1.2.0-rc8#features-and-enhancements)

Bug fixes
* **DataStore**: V3io: Fix put large strings, 2515, alxtkr77
* **UI**: [Bug fixes](https://github.com/mlrun/ui/releases/tag/v1.2.0-rc8#bug-fixes)


Pull requests:
1a2fe517 [DataStore] V3io: Fix put large strings (2515)
03c31830 [Model Monitoring] Avoid redeployment of already deployed model endpoints (2484)
c4cf4253 [FeatureStore] On pandas fs-ingestion, skip setting the df index if it's already set to fs entity 0 (2509)
e1149af9 [FeatureStore] Redis: automaticaly detect redis type (standalone / cluster) and bump storey to 1.2.2 (2512)
1e6c1bff [CI] Cleanup DataNode Docker Registry and Local Docker post System Tests (2508)
a95b3fbb [Docs] update README (2501)

1.2.0rc7

Not secure
Features / Enhancements
* **Requirements**: Bump min requirements for few packages, 2506, tankilevitch
* **Docs**: Add handler decorator, 2493, gilad-shaham
* **Runtimes**: Job set executor SA only, 2497, speretz-ig
* **CI**: Add CI step to verify there are no conflicts and Bump pip version to 22.2.0, 2485, tankilevitch
* **Requirements**: Bump `storey` version and extend testing of `QueueStep`, 2498, gtopper
* **Docs**: basics and install updates, 2491, gilad-shaham
* **Docs**: Add google tag manager, 2489, jillnogold
* **DataStore**: support v3io datastore put() of objects larger than 5GB, 2455, alxtkr77
* **UI**: [Features & enhancement](https://github.com/mlrun/ui/releases/tag/v1.2.0-rc7#features-and-enhancements)

Bug fixes
* **Datastore**: Fix SASL bug in `KafkaSource`, 2504, gtopper
* **Projects**: Fix use of project ops (run/buils/..) with multiple projects, 2499, yaronha
* **Run**: Fix parsing inputs of type hinted `mlrun.DataItem`, 2500, guy1992l
* **Docs**: Refine language, 2496, jillnogold
* **UI**: [Bug fixes](https://github.com/mlrun/ui/releases/tag/v1.2.0-rc7#bug-fixes)


Pull requests:
079528db [Requirements] Bump min requirements for few packages (2506)
d3768f4f [Docs] Refine language (2496)
30c86b08 [Datastore] Fix SASL bug in `KafkaSource` (2504)
d4cd9bd9 [Docs] Add handler decorator (2493)
85c0eda2 [Projects] Fix use of project ops (run/buils/..) with multiple projects (2499)
4700aa3e [Runtimes] Job set executor SA only (2497)
9588fb95 [CI] Add CI step to verify there are no conflicts and Bump pip version to 22.2.0 (2485)
c7eb0cca [Run] Fix parsing inputs of type hinted `mlrun.DataItem` (2500)
51c264dc [Requirements] Bump `storey` version and extend testing of `QueueStep` (2498)
438f6f97 [Docs] basics and install updates (2491)
86ac77ad [Docs] Add google tag manager (2489)
7da6b60b [DataStore] support v3io datastore put() of objects larger than 5GB (2455)

Page 37 of 90

Links

Releases

Has known vulnerabilities

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.