Mlrun

Latest version: v1.6.2

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

Scan your dependencies

Page 35 of 90

1.2.1rc1

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

Bug fixes
* **Secrets**: Backport secrets fixes [1.2.x], 2664, tankilevitch
* **UI**: [Bug fixes](https://github.com/mlrun/ui/releases/tag/v1.2.1-rc1#bug-fixes)


Pull requests:
4d3c1418 [Secrets] Backport secrets fixes [1.2.x] (2664)

1.2.0

Not secure
Artifacts
- Support for artifact tagging
**SDK**: Add `tag_artifacts` and `delete_artifacts_tags` that can be used to modify existing artifacts tags and have more than one version for an artifact.
**API**: Introduce new endpoints in `/projects/<project>/tags`.
Auth
- Support S3 profile and assume-role when using `fsspec`.
- Support GitHub fine grained tokens.
Functions
- Add `function.with_annotations({"framework":"tensorflow"})` to user created functions.
- Add `overwrite_build_params` to `project.build_function()` so the user can choose whether or not to keep the build params that were used in previous function builds.
Feature Store
- Support Redis as an online feature set, for storey engine only.
- Support GCP objects as a data source for the feature store.
- Fully support ingesting with pandas engine - now equivalent to ingestion with `storey` engine:
Support DataFrame with multi-index.
Support mlrun steps when using pandas engine: `OneHotEncoder` , `DateExtractor`, `MapValue`, `Imputer` and `FeatureValidation`.
- Add new step: `DropFeature` for pandas and storey engines.
- Add param query for `get_offline_feature` for filtering the output.
Frameworks
- Add `HuggingFaceModelServer` to `mlrun.frameworks` at `mlrun.frameworks.huggingface` to serve `HuggingFace` models.
Installation
- Add option to install `google-cloud` requirements using `mlrun[google-cloud]`: when installing MLRun for integration with GCP clients, only compatible packages are installed.
Documentation
- Restructured, and new content
Third party integrations
- Supports Confluent Kafka (Tech Preview)
Internal
- Refactor artifacts endpoints to follow the MLRun convention of `/projects/<project>/artifacts/...` .
- Add `/api/_internal/memory-reports/` endpoints for memory related metrics to better understand the memory consumption of the API.
- Improve the HTTP retry mechanism.
- Support a new lightweight mechanism for KFP pods to pull the run state they triggered. Default behavior is legacy, which pulls the logs of the run to figure out the run state. The new behavior can be enabled using a feature flag configured in the API.
Breaking changes
- Feature store: Ingestion using pandas now takes the dataframe and creates an index out of the entity column (and removes it from
being a column in this df). This could cause breakage for existing custom steps when using a pandas engine.
Bug fixes:
- Support logging artifacts larger than 5GB to V3IO. [2455](https://github.com/mlrun/mlrun/issues/2455)
- Limit KFP to `kfp~=1.8.0, <1.8.14` due to non-backwards changes done in `1.8.14` for `ParallelFor`, which isn’t compatible with the MLRun managed KFP server (1.8.1). [2516](https://github.com/mlrun/mlrun/issues/2516)
- Add `artifact_path` enrichment from project artifact_path . Previously, the parameter wasn't applied to project runs when defining `project.artifact_path`. [2507](https://github.com/mlrun/mlrun/issues/2507)
- Align timeouts for requests that are getting re-routed from worker to chief (for projects/background related endpoints). [2565](https://github.com/mlrun/mlrun/issues/2565)
- Fix legacy artifacts load when loading a project. Fixed corner cases when legacy artifacts were saved to yaml and loaded back into the system using `load_project()`. [2584](https://github.com/mlrun/mlrun/issues/2584)
- Fix artifact `latest` tag enrichment to happen also when user defined a specific tag. [2572](https://github.com/mlrun/mlrun/issues/2572)
- Fix `zip` source extraction during function build. [2588](https://github.com/mlrun/mlrun/issues/2588)
- Fix Docker compose deployment so Nuclio is configured properly with a platformConfig file that sets proper mounts and network configuration for Nuclio functions, meaning that they run in the same network as MLRun. [2601](https://github.com/mlrun/mlrun/issues/2601)
- Workaround for background tasks getting cancelled prematurely, due to the current FastAPI version that has a bug in the starlette package it uses. The bug caused the task to get cancelled if the client’s http connection was closed before the task was done. [2618](https://github.com/mlrun/mlrun/issues/2618)
- Fix run fails after deploying function without defined image. [2530](https://github.com/mlrun/mlrun/pull/2530).
- Scheduled jobs failed on GKE with resource quota error. [2520](https://github.com/mlrun/mlrun/pull/2520).
- Can now delete a model via tag. [2433](https://github.com/mlrun/mlrun/pull/2433).

1.2.0rc22

Not secure
Features / Enhancements
* **Requirements**: Bump storey version to 1.2.4, 2634, assaf758
* **UI**: [Features & enhancement](https://github.com/mlrun/ui/releases/tag/v1.2.0-rc22#features-and-enhancements)

Bug fixes
* **Run**: Fix handler param in `run_function` was overwritten by default handler, 2631, yaronha
* **UI**: [Bug fixes](https://github.com/mlrun/ui/releases/tag/v1.2.0-rc22#bug-fixes)


Pull requests:
e6c7e521 [Requirements] Bump storey version to 1.2.4 (2634)
f691e7f9 [Run] Fix handler param in `run_function` was overwritten by default handler (2631)

1.2.0rc21

Not secure
Features / Enhancements
* **Requirements**: Bump v3io version to 0.5.20, 2628, gtopper
* **UI**: [Features & enhancement](https://github.com/mlrun/ui/releases/tag/v1.2.0-rc21#features-and-enhancements)

Bug fixes
* **Artifacts**: Fix querying artifacts with tag name while link artifact is not tagged, 2627, theSaarco
* **Artifacts**: Fix list artifacts when having multiple hyper params runs, 2625, tankilevitch
* **UI**: [Bug fixes](https://github.com/mlrun/ui/releases/tag/v1.2.0-rc21#bug-fixes)


Pull requests:
d01483fb [Requirements] Bump v3io version to 0.5.20 (2628)
22852ad5 [Artifacts] Fix querying artifacts with tag name while link artifact is not tagged (2627)
6581610d [Artifacts] Fix list artifacts when having multiple hyper params runs (2625)

1.2.0rc20

Not secure
Features / Enhancements
* **UI**: [Features & enhancement](https://github.com/mlrun/ui/releases/tag/v1.2.0-rc20#features-and-enhancements)

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


Pull requests:

1.2.0rc19

Not secure
Features / Enhancements
* **UI**: [Features & enhancement](https://github.com/mlrun/ui/releases/tag/v1.2.0-rc19#features-and-enhancements)

Bug fixes
* **Projects**: Fix project doesn't persist changes on a function when using `project.build/run_function`, 2624, tankilevitch
* **Docs**: Fix docs generating of frameworks, 2623, yonishelach
* **API**: fix check for k8s in get logs, 2622, yaronha
* **UI**: [Bug fixes](https://github.com/mlrun/ui/releases/tag/v1.2.0-rc19#bug-fixes)


Pull requests:
06e353a8 [Projects] Fix project doesn't persist changes on a function when using `project.build/run_function` (2624)
dcc030bc [Docs] Fix docs generating of frameworks (2623)
16e3a481 [API] fix check for k8s in get logs (2622)

Page 35 of 90

Links

Releases

Has known vulnerabilities

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.