Mlrun

Latest version: v1.6.2

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

Scan your dependencies

Page 25 of 90

1.3.1rc2

Not secure
Features / Enhancements
* **CI**: Backport 3401 and 3393, 3402, tankilevitch
* **CI**: Bump unstable version to 1.3.1, 3392, tankilevitch
* **UI**: [Features & enhancement](https://github.com/mlrun/ui/releases/tag/v1.3.1-rc2#features-and-enhancements)

Bug fixes
* **Spark**: Fix unexpected spark job failure [1.3.x], 3399, gtopper
* **Unknown**: Revert "[project] fix function name isn't treated uniformly [1.3.x]", 3395, tankilevitch
* **Features**: Fixing issue when value_type is `valuetype` instance, 3368, davesh0812
* **Tests**: Fixing spark system test, 3324, davesh0812
* **UI**: [Bug fixes](https://github.com/mlrun/ui/releases/tag/v1.3.1-rc2#bug-fixes)


Pull requests:
7d001f53 [CI] Backport 3401 and 3393 (3402)
b0aacb67 [Spark] Fix unexpected spark job failure [1.3.x] (3399)
9f9dfb3d Revert "[Project] Fix function name isn't treated uniformly [1.3.x]" (3395)
8bb0587f [Features] Fixing issue when value_type is `ValueType` instance (3368)
500f9723 [Tests] Fixing Spark system test (3324)
88185b07 [CI] Bump unstable version to 1.3.1 (3392)

1.3.1rc1

Not secure
Features / Enhancements
* **Spark**: Support more than 2 keys in spark online target ingestion engine [1.3.x], 3379, assaf758
* **Runtimes**: Avoid hang on large stderr output in `run_exec` [1.3.x], 3373, gtopper
* **Model Monitoring**: Cherry picks for model monitoring [1.3.x], 3362, Eyal-Danieli
* **API**: Reflect correct message wen waiting for chief [1.3.x], 3349, liranbg
* **Model Monitoring**: Adjust grafana dashboards to use v3io datasource instead of mlrun api [1.3.x], 3335, Eyal-Danieli
* **Models**: Set cflags before requirements installation [1.3.x], 3319, alonmr
* **1.3.x**: [schedule] update type hints for schedulecrontrigger to avoid unexpected pydantic behaviour (3286), 3316, assaf758
* **API**: Allow sorting pipelines when specifying project, 3310, alonmr
* **Models**: Add mpi4py requirement, 3303, alonmr
* **Utils**: Clone gitlab with fine-grained access tokens, 3297, alonmr
* **Nuclio**: `with_service_type` sdk, 3296, alonmr
* **CI**: Update release automation script, 3292, liranbg
* **Requirements**: Bump httpx version, 3291, liranbg
* **Spark**: Block pull source at runtime, 3275, alonmr
* **Project**: Remove unused legacy methods, 3268, alonmr
* **Feature Store**: Get_offline_features over relations: add support for spark retrieval engine, 3055, davesh0812
* **UI**: [Features & enhancement](https://github.com/mlrun/ui/releases/tag/v1.3.1-rc1#features-and-enhancements)

Bug fixes
* **Utils**: Fix multiple logs [1.3.x], 3382, gtopper
* **Serving**: Fix 200x logging in ci (and potentially elsewhere) [1.3.x], 3380, gtopper
* **Spark**: Fix resolving code path [1.3.x], 3367, alonmr
* **Runtimes**: Fix workdir and source target dir [1.3.x], 3354, alonmr
* **Docs**: Fix mlrun 1.3.0 client installation guide [1.3.x], 3343, alonmr
* **Datastore**: Fix leading zeros in time partition names [1.3.x], 3340, gtopper
* **Project**: Fix function name isn't treated uniformly [1.3.x], 3327, yaelgen
* **Serving**: Fix monitoring stream pod losing events when event timestamp's microsecond equals zero [1.3.x], 3317, assaf758
* **Context**: Fix failed to import a context from dict, 3308, yaelgen
* **Builder**: Fix default workdir and support setting workdir, 3245, alonmr
* **FrontendSpec**: Add allowed artifact path prefixes list to frontend spec, 3261, theSaarco
* **CI**: Bump prefix version for build images, 3315, liranbg
* **UI**: [Bug fixes](https://github.com/mlrun/ui/releases/tag/v1.3.1-rc1#bug-fixes)


Pull requests:
f4663a7f [Utils] Fix multiple logs [1.3.x] (3382)
1f69c7cf [Serving] Fix 200x logging in CI (and potentially elsewhere) [1.3.x] (3380)
19ad30fb [Spark] Support more than 2 keys in spark online target ingestion engine [1.3.x] (3379)
f34dd644 [Runtimes] Avoid hang on large stderr output in `run_exec` [1.3.x] (3373)
0a4e7844 [Spark] Fix resolving code path [1.3.x] (3367)
329e64dd [Runtimes] Fix workdir and source target dir [1.3.x] (3354)
e568327c [Model Monitoring] Cherry picks for model monitoring [1.3.x] (3362)
711f8329 [API] Reflect correct message wen waiting for chief [1.3.x] (3349)
195f625e [Docs] Fix mlrun 1.3.0 client installation guide [1.3.x] (3343)
70fc6ccb [Datastore] Fix leading zeros in time partition names [1.3.x] (3340)
326f9b36 [Model Monitoring] Adjust Grafana dashboards to use V3IO datasource instead of MLRun API [1.3.x] (3335)
ab36c8af [Project] Fix function name isn't treated uniformly [1.3.x] (3327)
15efe2e9 [Models] Set CFLAGS before requirements installation [1.3.x] (3319)
6c81baf0 [Serving] Fix monitoring stream pod losing events when event timestamp's microsecond equals zero [1.3.x] (3317)
0898e7da [1.3.x][Schedule] Update type hints for ScheduleCronTrigger to avoid unexpected pydantic behaviour (3286) (3316)
98f43706 [API] Allow sorting pipelines when specifying project (3310)
7d8811c1 [Context] Fix failed to import a context from dict (3308)
3cd252bf [Models] Add mpi4py requirement (3303)
85978042 [Utils] Clone gitlab with fine-grained access tokens (3297)
5b6d492b [Nuclio] `with_service_type` SDK (3296)
a6f50ff7 [CI] Update release automation script (3292)
5732dcc6 [Requirements] Bump httpx version (3291)
b28e4645 [Spark] Block pull source at runtime (3275)
e7078233 [Project] Remove unused legacy methods (3268)
ccc5ef74 [Builder] Fix default workdir and support setting workdir (3245)
3fb95c96 [FrontendSpec] Add allowed artifact path prefixes list to frontend spec (3261)
9360dd10 [Feature Store] get_offline_features over relations: add support for spark retrieval engine (3055)
5df665d3 [CI] Bump prefix version for build images (3315)

1.3.0

Not secure

1.3.0rc40

Not secure
Features / Enhancements
* **HTTPDB**: Replace invalid utf-8 characters on watch logs, 3311, alonmr
* **Docs**: Add Python 3.7 model for SciKit-Learn, 3306, guy1992l
* **Model Monitoring**: Split monitoring tests into different projects, 3309, Eyal-Danieli
* **Docs**: Update change log and cheat sheet, 3307, jillnogold
* **Doc**: Jobs and workflows, 3302, yevgenykhazan
* **UI**: [Features & enhancement](https://github.com/mlrun/ui/releases/tag/v1.3.0-rc40#features-and-enhancements)

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


Pull requests:
b0bb0f8f [HTTPDB] Replace invalid utf-8 characters on watch logs (3311)
22626814 [Docs] Add Python 3.7 model for SciKit-Learn (3306)
14894834 [Model Monitoring] Split monitoring tests into different projects (3309)
d2436435 [Docs] Update change log and cheat sheet (3307)
2e7c493c [Doc] Jobs and workflows (3302)

1.3.0rc39

Not secure
Features / Enhancements
* **Docs**: Add ML-3633 to Change log > Open issues, 3301, jillnogold
* **LogCollector**: Reduce readdirent when finding run log file path, 3304, liranbg
* **Docs**: Update Change Log, 3298, jillnogold
* **Tests**: Mark mask credentials test as enterprise, 3299, alonmr
* **UI**: [Features & enhancement](https://github.com/mlrun/ui/releases/tag/v1.3.0-rc39#features-and-enhancements)

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


Pull requests:
0ffb585e [Docs] Add ML-3633 to Change log > Open issues (3301)
204fca17 [LogCollector] Reduce readdirent when finding run log file path (3304)
0759994d [Docs] Update Change Log (3298)
46defe47 [Tests] Mark mask credentials test as enterprise (3299)

1.3.0rc38

Not secure
Features / Enhancements
* **SDK**: Bring back the `overwrite` flag with deprecation warning, 3294, quaark
* **CI**: Increase open source tests timeout, 3290, liranbg
* **Docs**: Add v1.3.0 change log, 3194, jillnogold
* **UI**: [Features & enhancement](https://github.com/mlrun/ui/releases/tag/v1.3.0-rc38#features-and-enhancements)

Bug fixes
* **Tests**: Fix `TestFeatureStoreSparkEngine.test_get_offline_features_with_filter_and_indexes`, 3293, davesh0812
* **Docs**: Add warning about images, fix data transformation table, 3288, jillnogold
* **UI**: [Bug fixes](https://github.com/mlrun/ui/releases/tag/v1.3.0-rc38#bug-fixes)


Pull requests:
3a3b31db [Tests] Fix `TestFeatureStoreSparkEngine.test_get_offline_features_with_filter_and_indexes` (3293)
63c5bec4 [SDK] Bring back the `overwrite` flag with deprecation warning (3294)
10f177c5 [CI] Increase open source tests timeout (3290)
145392b9 [Docs] Add warning about images, fix data transformation table (3288)
c0c1736a [Docs] Add v1.3.0 change log (3194)

Page 25 of 90

Links

Releases

Has known vulnerabilities

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.