Mlrun

Latest version: v1.6.2

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

Scan your dependencies

Page 31 of 90

1.3.0rc6

Not secure
Features / Enhancements
* **Project**: Fix working dir consistency behavior of project functions, 2892, yaelgen
* **Scheduler**: Fix submit not being true-async, 2922, liranbg
* **Feature Store**: Fix scheduled ingest, 2920, gtopper
* **Requirments**: bump storey to 1.3.6, 2921, assaf758
* **Feature Store**: Remove unnecessary argument, 2902, gtopper
* **Runtimes**: Add an API to control image pull configuration, 2897, theSaarco
* **Schedules**: Fix async function being blocked by sync IO, 2915, liranbg
* **Tests**: Async client headers filtering, 2917, AlonMaor14
* **API**: Make worker to chief api calls async, 2913, liranbg
* **CLI**: [Projects] Add `source` and fixed `override` to run workflow, 2769, yonishelach
* **Scheduler**: Fix transient unit test failures take 2, 2914, AlonMaor14
* **Utils**: [Async Client] Filter `None` header values, 2912, AlonMaor14
* **Requirements**: Bump alembic, 2911, AlonMaor14
* **Scheduler**: Fix transient unit test failures, 2908, AlonMaor14
* **Iguazio**: Add async client, 2899, liranbg
* **CI**: Update CI to use relevant python versions, 2890, liranbg
* **CLI**: [Project] Add option to save secrets, 2804, GiladShapira94
* **SDK**: Fix running pipelines when Kubeflow Pipelines isn't installed, 2904, quaark
* **Unknown**: Data items documentation change, 2679, yevgenykhazan
* **Feature Store**: Fix unsafe access to `output_path`, 2893, gtopper
* **Requirements**: bump storey to v1.3.5, 2894, assaf758
* **Opa**: Use async http client, 2884, liranbg
* **UI**: [Features & enhancement](https://github.com/mlrun/ui/releases/tag/v1.3.0-rc6#features-and-enhancements)

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


Pull requests:
990f1456 [Project] Fix working dir consistency behavior of project functions (2892)
c12ff5c4 [Scheduler] Fix submit not being true-async (2922)
26edd7bc [Feature Store] Fix scheduled ingest (2920)
d4a42907 [Requirments] bump storey to 1.3.6 (2921)
85699a34 [Feature Store] Remove unnecessary argument (2902)
005031f5 [Runtimes] Add an API to control image pull configuration (2897)
69ba970e [Schedules] Fix async function being blocked by sync IO (2915)
29b4e2b1 [Tests] Async client headers filtering (2917)
4591c77c [API] Make worker to chief api calls async (2913)
f1112684 [CLI][Projects] Add `source` and fixed `override` to run workflow (2769)
91b36ced [Scheduler] Fix transient unit test failures take 2 (2914)
d6126eb7 [Utils][Async Client] Filter `None` header values (2912)
d21f5c51 [Requirements] Bump alembic (2911)
a4d04fdc [Scheduler] Fix transient unit test failures (2908)
fd68c85d [Iguazio] Add async client (2899)
cbaf082b [CI] Update CI to use relevant python versions (2890)
76c8a7df [CLI][Project] Add option to save secrets (2804)
6aa1a70f [SDK] Fix running pipelines when Kubeflow Pipelines isn't installed (2904)
fd0b375f Data items documentation change (2679)
2e53beba [Feature Store] Fix unsafe access to `output_path` (2893)
66c62ae1 [Requirements] bump storey to v1.3.5 (2894)
ba235485 [Opa] Use async http client (2884)

1.3.0rc5

Not secure
Features / Enhancements
* **Model Monitoring**: Fix the timeout waiting before writing the events into the TSDB, 2842, Eyal-Danieli
* **Docs**: Docker detached command line option, 2887, gilad-shaham
* **Serving**: Router parallel run + weights option., 2798, davesh0812
* **Requirments**: bump storey to v1.3.4, 2886, assaf758
* **Nuclio**: Add container image to function status, 2876, TomerShor
* **Tags**: Deny artifact tags with special characters via sdk, 2789, yaelgen
* **Docs**: Add log_dataset formats, 2879, jillnogold
* **Project**: System tests fixes, 2880, AlonMaor14
* **CI**: Make system test session report concise, 2883, liranbg
* **Scheduler**: Fix missing job in scheduler error message, 2877, AlonMaor14
* **Tests**: Replace `sklearn_classifier` with `auto_trainer` in tests and examples, 2849, Eyal-Danieli
* **Feature Store**: Default `get_offline_features` with spark engine to correct handler and image, 2807, gtopper
* **Run**: Add a test for using class methods as handlers, 2878, guy1992l
* **K8s**: Failed to read secret exception, 2873, AlonMaor14
* **Scheduler**: Update next run time after skipping run, 2870, AlonMaor14
* **CI**: Tweak system test reports to be less spammy, 2868, liranbg
* **Scheduler**: Fix `APScedhuler` documentation links, 2684, AlonMaor14
* **UI**: [Features & enhancement](https://github.com/mlrun/ui/releases/tag/v1.3.0-rc5#features-and-enhancements)

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


Pull requests:
8f4badd3 [Model Monitoring] Fix the timeout waiting before writing the events into the TSDB (2842)
408555c6 [Docs] Docker detached command line option (2887)
237534aa [Serving] Router parallel run + weights option. (2798)
4a6d1213 [Requirments] bump storey to v1.3.4 (2886)
ad4105e9 [Nuclio] Add container image to function status (2876)
2a33c8f8 [Tags] Deny artifact tags with special characters via sdk (2789)
9adf5290 [Docs] Add log_dataset formats (2879)
b6c4ad16 [Project] System tests fixes (2880)
2773fab3 [CI] Make system test session report concise (2883)
9af17c4b [Scheduler] Fix missing job in scheduler error message (2877)
9c099b77 [Tests] Replace `sklearn_classifier` with `auto_trainer` in tests and examples (2849)
7204a395 [Feature Store] Default `get_offline_features` with spark engine to correct handler and image (2807)
d4db570a [Run] Add a test for using class methods as handlers (2878)
54e876a4 [K8s] Failed to read secret exception (2873)
dcedfdb8 [Scheduler] Update next run time after skipping run (2870)
b427f7b6 [CI] Tweak system test reports to be less spammy (2868)
2569051a [Scheduler] Fix `APScedhuler` documentation links (2684)

1.3.0rc4

Not secure

1.3.0rc3

Not secure

1.3.0rc2

Not secure
Features / Enhancements
* **Pipelines**: Support `list_pipelines` with pagination & predicates, 2784, theSaarco

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

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


Pull requests:
39701c39 [Pipelines] Support `list_pipelines` with pagination & predicates (2784)

1.3.0rc1

Not secure
Features / Enhancements
* **API**: Add project-scope `files`/`filestat` API that work with project secrets, 2714, theSaarco
* **API**: Fix run paramaters larger than int64 corrupting projects, 2671, quaark
* **API**: Remove print from api, 2734, liranbg
* **API**: verify cookie session is iguazio-like sessions, 2773, liranbg
* **Artifacts**: Don't resolve artifact `target_path` if explicitly request `upload=False`, 2732, tankilevitch
* **Artifacts**: Serialize `DirArtifact` to dictionary using new format, 2778, theSaarco
* **Artifacts**: Set dataset stats according to `stats` flag in `log_dataset`, 2710, TomerShor
* **CI**: Bump prefix version for build images, 2645, tankilevitch
* **CI**: Fix Open Source System Tests Fail Deploy, 2772, quaark
* **CI**: Run Open Source System Tests Against MLRun CE, 2667, quaark
* **CI**: Updated installation and bug report issue templates, 2193, nschenone
* **CLI**: Do not ignore unknown options, 2678, AlonMaor14
* **CLI**: Fix cli "get runtime" command, 2676, yaronha
* **CLI**: Fix watch when running function through CLI, 2730, tankilevitch
* **CLI**: Support default .env file location + CLI "config set" command, 2690, yaronha
* **CLI**: Validate base arguments, 2745, AlonMaor14
* **CLI**: Waiting for pod status with timeout fix when running project, 2635, AlonMaor14
* **CLI**: [Runtimes] URL placeholder for using run args without URL, 2765, AlonMaor14
* **Config**: Skip failures in first init of config (mlrun import), 2742, yaronha
* **DataStore**: Allow passing secrets to create datastore and don't cache datastores when running on API, 2633, tankilevitch
* **DataStore**: Fix how we resolve if running as API, 2680, tankilevitch
* **DataStore**: Fix makedirs not threadsafe, 2723, liranbg
* **Datastore**: Fix _write_dataframe to pass storage_options to pandas write operations, 2709, gtopper
* **Datastore**: Fix handling of DataItem path in windows + support path mappings, 2774, yaronha
* **Docs**: Add ecosystem, bug fixes, 2682, jillnogold
* **Docs**: Add some docs to artifact client code, 2775, tankilevitch
* **Docs**: Added MLRun Cheat Sheet, 2647, nschenone
* **Docs**: Better docstring for `mount_s3`, added warnings, 2737, theSaarco
* **Docs**: CLI project schedule, ML-3007, 2721, jillnogold
* **Docs**: Edit wording to make AWS Documentation more clear, 2697, yevgenykhazan
* **Docs**: Fix docstring errors, ML-2916, ML-2909, 2662, jillnogold
* **Docs**: Improve `log_dataset` docstring wrt `local_path` flag, 2753, TomerShor
* **Docs**: Typo mistakes, 2731, george0st
* **Docs**: Update MLRun CE Kubernetes Installation Docs for new "only full" Deployment, 2673, quaark
* **Docs**: Update `CONTRIBUTING.md`, 2754, moranbental
* **Feature Store**: Get time from time-column instead of event metadata, 2660, gtopper
* **FeatureStore**: Fix serving to support AVRO encoded kafka, 2658, assaf758
* **FeatureStore**: Fixing `impute` failures when using `get_online_feature_service` with a feature-vector uri, 2666, theSaarco
* **FeatureStore**: Fixing graph plot with multiple targets of same kind + adding storage kind to plot, 2766, theSaarco
* **Frameworks**: Adjusted the model servers to support step_to_dict, 2653, guy1992l
* **Frameworks**: Remove the handling of regression models, 2722, guy1992l
* **MPI**: Fix local variable `resp` referenced before assignment, 2639, tankilevitch
* **Model Monitoring**: Add abstraction for model endpoint store target, 2378, Eyal-Danieli
* **Model Monitoring**: Add model_monitoring package to setup.py, 2674, Eyal-Danieli
* **Model Monitoring**: Ensure auth info for model monitoring batch job function, 2688, Eyal-Danieli
* **Project**: Set default sync=True in project.get_function(), 2720, yaronha
* **Projects**: Raise error for workflow scheduling with non-remote project, 2711, yonishelach
* **Projects**: Set default context path to working directory, 2740, liranbg
* **Run**: Fix not updating the run state when running local fails on pre-loading of the function, 2762, tankilevitch
* **Run**: Fix outputs wait for completion, 2663, tankilevitch
* **Run**: Normalize function name in `new_function`, 2696, TomerShor
* **Runtime**: Fix resolving completion time, 2738, liranbg
* **Runtime**: Move some k8s logic to k8s helpers, 2733, liranbg
* **Schedules**: Fix label handling when reloading schedules (ML-3014), 2719, theSaarco
* **Schedules**: Scheduled tasks access-key usage refactor, 2695, theSaarco
* **SecretStore**: Fix overwriting SecretStore credentials on API, 2661, tankilevitch
* **Secrets**: Add a global `get_secret_or_env` function to retrieve secret values, 2659, theSaarco
* **Secrets**: Fix `get_secret_or_env`, 2675, theSaarco
* **Serving**: Fixing - OneHotEncoder with pandas engine - fails when the values has spaces or hyphens in them, 2713, davesh0812
* **Serving**: Improve mock server handling, 2726, yaronha
* **Spark**: Shut local spark context down when `ingest` completes, 2692, gtopper
* **Test**: fix mkdir race condition - round 2, 2750, liranbg
* **Tests**: Fix failing feature store system tests, 2643, gtopper
* **Unknown**: Raise error on `ingest` with `KafkaSource`, 2654, gtopper
* **Unknown**: Revert "[CLI] Do not ignore unknown options", 2703, AlonMaor14
* **Unknown**: Revert "[Spark] Shut spark context down when `ingest` completes", 2752, gtopper
* **Utils**: - Remove spammy logs, 2724, liranbg

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

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


Pull requests:
27e8a957 [Datastore] Fix handling of DataItem path in windows + support path mappings (2774)
c08f2d10 [CLI][Runtimes] URL placeholder for using run args without URL (2765)
b1d35de9 [Feature Store] Get time from time-column instead of event metadata (2660)
fb2f4a70 [Artifacts] Serialize `DirArtifact` to dictionary using new format (2778)
598015a9 [Docs] Add some docs to artifact client code (2775)
183506b2 [FeatureStore] Fixing graph plot with multiple targets of same kind + adding storage kind to plot (2766)
83e52077 [API] verify cookie session is iguazio-like sessions (2773)
1613b0d8 [CI] Fix Open Source System Tests Fail Deploy (2772)
0124e17b [CI] Updated installation and bug report issue templates (2193)
d7a7aa6b [Docs] Update MLRun CE Kubernetes Installation Docs for new "only full" Deployment (2673)
eea96ddf [Run] Fix not updating the run state when running local fails on pre-loading of the function (2762)
aa7e2d03 [API] Fix run paramaters larger than int64 corrupting projects (2671)
11f31303 [CLI] Validate base arguments (2745)
70b09e54 [Docs] Improve `log_dataset` docstring wrt `local_path` flag (2753)
915bcf13 [Config] Skip failures in first init of config (mlrun import) (2742)
49187555 [Test] fix mkdir race condition - round 2 (2750)
dbeaadde [Serving] Improve mock server handling (2726)
e8902c4e [Model Monitoring] Ensure auth info for model monitoring batch job function (2688)
7fdaaa75 [Docs] Update `CONTRIBUTING.md` (2754)
cb89a7b3 Revert "[Spark] Shut spark context down when `ingest` completes" (2752)
bdaf21fd [Docs] Better docstring for `mount_s3`, added warnings (2737)
b71feaad [Projects] Set default context path to working directory (2740)
e0719288 [Runtime] Move some k8s logic to k8s helpers (2733)
e103e8ce [Runtime] Fix resolving completion time (2738)
1e627882 [CLI] Fix watch when running function through CLI (2730)
7f176494 [Docs] CLI project schedule, ML-3007 (2721)
4b4aba12 [API] Remove print from api (2734)
b67e88c5 [Docs] Typo mistakes (2731)
50820728 [Artifacts] Don't resolve artifact `target_path` if explicitly request `upload=False` (2732)
c9b6a91c [Frameworks] Remove the handling of regression models (2722)
23bbdf98 [Docs] Add ecosystem, bug fixes (2682)
59a9616b [Project] Set default sync=True in project.get_function() (2720)
e77d7088 [DataStore] Fix makedirs not threadsafe (2723)
ab2be0f4 [Utils] - Remove spammy logs (2724)
10f72b60 [API] Add project-scope `files`/`filestat` API that work with project secrets (2714)
c0f866f4 [Schedules] Fix label handling when reloading schedules (ML-3014) (2719)
9ab0f43d [Docs] Edit wording to make AWS Documentation more clear (2697)
a2e75a0a [Projects] Raise error for workflow scheduling with non-remote project (2711)
0918ae03 [CLI] Support default .env file location + CLI "config set" command (2690)
daee4ccc [Serving] Fixing - OneHotEncoder with pandas engine - fails when the values has spaces or hyphens in them (2713)
d85e7e2f [Artifacts] Set dataset stats according to `stats` flag in `log_dataset` (2710)
6edc7ba9 [Datastore] Fix _write_dataframe to pass storage_options to pandas write operations (2709)
2589e441 [Schedules] Scheduled tasks access-key usage refactor (2695)
5497c842 Revert "[CLI] Do not ignore unknown options" (2703)
47de2bba [Run] Normalize function name in `new_function` (2696)
3fc9b84d [CLI] Fix cli "get runtime" command (2676)
2a9316b7 [Spark] Shut local spark context down when `ingest` completes (2692)
f93d8fee [CLI] Do not ignore unknown options (2678)
671247a7 [DataStore] Fix how we resolve if running as API (2680)
e07e4c21 [Secrets] Fix `get_secret_or_env` (2675)
7e3f9888 [Frameworks] Adjusted the model servers to support step_to_dict (2653)
c359b618 [Model Monitoring] Add model_monitoring package to setup.py (2674)
d560118d [CI] Run Open Source System Tests Against MLRun CE (2667)
08dc2e9a [FeatureStore] Fix serving to support AVRO encoded kafka (2658)
3c12c5c4 [Docs] Fix docstring errors, ML-2916, ML-2909 (2662)
09c3e9ae [Run] Fix outputs wait for completion (2663)
47a0a621 [FeatureStore] Fixing `impute` failures when using `get_online_feature_service` with a feature-vector uri (2666)
773a623e [MPI] Fix local variable `resp` referenced before assignment (2639)
14cba17b [Docs] Added MLRun Cheat Sheet (2647)
1f07fcd0 [Secrets] Add a global `get_secret_or_env` function to retrieve secret values (2659)
2676f739 [SecretStore] Fix overwriting SecretStore credentials on API (2661)
264da255 [Model Monitoring] Add abstraction for model endpoint store target (2378)
79557146 [DataStore] Allow passing secrets to create datastore and don't cache datastores when running on API (2633)
ca635b88 Raise error on `ingest` with `KafkaSource` (2654)
c693606d [Tests] Fix failing feature store system tests (2643)
b0be0c94 [CI] Bump prefix version for build images (2645)
d57ea8d3 [CLI] Waiting for pod status with timeout fix when running project (2635)

Page 31 of 90

Links

Releases

Has known vulnerabilities

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.