Mlrun

Latest version: v1.7.0

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

Scan your dependencies

Page 38 of 102

1.3.0rc36

Not secure
Features / Enhancements
* **Schedule**: Allow submit jobs to create or update schedules idempotently, 3254, liranbg
* **Jupyter**: Change Mlrun demos branch, 2687, aviaIguazio
* **Demos**: Deploy with python 3.9, 3251, liranbg
* **Examples**: Replace removed `NewTask` with `new_task`, 3256, alonmr
* **Tests**: Add logs to `TestFeatureStoreSparkEngine::test_as_of_join_result`, 3255, davesh0812
* **Run**: Warn artifact path is local and no volume mounts, 3243, alonmr
* **Requirments**: Bump storey to v1.3.14, 3253, assaf758
* **Project**: Add another test case to `artifact_path` usage, 3249, tankilevitch
* **Serving**: Add logger prints, 3244, guy1992l
* **Project**: Add workflows getter and setter, 3247, alonmr
* **Nuclio**: Populate errors to clients, 3241, liranbg
* **Docs**: Jobs and workflows, 3239, yevgenykhazan
* **Test**: Make go test deterministic, 3242, liranbg
* **Projects**: Remove owner name when loading project from remote, 3240, Eyal-Danieli
* **FeatureStore**: Change MLRunStep validate input-params to kwargs., 3217, tomerm-iguazio
* **Runtimes**: Ignore comments on provided requirements file, 3237, liranbg
* **UI**: [Features & enhancement](https://github.com/mlrun/ui/releases/tag/v1.3.0-rc36#features-and-enhancements)

Bug fixes
* **Serving**: Fix serving log prints, 3250, liranbg
* **Projecs**: Fix passed `artifact_path` to have precedence over `project/pipeline_context.artifact_path`, 3246, tankilevitch
* **Data Store**: Fix raise `SQLTarget` don't support aggregation, 3196, davesh0812
* **Datastore**: Fix Spark ingest to Redis with numeric index, 3227, alxtkr77
* **Tests**: Fix system test `test_remote_workflow_source` assertion, 3238, yonishelach
* **UI**: [Bug fixes](https://github.com/mlrun/ui/releases/tag/v1.3.0-rc36#bug-fixes)


Pull requests:
f12e93e8 [Schedule] Allow submit jobs to create or update schedules idempotently (3254)
9a366997 [Jupyter] Change Mlrun demos branch (2687)
edf5fae2 [Demos] Deploy with python 3.9 (3251)
14c9dd96 [Examples] Replace removed `NewTask` with `new_task` (3256)
1a2e96ce [Tests] Add logs to `TestFeatureStoreSparkEngine::test_as_of_join_result` (3255)
edb52339 [Run] Warn artifact path is local and no volume mounts (3243)
6d5efd43 [Requirments] Bump storey to v1.3.14 (3253)
ac3adea1 [Serving] Fix serving log prints (3250)
11200341 [Project] Add another test case to `artifact_path` usage (3249)
f48081a3 [Serving] Add logger prints (3244)
f02b8501 [Project] Add workflows getter and setter (3247)
0c02d007 [Projecs] Fix passed `artifact_path` to have precedence over `project/pipeline_context.artifact_path` (3246)
8452115e [Nuclio] Populate errors to clients (3241)
0509a7af [Data Store] Fix raise `SQLTarget` don't support aggregation (3196)
0365e556 [Datastore] Fix Spark ingest to Redis with numeric index (3227)
8b6dce67 [Docs] Jobs and workflows (3239)
4469e7fa [Test] Make go test deterministic (3242)
f1400c03 [Projects] Remove owner name when loading project from remote (3240)
e9a0b233 [Tests] Fix system test `test_remote_workflow_source` assertion (3238)
50df6c52 [FeatureStore] Change MLRunStep validate input-params to kwargs. (3217)
e8cdd3a6 [Runtimes] Ignore comments on provided requirements file (3237)

1.3.0rc35

Not secure
Features / Enhancements
* **Build**: Upgrade pip when installing mlrun, 3231, alonmr
* **CLI**: [Projects] Save the project by default if not exist when loading/running a project through the CLI, 3163, Eyal-Danieli
* **LogCollector**: Ensure directory prior to has logs, 3234, liranbg
* **Runtimes**: Escape and encode requirements correctly, 3225, liranbg
* **Requirements**: Bump storey to 1.3.13, 3233, gtopper
* **Model Monitoring**: Log an error for out-of-order event request in the monitoring stream function, 3229, Eyal-Danieli
* **LogCollector**: Enhance finding log files, 3220, liranbg
* **Datastore**: Add test for schema_to_store, 3219, yaelgen
* **UI**: [Features & enhancement](https://github.com/mlrun/ui/releases/tag/v1.3.0-rc35#features-and-enhancements)

Bug fixes
* **Feature-store**: Fix issues with storing to DB objects with non-JSON-serializable fields (in `ingest` REST API), 3235, theSaarco
* **Project**: Fix git push warning message, 3226, alonmr
* **Runtimes**: Fix resolving code origin, 3232, liranbg
* **CI**: Fixed system test fetching provctl from s3, 3230, liranbg
* **Function**: Fix build status doesn't return the created image after reaching `ready` state, 3224, tankilevitch
* **Log Collector**: Fix how we resolve runtimes that needs log collection, 3221, tankilevitch
* **Requirements**: Fix `google-cloud-bigquery` by adding `bqstorage`, 3223, gtopper
* **UI**: [Bug fixes](https://github.com/mlrun/ui/releases/tag/v1.3.0-rc35#bug-fixes)


Pull requests:
82690276 [Build] Upgrade pip when installing mlrun (3231)
c87454bd [Feature-store] Fix issues with storing to DB objects with non-JSON-serializable fields (in `ingest` REST API) (3235)
e79f0b24 [Project] Fix git push warning message (3226)
d2fc86ff [CLI][Projects] Save the project by default if not exist when loading/running a project through the CLI (3163)
2c03e9a8 [LogCollector] Ensure directory prior to has logs (3234)
d1aa4325 [Runtimes] Escape and encode requirements correctly (3225)
522673eb [Runtimes] Fix resolving code origin (3232)
626c4230 [Requirements] Bump storey to 1.3.13 (3233)
683a1adf [Model Monitoring] Log an error for out-of-order event request in the monitoring stream function (3229)
04fe4f95 [CI] Fixed system test fetching provctl from s3 (3230)
ecf45d90 [Function] Fix build status doesn't return the created image after reaching `ready` state (3224)
cd5b37a4 [Log Collector] Fix how we resolve runtimes that needs log collection (3221)
855b3876 [Requirements] Fix `google-cloud-bigquery` by adding `bqstorage` (3223)
13540987 [LogCollector] Enhance finding log files (3220)
b553976d [Datastore] Add test for schema_to_store (3219)

1.3.0rc34

Not secure
Features / Enhancements
* **Test**: Update run from context, 3216, alonmr
* **HTTP**: Make retryable HTTP client more resilient to errors, 3213, liranbg
* **Nuclio**: Deprecate nuclio dashboard url, 3214, liranbg
* **Docs**: Update feature store end to end demo, 3212, jillnogold
* **Requirments**: Bump storey to v1.3.12, 3215, assaf758
* **Docs**: Repair fullname, add graph reference, 3207, george0st
* **Projects**: Support `GITHUB_TOKEN` when searching for git token in `clone_git`, 3208, theSaarco
* **Spark**: Upgrade pip when building default image, 3209, alonmr
* **Feature Store**: Log a warning when entity type is changed, 3199, gtopper
* **Docs**: update client-server backward compatibility description, 3204, jillnogold
* **Docs**: improve description of watch parameter in RunConfig, 3186, jillnogold
* **UI**: [Features & enhancement](https://github.com/mlrun/ui/releases/tag/v1.3.0-rc34#features-and-enhancements)

Bug fixes
* **DB**: Fix version compatibility validation, 3172, yaelgen
* **Runtimes**: Fix reaching `run.logs` when running on server side, 3211, tankilevitch
* **Docs**: Fix links, minor edits in remote install, 3210, jillnogold
* **Docs**: Fix publishing errors, 3201, jillnogold
* **UI**: [Bug fixes](https://github.com/mlrun/ui/releases/tag/v1.3.0-rc34#bug-fixes)


Pull requests:
03a48bef [DB] Fix version compatibility validation (3172)
b3e2993f [Test] Update run from context (3216)
f99d2641 [HTTP] Make retryable HTTP client more resilient to errors (3213)
43e2d4c1 [Nuclio] Deprecate nuclio dashboard url (3214)
02ff94f2 [Runtimes] Fix reaching `run.logs` when running on server side (3211)
bc7ca6a2 [Docs] Update feature store end to end demo (3212)
ad1d9966 [Requirments] Bump storey to v1.3.12 (3215)
de6d797a [Docs] Repair fullname, add graph reference (3207)
f8494d22 [Docs] Fix links, minor edits in remote install (3210)
9ca18b62 [Projects] Support `GITHUB_TOKEN` when searching for git token in `clone_git` (3208)
46851e9e [Spark] Upgrade pip when building default image (3209)
6668f82a [Feature Store] Log a warning when entity type is changed (3199)
ae8ddc50 [Docs] update client-server backward compatibility description (3204)
4a98abd9 [Docs] improve description of watch parameter in RunConfig (3186)
4c9a0190 [Docs] Fix publishing errors (3201)

1.3.0rc33

Not secure
Features / Enhancements
* **Requirements**: Move pyopenssl requirement to azure extra, 3202, gtopper
* **Docs**: Add get_offline_features support for Spark Operator, and Remote Spark, 3183, jillnogold
* **Docs**: new graph configurations, 3054, jillnogold
* **Model Monitoring**: Move the initialization of a default TrackingPolicy from client to server, 3180, Eyal-Danieli
* **Datastore**: Add support for all drivers, 3173, yaelgen
* **Execution**: Update run params, inputs and outputs, 3198, alonmr
* **Log Collector**: Improve logging, 3195, TomerShor
* **Unknown**: Revert "[Docs] Clean up publishing", 3192, tankilevitch
* **Datastore**: Propagate authentication from RedisNoSqlTarget to RedisStore, 3175, alxtkr77
* **Dask**: Resolve object id label as the function name, 3185, TomerShor
* **Frameworks**: Comment the ONNX checker, 3187, guy1992l
* **Log Collector**: Add DeleteLogs endpoint, 3170, TomerShor
* **Docs**: Add Apache Kafka data source, 3182, jillnogold
* **UI**: [Features & enhancement](https://github.com/mlrun/ui/releases/tag/v1.3.0-rc33#features-and-enhancements)

Bug fixes
* **Nuclio**: Fix pulling interval and reduce the amount of storing to the database, 3191, tankilevitch
* **Tests**: Fix examples system tests, 3197, alonmr
* **MLRun**: Fix pydantic default dict and list values, 3188, alonmr
* **Datastore**: Fix google cloud import error, 3189, gtopper
* **Run**: Fix throwing a warning when running a function that contains handler with `_`, 3184, tankilevitch
* **UI**: [Bug fixes](https://github.com/mlrun/ui/releases/tag/v1.3.0-rc33#bug-fixes)


Pull requests:
f10c26bc [Requirements] Move pyopenssl requirement to azure extra (3202)
4c6b0d98 [Nuclio] Fix pulling interval and reduce the amount of storing to the database (3191)
c3ce37d7 [Docs] Add get_offline_features support for Spark Operator, and Remote Spark (3183)
ae7f36c4 [Docs] new graph configurations (3054)
2e540d29 [Model Monitoring] Move the initialization of a default TrackingPolicy from client to server (3180)
854d6f87 [Datastore] Add support for all drivers (3173)
cf7aa0c1 [Execution] Update run params, inputs and outputs (3198)
9debb678 [Tests] Fix examples system tests (3197)
4179ed06 [Log Collector] Improve logging (3195)
249f8a2d [MLRun] Fix pydantic default dict and list values (3188)
f2104ce5 Revert "[Docs] Clean up publishing" (3192)
6408c0fe [Datastore] Fix google cloud import error (3189)
8522b6c8 [Datastore] Propagate authentication from RedisNoSqlTarget to RedisStore (3175)
14d9d657 [Run] Fix throwing a warning when running a function that contains handler with `_` (3184)
041b5581 [Dask] Resolve object id label as the function name (3185)
3dd68bd8 [Frameworks] Comment the ONNX checker (3187)
9bcbb530 [Log Collector] Add DeleteLogs endpoint (3170)
6e201085 [Docs] Add Apache Kafka data source (3182)

1.3.0rc32

Not secure
Features / Enhancements
* **Pipelines**: Handle case when running `run_pipeline` directly with `run_function`, 3169, tankilevitch
* **UI**: [Features & enhancement](https://github.com/mlrun/ui/releases/tag/v1.3.0-rc32#features-and-enhancements)

Bug fixes
* **Requirements**: Fix OpenSSL error with pyopenssl requirement, 3179, gtopper
* **UI**: [Bug fixes](https://github.com/mlrun/ui/releases/tag/v1.3.0-rc32#bug-fixes)


Pull requests:
2ea43042 [Pipelines] Handle case when running `run_pipeline` directly with `run_function` (3169)
ef897297 [Requirements] Fix OpenSSL error with pyopenssl requirement (3179)

1.3.0rc31

Not secure
Features / Enhancements
* **Docs**: Remote configure reorganization, 3178, yevgenykhazan
* **Log Collector**: Truncate file if not appending to it, 3176, TomerShor
* **Requirements**: Freeze pyarrow version 10.0 to keep ParquetDataset v1, 3174, alxtkr77
* **UI**: [Features & enhancement](https://github.com/mlrun/ui/releases/tag/v1.3.0-rc31#features-and-enhancements)

Bug fixes
* **Feature Store**: Fix ingestion to fail if the graph contains DropFeatures step on entity, 3161, tomerm-iguazio
* **Feature Store**: Fix spark implementation of `DateExtractor`, 3166, gtopper
* **UI**: [Bug fixes](https://github.com/mlrun/ui/releases/tag/v1.3.0-rc31#bug-fixes)


Pull requests:
67172471 [Docs] Remote configure reorganization (3178)
54548c3c [Feature Store] Fix ingestion to fail if the graph contains DropFeatures step on entity (3161)
84a8cbcd [Log Collector] Truncate file if not appending to it (3176)
70cf4817 [Requirements] Freeze pyarrow version 10.0 to keep ParquetDataset v1 (3174)
d0f82556 [Feature Store] Fix spark implementation of `DateExtractor` (3166)

Page 38 of 102

Links

Releases

Has known vulnerabilities

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.