Mlrun

Latest version: v1.6.2

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

Scan your dependencies

Page 46 of 90

1.1.0rc12

Not secure
Features / Enhancements
* **Projects**: Add `ensure_project` to CLI commands, 2094, tankilevitch
* **CI**: Move release process from Jenkins to Github actions, 2106, Hedingber
* **Docs**: Add mount_v3io_to_executor to with_igz_spark, 2090, jillnogold
* **Spark**: Add DNS-1035 validation, 2098, tankilevitch
* **Model Monitoring**: : Create model monitoring feature set per model endpoint, 2084, EyalDanieliIgu
* **CI**: Enable overriding the version when triggering the build workflow, 2101, Hedingber
* **CI**: Maintain images unstable tag in github actions instead of Jenkins, 2096, Hedingber
* **Requirements**: Raise PyArrow upper limit to 6.x, 2095, gtopper
* **UI**: [Features & enhancement](https://github.com/mlrun/ui/releases/tag/v1.1.0-rc12#features-and-enhancements)


Bug fixes
* **Runtimes**: Fix false error run status when failing to get run logs, 2109, quaark
* **Projects**: Fix run timeout override, 2108, tankilevitch
* **Feature Store**: Fix ingestion when column values contain spaces or hyphens, 1882, davesh0812
* **Datastore**: Fix kafka URL parsing, 2091, gtopper
* **Runtimes**: Fix get logs mechanism to query specific pod, 2089, quaark
* **UI**: [Bug fixes](https://github.com/mlrun/ui/releases/tag/v1.1.0-rc12#bug-fixes)


Pull requests:
06e2914f [Projects] Add `ensure_project` to CLI commands (2094)
ee40200e [Runtimes] Fix false error run status when failing to get run logs (2109)
fe5a8c18 [CI] Move release process from Jenkins to Github actions (2106)
13dff2b1 [Docs] Add mount_v3io_to_executor to with_igz_spark (2090)
a93abbfc [Projects] Fix run timeout override (2108)
c2622c53 [Spark] Add DNS-1035 validation (2098)
3b62c07e [Feature Store] Fix ingestion when column values contain spaces or hyphens (1882)
0547c610 [Model Monitoring]: Create model monitoring feature set per model endpoint (2084)
dc3dc279 [CI] Enable overriding the version when triggering the build workflow (2101)
8d5ce48f [CI] Maintain images unstable tag in github actions instead of Jenkins (2096)
bbb22890 [Requirements] Raise PyArrow upper limit to 6.x (2095)
af259cb9 [Datastore] Fix kafka URL parsing (2091)
f31bbfbd [Runtimes] Fix get logs mechanism to query specific pod (2089)

1.1.0rc11

Not secure
Features / Enhancements
* **Docs**: Replace set_environment with get_or_create_project, 2088, jillnogold
* **CI**: Add Jupyter and models GPU images to build workflow, 2085, Hedingber
* **Datastore**: Iguazio_Platform -> iguazio_platform, 2079, gtopper
* **UI**: [Features & enhancement](https://github.com/mlrun/ui/releases/tag/v1.1.0-rc11#features-and-enhancements)

Bug fixes
* **Projects**: Fix load project fails on non-existing project, 2063, tankilevitch
* **Projects**: Fix project querying caching, 2092, tankilevitch
* **Projects**: Fix follower sync, 2086, Hedingber
* **Docs**: Fix README links, 2087, jillnogold
* **Docs**: Fix broken links throughout doc set, 2080, jillnogold
* **Docs**: Add details on adding permissions when changing the project owner, 2069, jillnogold
* **UI**: [Bug fixes](https://github.com/mlrun/ui/releases/tag/v1.1.0-rc11#bug-fixes)


Pull requests:
e2933641 [Projects] Fix load project fails on non-existing project (2063)
0445d915 [Projects] Fix project querying caching (2092)
ff75f603 [Projects] Fix follower sync (2086)
4d3112f4 [Docs] Replace set_environment with get_or_create_project (2088)
a62a83cb [Datastore] Iguazio_Platform -> iguazio_platform (2079)
f122703d [Docs] Fix README links (2087)
a1a26254 [Docs] Fix broken links throughout doc set (2080)
33d5799c [Docs] Add details on adding permissions when changing the project owner (2069)
015c59b0 [CI] Add Jupyter and models GPU images to build workflow (2085)

1.1.0rc10

Not secure
Features / Enhancements
* **API**: Add synchronization between chief and workers, 2075, tankilevitch
* **Projects**: Add timeout attribute to run method, 2074, tankilevitch
* **CI**: Enable using the build workflow to push to multiple registries, 2077, Hedingber
* **Docs**: Update tutorials, 2043, yaronha
* **UI**: [Features & enhancement](https://github.com/mlrun/ui/releases/tag/v1.1.0-rc10#features-and-enhancements)

Bug fixes
* **Datastore**: Fix `OfflineVectorResponse.to_csv`, 2072, gtopper
* **Feature Store**: Fix alias handling in `OnlineVectorService`, 2073, gtopper
* **Docs**: Update broken links in Tutorial, 2083, yaronha
* **Datastore**: Fix failure on empty string time parameter, 2081, gtopper
* **Jupyter Image**: Set `nbclassic>=0.2.8` to fix the image, 2078, tankilevitch
* **UI**: [Bug fixes](https://github.com/mlrun/ui/releases/tag/v1.1.0-rc10#bug-fixes)


Pull requests:
0388f8ce [API] Add synchronization between chief and workers (2075)
6fb6e6ab [Docs] Update broken links in Tutorial (2083)
a625d3cb [Datastore] Fix failure on empty string time parameter (2081)
558591e6 [Jupyter Image] Set `nbclassic>=0.2.8` to fix the image (2078)
da424ca1 [Projects] Add timeout attribute to run method (2074)
17417298 [Feature Store] Fix alias handling in `OnlineVectorService` (2073)
49a79be8 [CI] Enable using the build workflow to push to multiple registries (2077)
3907d2fe [Docs] Update tutorials (2043)
bd8c944c [Datastore] Fix `OfflineVectorResponse.to_csv` (2072)

1.1.0rc9

Not secure
Features / Enhancements
* **Docs**: Refactor working-with-secrets docs page, 2048, theSaarco
* **Datastore**: Change Snowflake application to Iguazio_Platform, 1979, gtopper
* **Scheduler**: Add re-routing to chief, 2059, tankilevitch
* **CI**: Run CI on push to backport release branches, 2067, Hedingber
* **SDK**: Add python 3.8 classifier to `setup.py`, 2066, Hedingber
* **Projects**: Change follower projects store to be the DB instead of cache, 2058, Hedingber
* **UI**: [Features & enhancement](https://github.com/mlrun/ui/releases/tag/v1.1.0-rc9#features-and-enhancements)

Bug fixes
* **Tests**: Fix `test_import_artifacts`, 2071, tankilevitch
* **Projects**: Fix deleting last project label, 2060, quaark
* **Datastore**: Fix `KafkaSource`, 2064, gtopper
* **UI**: [Bug fixes](https://github.com/mlrun/ui/releases/tag/v1.1.0-rc9#bug-fixes)


Pull requests:
c9d20251 [Docs] Refactor working-with-secrets docs page (2048)
6467d3a5 [Tests] Fix `test_import_artifacts` (2071)
4d6b72b5 [Datastore] Change Snowflake application to Iguazio_Platform (1979)
de69a7d9 [Scheduler] Add re-routing to chief (2059)
2f90df96 [CI] Run CI on push to backport release branches (2067)
c043906a [SDK] Add python 3.8 classifier to `setup.py` (2066)
35a2f3e2 [Projects] Change follower projects store to be the DB instead of cache (2058)
43ca03d7 [Projects] Fix deleting last project label (2060)
eacb7816 [Datastore] Fix `KafkaSource` (2064)

1.1.0rc8

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

Bug fixes
* **Model Endpoints**: Fix overriding of the v3io import, 2061, tankilevitch
* **UI**: [Bug fixes](https://github.com/mlrun/ui/releases/tag/v1.1.0-rc8#bug-fixes)


Pull requests:
2c0083de [Model Endpoints] Fix overriding of the v3io import (2061)

1.1.0rc7

Not secure
Features / Enhancements
* **System Tests**: Change schedule interval and timeout to 4 hours, 2057, Hedingber
* **System Tests**: Increase timeout, 2056, Hedingber
* **Docs**: Add link from feature-store/transformations, remove 2nd instance of mlrun_jobs, 2054, jillnogold
* **UI**: [Features & enhancement](https://github.com/mlrun/ui/releases/tag/v1.1.0-rc7#features-and-enhancements)

Bug fixes
* **Artifacts**: Fix wrong inheritance in `LegacyModelArtifact`, 2055, theSaarco
* **UI**: [Bug fixes](https://github.com/mlrun/ui/releases/tag/v1.1.0-rc7#bug-fixes)


Pull requests:
c2950a56 [System Tests] Change schedule interval and timeout to 4 hours (2057)
35d91613 [Artifacts] Fix wrong inheritance in `LegacyModelArtifact` (2055)
e51d8593 [System Tests] Increase timeout (2056)
e8f6105e [Docs] Add link from feature-store/transformations, remove 2nd instance of mlrun_jobs (2054)

Page 46 of 90

Links

Releases

Has known vulnerabilities

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.