Mlrun

Latest version: v1.6.2

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

Scan your dependencies

Page 44 of 90

1.1.0rc24

Not secure
Features / Enhancements
* **Docs**: Add powershell instructions for local docker installation, 2273, gilad-shaham
* **Docs**: Add docs for upgrading MLRun Kit helm chart, 2270, quaark
* **Docs**: Move to sphinx-design and add cards for the `tutorials and examples` page, 2112, gilad-shaham
* **Docs**: Add links to installation videos, 2262, jillnogold
* **Docs**: Bump docs docker tag to 1.0.6, 2261, tankilevitch
* **Docs**: Bump docker compose to use 1.0.5, 2256, tankilevitch
* **Docs**: Add badges, 2254, tankilevitch
* **Docs**: restructure, 2152, jillnogold
* **Runtimes**: Bump the default spark operator version to `spark-3`, 2269, theSaarco
* **Requirements**: Bump storey to 1.1.7, 2258, gtopper
* **UI**: [Features & enhancement](https://github.com/mlrun/ui/releases/tag/v1.1.0-rc24#features-and-enhancements)

Bug fixes
* **Scheduler**: Fix `next_run_time=None` when querying schedules from worker instance, 2268, tankilevitch
* **Project**: Allow not cloning project from zip/tgz on load project, 2249, AlonMaor14
* **API**: Fix requests to Projects Leader fail with `Connection Aborted`, 2248, quaark
* **SDK**: Fix import errors with HTTP retry mechanism, 2271, quaark
* **Docs**: Typo changes, 2267, george0st
* **UI**: [Bug fixes](https://github.com/mlrun/ui/releases/tag/v1.1.0-rc24#bug-fixes)


Pull requests:
1d056b73 [Docs] Add powershell instructions for local docker installation (2273)
c90b5b49 [Scheduler] Fix `next_run_time=None` when querying schedules from worker instance (2268)
f9ea81de [Runtimes] Bump the default spark operator version to `spark-3` (2269)
1db1d8d1 [Docs] Typo changes (2267)
9239358e [SDK] Fix import errors with HTTP retry mechanism (2271)
8f99a614 [Docs] Add docs for upgrading MLRun Kit helm chart (2270)
2943cca3 [API] Fix requests to Projects Leader fail with `Connection Aborted` (2248)
815283ff [Docs] Move to sphinx-design and add cards for the `tutorials and examples` page (2112)
a7ace287 [Docs] Add links to installation videos (2262)
b2114bc4 [Docs] Bump docs docker tag to 1.0.6 (2261)
fed6826f [Project] Allow not cloning project from zip/tgz on load project (2249)
467813bf [Requirements] Bump storey to 1.1.7 (2258)
2368aecb [Docs] Bump docker compose to use 1.0.5 (2256)
ca9b5e01 [Docs] Add badges (2254)
33e18f08 [Docs] restructure (2152)

1.1.0rc23

Not secure
Features / Enhancements
* **Feature Store**: Add enrichments and validation to functions created through ingest endpoint, 2250, tankilevitch
* **Docs**: Added new tutorial to `Tutorials and Examples`, 2247, guy1992l
* **Feature Store**: Enable `test_purge_nosql` for debugging, 2244, assaf758
* **API**: Verify security context enrichment mode is allowed, 2243, AlonMaor14
* **Spark**: Disable security context enrichment for remote spark, 2242, yaelgen
* **Docs**: Create `docs/developer` directory, 2241, tankilevitch
* **API**: Re-organize the way we are enriching functions on the backend, 2231, tankilevitch
* **UI**: [Features & enhancement](https://github.com/mlrun/ui/releases/tag/v1.1.0-rc23#features-and-enhancements)

Bug fixes
* **Feature Store**: Fix ingest with spark with default targets, 2237, gtopper
* **Model Monitoring**: Handling FileNotFoundError when monitoring Parquet file is missing, 2233, Eyal-Danieli
* **Project**: Fixed cli tests in system tests, 2246, yonishelach
* **Feature Store**: Fix `test_different_paths_for_ingest_on_spark_engines`, 2239, assaf758
* **UI**: [Bug fixes](https://github.com/mlrun/ui/releases/tag/v1.1.0-rc23#bug-fixes)


Pull requests:
aa20e674 [Feature Store] Add enrichments and validation to functions created through ingest endpoint (2250)
74942c92 [Feature Store] Fix ingest with spark with default targets (2237)
6bd7bea9 [Docs] Added new tutorial to `Tutorials and Examples` (2247)
21511288 [Project] fixed cli tests in system tests (2246)
e54070e5 [Model Monitoring] Handling FileNotFoundError when monitoring Parquet file is missing (2233)
71b98ae4 [Feature Store] Enable `test_purge_nosql` for debugging (2244)
10361f4d [API] Verify security context enrichment mode is allowed (2243)
3c5e1f47 [Feature Store] Fix `test_different_paths_for_ingest_on_spark_engines` (2239)
8da198ae [Spark] Disable security context enrichment for remote spark (2242)
99fe0de9 [Docs] Create `docs/developer` directory (2241)
21a4148e [API] Re-organize the way we are enriching functions on the backend (2231)

1.1.0rc22

Not secure
Features / Enhancements
* **Frameworks**: Auto-evaluation for LightGBBM's training API, 2226, guy1992l
* **Pipelines**: Kubeflow pipeline pod security context, 2207, AlonMaor14
* **Docs**: Save notebook before running code_to_function note, 2203, AlonMaor14
* **UI**: [Features & enhancement](https://github.com/mlrun/ui/releases/tag/v1.1.0-rc22#features-and-enhancements)

Bug fixes
* **SDK**: Fix fail to send request to MLRun API with `ConnectionResetError`, 2219, quaark
* **Spark**: Fix statistics produced by spark engine, 2221, gtopper
* **Feature Store**: Fixing bug when using OneHotEncoder on category with int values, 2143, davesh0812
* **Scheduler**: Fix failing schedules with security context enrichment, 2225, tankilevitch
* **Runtimes**: Fix security context enrichment for dask and nuclio, 2228, tankilevitch
* **Backwards Compatibility**: Rename `backward_comptiblity` to `backwards_compatibility`, 2227, tankilevitch
* **UI**: [Bug fixes](https://github.com/mlrun/ui/releases/tag/v1.1.0-rc22#bug-fixes)


Pull requests:
05bfaf29 [Frameworks] Auto-evaluation for LightGBBM's training API (2226)
9f543bfb [Pipelines] Kubeflow pipeline pod security context (2207)
6d8e070c [SDK] Fix fail to send request to MLRun API with `ConnectionResetError` (2219)
9c4d34c5 [Spark] Fix statistics produced by spark engine (2221)
72c51f1e [Feature Store] Fixing bug when using OneHotEncoder on category with int values (2143)
0bdfbf38 [Scheduler] Fix failing schedules with security context enrichment (2225)
abb15658 [Runtimes] Fix security context enrichment for dask and nuclio (2228)
351f86a9 [Backwards Compatibility] Rename `backward_comptiblity` to `backwards_compatibility` (2227)
a03bc9e5 [Docs] Save notebook before running code_to_function note (2203)

1.1.0rc21

Not secure
Features / Enhancements
* **Docs**: Add kafka streaming examples, 2196, jillnogold
* **Requirements**: Bump storey to 1.1.6, 2211, gtopper
* **CI**: Add `fail-fast=false` to Build workflow, 2216, tankilevitch
* **Feature-store**: Accept newer (>=3.7.4, <5) `typing-extensions` versions, 2215, assaf758
* **System Tests**: Move to new system with fixes, 2202, tankilevitch
* **Frameworks**: Added deprecation warning to `SklearnModelServer`, 2206, guy1992l
* **API**: Better configuration for allowed paths in the `/files` API, 2200, theSaarco
* **System Tests**: Allow running system tests by test suite/component, 2204, quaark
* **UI**: [Features & enhancement](https://github.com/mlrun/ui/releases/tag/v1.1.0-rc21#features-and-enhancements)

Bug fixes
* **Docker**: Change base models gpu image, 2223, tankilevitch
* **Feature Store**: Skip `test_purge_nosql`, 2217, tankilevitch
* **System Tests**: Fix not continuing to run when one job in matrix fails, 2209, tankilevitch
* **System Tests**: Fix run system to depend on the prepare phase, 2208, tankilevitch
* **Docs**: Fix error in Azure datastore doc, 2205, theSaarco
* **SDK**: Fix no exception when using `set_env_from_file` with non-existent file, 2190, quaark
* **UI**: [Bug fixes](https://github.com/mlrun/ui/releases/tag/v1.1.0-rc21#bug-fixes)


Pull requests:
e337c57f [Docker] Change base models gpu image (2223)
9d9e3ffe [Docs] add kafka streaming examples (2196)
0c9ffb64 [Requirements] Bump storey to 1.1.6 (2211)
1e083550 [Feature Store] Skip `test_purge_nosql` (2217)
4525ea6e [CI] Add `fail-fast=false` to Build workflow (2216)
edca3e88 [Feature-store] Accept newer (>=3.7.4, <5) `typing-extensions` versions (2215)
ea9c6194 Revert "Accept newer (>=3.7.4, <5) typing-extensions versions" (2214)
ce411f3c Accept newer (>=3.7.4, <5) typing-extensions versions (2210)
ed54118f [System Tests] Fix not continuing to run when one job in matrix fails (2209)
1e59e072 [System Tests] Fix run system to depend on the prepare phase (2208)
d02f5cb3 [System Tests] Move to new system with fixes (2202)
f7c9afe6 [Frameworks] Added deprecation warning to `SklearnModelServer` (2206)
7805947a [API] Better configuration for allowed paths in the `/files` API (2200)
e83408ce [Docs] Fix error in Azure datastore doc (2205)
bcc308cd [SDK] Fix no exception when using `set_env_from_file` with non-existent file (2190)
9a507e3f [System Tests] Allow running system tests by test suite/component (2204)

1.1.0rc20

Not secure
Features / Enhancements
* **Runtimes**: Allow runtime images to run with a non-root user, 2199, quaark
* **Docs**: Emphasize local vs not regarding access to project secrets, 2197, jillnogold
* **Model monitoring**: Resolving the monitoring logic, 2168, guy1992l
* **Docs**: Added docs for concepts and training, 2166, nschenone
* **Unknown**: Added GitHub Issue Templates, 2177, nschenone
* **UI**: [Features & enhancement](https://github.com/mlrun/ui/releases/tag/v1.1.0-rc20#features-and-enhancements)

Bug fixes
* **Iguazio**: Fix `max_workers` adapter wasn't applied on https endpoint on iguazio client, 2194, tankilevitch
* **Feature Store**: Fix spark ingest when `overwrite=False`, 2188, gtopper
* **Docs**: Fix formatting for snowflake ingestion, 2119, jillnogold
* **UI**: [Bug fixes](https://github.com/mlrun/ui/releases/tag/v1.1.0-rc20#bug-fixes)


Pull requests:
f5753c31 [Runtimes] Allow runtime images to run with a non-root user (2199)
d0aeb064 [Iguazio] Fix `max_workers` adapter wasn't applied on https endpoint on iguazio client (2194)
75a4edca [Docs] Emphasize local vs not regarding access to project secrets (2197)
a2541e04 [Model monitoring] Resolving the monitoring logic (2168)
bf5d7a47 [Docs] Fix formatting for snowflake ingestion (2119)
ab7fe9c3 [Docs] Added docs for concepts and training (2166)
441fd4de [Feature Store] Fix spark ingest when `overwrite=False` (2188)
7278db0c Added GitHub Issue Templates (2177)

1.1.0rc19

Not secure
Features / Enhancements
* **Model Monitoring**: Create model monitoring feature set per model endpoint, 2174, Eyal-Danieli
* **Projects**: Add RemoteRunner for supporting pipeline scheduling, 2065, yonishelach
* **UI**: [Features & enhancement](https://github.com/mlrun/ui/releases/tag/v1.1.0-rc19#features-and-enhancements)

Bug fixes
* **API**: Fix get user unix id, 2187, AlonMaor14
* **UI**: [Bug fixes](https://github.com/mlrun/ui/releases/tag/v1.1.0-rc19#bug-fixes)


Pull requests:
4403730d [Model Monitoring] Create model monitoring feature set per model endpoint (2174)
8442fe23 [API] Fix get user unix id (2187)
2a965212 [Projects] Add RemoteRunner for supporting pipeline scheduling (2065)

Page 44 of 90

Links

Releases

Has known vulnerabilities

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.