Mlrun

Latest version: v1.6.2

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

Scan your dependencies

Page 34 of 90

1.2.1rc7

Not secure
Features / Enhancements
* **Datastore**: Backport fix handling of DataItem path in windows [1.2.x], 2785, yaronha
* **Pipelines**: Support `list_pipelines` with pagination & predicates [1.2.x], 2786, theSaarco
* **CLI**: [Runtimes] URL placeholder for using run args without URL [1.2.x], 2782, AlonMaor14
* **FeatureStore**: Fixing graph plot with multiple targets of same kind + adding storage kind to plot (2766) [1.2.x], 2779, theSaarco
* **Artifacts**: Serialize `DirArtifact` to dictionary using new format (2778) [1.2.x], 2780, theSaarco

* **UI**: [Features & enhancement](https://github.com/mlrun/ui/releases/tag/v1.2.1-rc7#features-and-enhancements)

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


Pull requests:
a8d20686 [Datastore] Backport fix handling of DataItem path in windows [1.2.x] (2785)
9bfadd02 [Pipelines] Support `list_pipelines` with pagination & predicates [1.2.x] (2786)
04136edc [CLI][Runtimes] URL placeholder for using run args without URL [1.2.x] (2782)
a4587012 [FeatureStore] Fixing graph plot with multiple targets of same kind + adding storage kind to plot (2766) [1.2.x] (2779)
38230699 [Artifacts] Serialize `DirArtifact` to dictionary using new format (2778) [1.2.x] (2780)

1.2.1rc6

Not secure
Features / Enhancements
* **Spark**: Use `FeatureSet`'s `timestamp_key` as fallback for source `time_field` [1.2.x], 2771, gtopper
* **Frameworks**: Remove regression special handling [1.2.x], 2770, guy1992l

* **UI**: [Features & enhancement](https://github.com/mlrun/ui/releases/tag/v1.2.1-rc6#features-and-enhancements)

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


Pull requests:
c6ced7a4 [Spark] Use `FeatureSet`'s `timestamp_key` as fallback for source `time_field` [1.2.x] (2771)
8690cb62 [Frameworks] Remove regression special handling [1.2.x] (2770)

1.2.1rc5

Not secure
Features / Enhancements
* **Backports**: Cherry pick latest updates to [1.2.x], 2768, yaronha
* **Model Monitoring**: Ensure auth info for model monitoring batch job function [1.2.x], 2756, Eyal-Danieli
* **CLI**: Validate base arguments (2745) [1.2.x], 2761, AlonMaor14
* **Requirements**: Bump storey to 1.2.5 [1.2.x], 2758, gtopper
**Docs**: Better docstring for `mount_s3`, added warnings (2737) [1.2.x], 2746, theSaarco
* **Projects**: Set default context path to working directory [1.2.x], 2744, liranbg
* **Docs**: Improve `log_dataset` docstring wrt `local_path` flag [1.2.x], 2743, TomerShor
* **UI**: [Features & enhancement](https://github.com/mlrun/ui/releases/tag/v1.2.1-rc5#features-and-enhancements)

Bug fixes
* **API**: Fix run paramaters larger than int64 corrupting projects [1.2.x], 2763, quaark
* **Run**: Fix not updating the run state when running local fails on pre-loading of the function [1.2.x], 2747, tankilevitch
* **Unknown**: Revert "[Spark] Shut local spark context down when `ingest` completes [1.2.x], 2751, gtopper
* **UI**: [Bug fixes](https://github.com/mlrun/ui/releases/tag/v1.2.1-rc5#bug-fixes)


Pull requests:
90a86df6 [Backports] Cherry pick latest updates to [1.2.x] (2768)
18e9c7d5 [Model Monitoring] Ensure auth info for model monitoring batch job function [1.2.x] (2756)
e047ea34 [CLI] Validate base arguments (2745) [1.2.x] (2761)
87920ef6 [API] Fix run paramaters larger than int64 corrupting projects [1.2.x] (2763)
0e4c79c0 [Requirements] Bump storey to 1.2.5 [1.2.x] (2758)
ac41d7d2 [Run] Fix not updating the run state when running local fails on pre-loading of the function [1.2.x] (2747)
7989cc99 Revert "[Spark] Shut local spark context down when `ingest` completes [1.2.x] (2751)
53584bf1 [Docs] Better docstring for `mount_s3`, added warnings (2737) [1.2.x] (2746)
92e59aea [Projects] Set default context path to working directory [1.2.x] (2744)
1286b087 [Docs] Improve `log_dataset` docstring wrt `local_path` flag [1.2.x] (2743)

1.2.1rc4

Not secure
Features / Enhancements
* **API**: Add project-scope `files`/`filestat` API that work with project secrets [1.2.x], 2728, theSaarco
* **UI**: [Features & enhancement](https://github.com/mlrun/ui/releases/tag/v1.2.1-rc4#features-and-enhancements)

Bug fixes
* **Runtime**: Fix resolving completion time [1.2.x], 2741, liranbg
* **CLI**: Backport - Fix watch when running function through CLI [1.2.x], 2739, tankilevitch
* **Unknown**: Revert "[Projects] Raise error for workflow scheduling with non-remote project [1.2.x]", 2736, tankilevitch
* **API**: Remove print from api [1.2.x], 2717, liranbg
* **Artifacts**: Don't resolve artifact `target_path` if explicitly request `upload=False` [1.2.x], 2704, tankilevitch
* **Schedules**: Fix label handling when reloading schedules [1.2.x], 2725, theSaarco
* **Utils**: - Remove spammy logs [1.2.x], 2729, liranbg
* **CLI**: Merge fixes for get runtime command and config set environment [1.2.x], 2715, yaronha
* **Datastore**: Fix _write_dataframe to pass `storage_options` to pandas write operations [1.2.x], 2707, gtopper
* **UI**: [Bug fixes](https://github.com/mlrun/ui/releases/tag/v1.2.1-rc4#bug-fixes)


Pull requests:
38bffe6d [Runtime] Fix resolving completion time [1.2.x] (2741)
9b909a3f [CLI] Backport - Fix watch when running function through CLI [1.2.x] (2739)
dbc826a0 Revert "[Projects] Raise error for workflow scheduling with non-remote project [1.2.x]" (2736)
947fb955 [API] Remove print from api [1.2.x] (2717)
2dc67dbd [Artifacts] Don't resolve artifact `target_path` if explicitly request `upload=False` [1.2.x] (2704)
7890fb51 [Schedules] Fix label handling when reloading schedules [1.2.x] (2725)
f8eb7b5b [API] Add project-scope `files`/`filestat` API that work with project secrets [1.2.x] (2728)
a03f2848 [Utils] - Remove spammy logs [1.2.x] (2729)
28d39d6d [CLI] Merge fixes for get runtime command and config set environment [1.2.x] (2715)
90dc095c [Datastore] Fix _write_dataframe to pass `storage_options` to pandas write operations [1.2.x] (2707)

1.2.1rc3

Not secure
Features / Enhancements
* **Artifacts**: Set dataset stats according to `stats` flag in `log_dataset` [1.2.x], 2698, TomerShor
* **Schedules**: Scheduled tasks access-key usage refactor (2695) [1.2.x], 2705, theSaarco
* **Run**: Normalize function name in `new_function` [1.2.x], 2701, TomerShor
* **Spark**: Shut local spark context down when `ingest` completes [1.2.x], 2694, gtopper
* **Projects**: Add missing `overwrite` field to `WorkflowSpec` [1.2.x], 2683, yonishelach
* **UI**: [Features & enhancement](https://github.com/mlrun/ui/releases/tag/v1.2.1-rc3#features-and-enhancements)

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


Pull requests:
cece4e9e [Artifacts] Set dataset stats according to `stats` flag in `log_dataset` [1.2.x] (2698)
e5983c41 [Schedules] Scheduled tasks access-key usage refactor (2695) [1.2.x] (2705)
4bd22b40 Revert "[CLI] Do not ignore unknown options [1.2.x]" (2702)
c04bcff3 [Run] Normalize function name in `new_function` [1.2.x] (2701)
88e9a519 [Projects] Raise error for workflow scheduling with non-remote project [1.2.x] (2689)
05eb0daf [Spark] Shut local spark context down when `ingest` completes [1.2.x] (2694)
603ebeea [Projects] Add missing `overwrite` field to `WorkflowSpec` [1.2.x] (2683)

1.2.1rc2

Not secure
Features / Enhancements
* **CLI**: Do not ignore unknown options [1.2.x], 2665, AlonMaor14
* **Project**: Add option to overwrite workflow schedule [1.2.x], 2657, yonishelach
* **UI**: [Features & enhancement](https://github.com/mlrun/ui/releases/tag/v1.2.1-rc2#features-and-enhancements)

Bug fixes
* **DataStore**: Fix how we resolve if running as API [1.2.x], 2681, tankilevitch
* **Secrets**: Fix `get_secret_or_env` [1.2.x], 2677, theSaarco
* **CLI**: Waiting for pod status with timeout fix when running project [1.2.x], 2652, AlonMaor14
* **FeatureStore**: Fix serving to support AVRO encoded kafka (2658), 2672, assaf758
* **Run**: Fix outputs wait for completion [1.2.x], 2670, tankilevitch
* **MPI**: Fix local variable `resp` referenced before assignment [1.2.x], 2668, tankilevitch
* **FeatureStore**: Fixing `impute` failures when using `get_online_feature_service` with a feature-vector uri (2666) [1.2.x], 2669, theSaarco
* **UI**: [Bug fixes](https://github.com/mlrun/ui/releases/tag/v1.2.1-rc2#bug-fixes)


Pull requests:
4a5a417a [DataStore] Fix how we resolve if running as API [1.2.x] (2681)
e5313dde [CLI] Do not ignore unknown options [1.2.x] (2665)
80903494 [Secrets] Fix `get_secret_or_env` [1.2.x] (2677)
753948cd [CLI] Waiting for pod status with timeout fix when running project [1.2.x] (2652)
2e1eb3f2 [FeatureStore] Fix serving to support AVRO encoded kafka (2658) (2672)
b991d310 [Run] Fix outputs wait for completion [1.2.x] (2670)
1f083781 [MPI] Fix local variable `resp` referenced before assignment [1.2.x] (2668)
edfd00f7 [FeatureStore] Fixing `impute` failures when using `get_online_feature_service` with a feature-vector uri (2666) [1.2.x] (2669)
c1a12fb2 [Project] Add option to overwrite workflow schedule [1.2.x] (2657)

Page 34 of 90

Links

Releases

Has known vulnerabilities

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.