Mlrun

Latest version: v1.6.2

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

Scan your dependencies

Page 56 of 90

1.0.0rc9

Not secure
Features / Enhancements
* **Docs**: Reduce demo input size to reduce demo runtime, 1819, gtopper
* **Feature Store**: Re-enable flush_interval by default, 1818, gtopper
* **UI**: [Features & enhancement](https://github.com/mlrun/ui/releases/tag/v1.0.0-rc9#features-and-enhancements)


Bug fixes
* **Feature Store**: Fix wrongly exploding on time units with `d` for Spark engine aggregations, 1820, theSaarco
* **UI**: [Bug fixes](https://github.com/mlrun/ui/releases/tag/v1.0.0-rc9#bug-fixes)


Pull requests:
c95d90c3 [Feature Store] Fix wrongly exploding on time units with `d` for Spark engine aggregations (1820)
b9567cd6 [Docs] Reduce demo input size to reduce demo runtime (1819)
bafdff75 [Feature Store] Re-enable flush_interval by default (1818)

1.0.0rc8

Not secure
Features / Enhancements
* **API**: Allow filtering pipelines when specifying project, 1809, Hedingber
* **UI**: [Features & enhancement](https://github.com/mlrun/ui/releases/tag/v1.0.0-rc8#features-and-enhancements)

Bug fixes
* **Docs**: Removing leftover, 1817, jillnogold
* **DB**: Align all upserts to happen from helper method, 1810, Hedingber
* **Artifacts**: Fix bug for log extra data in all kinds of artifacts, 1812, davesh0812
* **Platforms**: Fix `mount_v3iod` for iguazio >=3.2.3, 1815, benbd86
* **API**: Increase http connection pools maxsize to be equal to number of workers, 1811, Hedingber
* **Nuclio**: Fix git URL resolution, 1807, yaronha
* **UI**: [Bug fixes](https://github.com/mlrun/ui/releases/tag/v1.0.0-rc8#bug-fixes)


Pull requests:
86109586 [Docs] Removing leftover (1817)
feac66f2 [DB] Align all upserts to happen from helper method (1810)
5b930fc7 [Artifacts] Fix bug for log extra data in all kinds of artifacts (1812)
7a535c7e [Platforms] Fix `mount_v3iod` for iguazio >=3.2.3 (1815)
3129e5e6 [API] Increase http connection pools maxsize to be equal to number of workers (1811)
41157dc6 [API] Allow filtering pipelines when specifying project (1809)
db6f7384 [Nuclio] Fix git URL resolution (1807)

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)

Page 56 of 90

Links

Releases

Has known vulnerabilities

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.