Mlrun

Latest version: v1.7.2

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

Scan your dependencies

Page 76 of 110

1.0.0rc7

Not secure
Features / Enhancements
* **Docs**: Add a note on AKS in installation guide, 1804, Hedingber
* **Feature Store**: Support spark dataframe ingestion, 1802, urihoenig
* **Docs**: Add doc about spark operator ingestion, 1803, urihoenig
* **Projects**: Add tag support to `get_artifact_uri()`, 1805, yaronha
* **Projects**: Add/improve methods to the Project class for better usability, 1788, yaronha
* **UI**: [Features & enhancement](https://github.com/mlrun/ui/releases/tag/v1.0.0-rc7#features-and-enhancements)

Bug fixes
* **Sparkjob**: Fix submit job method collision, 1806, benbd86
* **UI**: [Bug fixes](https://github.com/mlrun/ui/releases/tag/v1.0.0-rc7#bug-fixes)


Pull requests:
015e4b70 [Sparkjob] Fix submit job method collision (1806)
bd9e273f [Docs] Add a note on AKS in installation guide (1804)
4756af0e [Feature Store] Support spark dataframe ingestion (1802)
ebc2aaae [Docs] Add doc about spark operator ingestion (1803)
952e0d63 [Projects] Add tag support to `get_artifact_uri()` (1805)
3d11ecd8 [Projects] Add/improve methods to the Project class for better usability (1788)

1.0.0rc6

Not secure
Features / Enhancements
* **API**: Add nuclio streams feature flag to the frontend spec, 1799, TomerShor
* **Docs**: Move Topology section to Graph concepts and state machine, 1798, jillnogold
* **DB**: Add conflict message to retry on + improve testing, 1800, Hedingber
* **UI**: [Features & enhancement](https://github.com/mlrun/ui/releases/tag/unstable#features-and-enhancements)


Bug fixes
* **Dask**: Add shutdown dask cluster as part of the function's `close()` method, 1791, tankilevitch
* **MPIJob**: Adding project secrets to mpijobs, 1801, theSaarco
* **UI**: [Bug fixes](https://github.com/mlrun/ui/releases/tag/unstable#bug-fixes)


Pull requests:
2ee85208 [Dask] Add shutdown dask cluster as part of the function's `close()` method (1791)
e0c73fde [API] Add nuclio streams feature flag to the frontend spec (1799)
1cc9d767 [Docs] Move Topology section to Graph concepts and state machine (1798)
3894ec95 [MPIJob] Adding project secrets to mpijobs (1801)
6d20a9a7 [DB] Add conflict message to retry on + improve testing (1800)

1.0.0rc5

Not secure
Features / Enhancements
* **Dask**: Add project secrets to Dask cluster on deployment, 1794, theSaarco
* **Spark**: Support auto-add of k8s project secrets, 1790, theSaarco
* **Runtimes**: Divide `run()` method to use multiple methods, 1785, tankilevitch
* **Config**: Add default preemptible configuration, 1784, tankilevitch
* **UI**: [Features & enhancement](https://github.com/mlrun/ui/releases/tag/v1.0.0-rc5#features-and-enhancements)

Bug fixes
* **DB**: Add retry on conflict in store_x methods to prevent race condition, 1797, Hedingber
* **Dask**: Fix results & artifacts no being logged when one of the iterations failed, 1795, tankilevitch
* **Config**: Ignore null base64 string, 1793, Hedingber
* **Docs**: Fix Spark example, 1789, gtopper
* **Runtimes**: Prevent running the same command twice on function image build, 1783, tankilevitch
* **UI**: [Bug fixes](https://github.com/mlrun/ui/releases/tag/v1.0.0-rc5#bug-fixes)


Pull requests:
826bc09d [DB] Add retry on conflict in store_x methods to prevent race condition (1797)
fa371f19 [Dask] Fix results & artifacts no being logged when one of the iterations failed (1795)
4f259924 [Dask] Add project secrets to Dask cluster on deployment (1794)
194c0384 [Config] Ignore null base64 string (1793)
688756a4 [Spark] Support auto-add of k8s project secrets (1790)
54000c19 [Docs] Fix Spark example (1789)
eccb108a [Runtimes] Divide `run()` method to use multiple methods (1785)
89d1fc7e [Config] Add default preemptible configuration (1784)
9b2baa77 [Runtimes] Prevent running the same command twice on function image build (1783)

1.0.0rc4

Not secure
Features / Enhancements
* **API**: Set default thread pool max workers to 64, 1780, Hedingber
* **Runtimes**: Add flag to allow printing build logs only on failure, 1777, yaronha
* **UI**: [Features & enhancement](https://github.com/mlrun/ui/releases/tag/v1.0.0-rc4#features-and-enhancements)


Bug fixes
* **Runtimes**: Fix to enrich KFP and Kaniko pods with the default function node selector, 1782, Hedingber
* **Runtimes**: Fix mount modifiers to keep mount path unique, 1781, Hedingber
* **Makefile**: Remove mistakenly merged test code, 1776, Hedingber
* **Runtimes**: Fix default function pod resources, 1778, tankilevitch
* **Runtimes**: Fix issues when running functions on non-k8s installation, 1779, theSaarco
* **Feature Store**: Fix alias handling, 1775, gtopper
* **UI**: [Bug fixes](https://github.com/mlrun/ui/releases/tag/v1.0.0-rc4#bug-fixes)


Pull requests:
f64d09c6 [Runtimes] Fix to enrich KFP and Kaniko pods with the default function node selector (1782)
4dd77ab3 [Runtimes] Fix mount modifiers to keep mount path unique (1781)
eb3cd6bb [API] Set default thread pool max workers to 64 (1780)
51851d86 [Makefile] Remove mistakenly merged test code (1776)
81a52610 [Runtimes] Fix default function pod resources (1778)
06ecc9ef [Runtimes] Fix issues when running functions on non-k8s installation (1779)
7eb8a07b [Feature Store] Fix alias handling (1775)
a6081458 [Runtimes] Add flag to allow printing build logs only on failure (1777)

1.0.0rc3

Not secure
Features / Enhancements
* **Runtimes**: Add default resources for functions pods, 1760, tankilevitch

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

Bug fixes
* **Secrets**: Fixing nuclio remote deploy flow - remove dependency on Secrets crud, 1773, theSaarco
* **Makefile**: Add compatibility for pypi version convention, 1774, tankilevitch
* **UI**: [Bug fixes](https://github.com/mlrun/ui/releases/tag/v1.0.0-rc3#bug-fixes)


Pull requests:
d1ed8a11 [Makefile] Add compatibility for pypi version convention (1774)
80a788cc [Secrets] Fixing nuclio remote deploy flow - remove dependency on Secrets crud (1773)
3ffd4371 [Runtimes] Add default resources for functions pods (1760)

1.0.0rc2

Not secure
Features / Enhancements
* **Requirements**: Bump storey, 1772, gtopper
* **General**: Add file to list formatting commits to ignore in git blame, 1770, Hedingber
* **Requirements**: Bump black to stable version, 1745, Hedingber
* **System Tests**: Disable Google BigQuery tests, 1769, benbd86
* **Requirements**: Bump pip to 22.0.x, 1767, Hedingber
* **Docs**: Update docstrings and copyright, 1759, george0st
* **Feature Store**: Add test for two ingests, 1756, gtopper
* **Builder**: Support configuring image name prefix template to enforce, 1755, Hedingber
* **Docs**: Add graphics source files, 1757, jillnogold
* **Docs**: Refresh `mlrun_jobs` example, 1752, jillnogold
* **Docs**: Add `mlrun.frameworks` to the docs, 1754, guy1992l
* **UI**: [Features & enhancement](https://github.com/mlrun/ui/releases/tag/v1.0.0-rc2#features-and-enhancements)

Bug fixes
* **Feature Store**: Fix `None` error, 1771, gtopper
* **Dask**: Fix dask load module & handler, 1766, yaronha
* **Feature Store**: Fix handling of aliases when getting online features, 1768, gtopper
* **System Tests**: Fix big query tests, 1765, Hedingber
* **System Tests**: Fix enterprise tests being skipped, 1763, Hedingber
* **Runtimes**: Fix deletion of build image path after runs, 1762, yaronha
* **KFP**: Fix build step `with-mlrun` flag handling, 1758, yaronha
* **System Tests**: Fix failing system tests as a result of none PEP 440 compatiblity, 1753, tankilevitch
* **UI**: [Bug fixes](https://github.com/mlrun/ui/releases/tag/v1.0.0-rc2#bug-fixes)

Pull requests:
12ee9e0f [Requirements] Bump storey (1772)
7c3828b3 [Feature Store] Fix `None` error (1771)
b1b942ba [General] Add file to list formatting commits to ignore in git blame (1770)
3b886584 [Requirements] Bump black to stable version (1745)
4b99f573 [Dask] Fix dask load module & handler (1766)
3da7e766 [System Tests] Disable Google BigQuery tests (1769)
3bc73e97 [Requirements] Bump pip to 22.0.x (1767)
004c0dfd [Feature Store] Fix handling of aliases when getting online features (1768)
900341dc [System Tests] Fix big query tests (1765)
7e4a5e06 [System Tests] Fix enterprise tests being skipped (1763)
66c335d2 [Runtimes] Fix deletion of build image path after runs (1762)
e6252825 [KFP] Fix build step `with-mlrun` flag handling (1758)
bc67da87 [Docs] Update docstrings and copyright (1759)
6ba4e983 [Feature Store] Add test for two ingests (1756)
10242998 [Builder] Support configuring image name prefix template to enforce (1755)
891014e5 [Docs] Add graphics source files (1757)
14ace009 [Docs] Refresh `mlrun_jobs` example (1752)
448bfe0c [System Tests] Fix failing system tests as a result of none PEP 440 compatiblity (1753)
25a112ff [Docs] Add `mlrun.frameworks` to the docs (1754)

Page 76 of 110

Links

Releases

Has known vulnerabilities

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.