Mlrun

Latest version: v1.7.0

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

Scan your dependencies

Page 65 of 102

1.0.0rc26

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

Bug fixes
* **Datastore**: Fix remote ingestion with `SnowflakeSource`, 1922, gtopper
* **Documentation**: Fix documentation following new validations, 1925, gtopper
* **UI**: [Bug fixes](https://github.com/mlrun/ui/releases/tag/v1.0.0-rc26#bug-fixes)

Pull requests:
80724774 [Datastore] Fix remote ingestion with `SnowflakeSource` (1922)
66ff9bac [Documentation] Fix documentation following new validations (1925)

1.0.0rc25

Not secure
Features / Enhancements
* **Spark**: Enrich default limits and requests, 1833, benbd86
* **UI**: [Features & enhancement](https://github.com/mlrun/ui/releases/tag/v1.0.0-rc25#features-and-enhancements)

Bug fixes
* **DB**: Fix duplicating features & entities when concurrent feature-set PUT operations are made, 1921, theSaarco
* **UI**: [Bug fixes](https://github.com/mlrun/ui/releases/tag/v1.0.0-rc25#bug-fixes)


Pull requests:
1118045b [DB] Fix duplicating features & entities when concurrent feature-set PUT operations are made (1921)
d48b7fac [Spark] Enrich default limits and requests (1833)

1.0.0rc24

Not secure
Features / Enhancements
* **Requirements**: Bump storey version to 1.0.3, 1920, benbd86
* **UI**: [Features & enhancement](https://github.com/mlrun/ui/releases/tag/v1.0.0-rc24#features-and-enhancements)

Bug fixes
* **Model Monitoring**: Set the project to the model monitoring feature set, 1911, EyalDanieliIgu
* **Datastore**: Add missing kind field to SnowflakeSource, 1919, gtopper
* **UI**: [Bug fixes](https://github.com/mlrun/ui/releases/tag/v1.0.0-rc24#bug-fixes)


Pull requests:
06e04ab3 [Requirements] Bump storey version to 1.0.3 (1920)
c28206d6 [Model Monitoring] Set the project to the model monitoring feature set (1911)
09fb6677 [Datastore] Add missing kind field to SnowflakeSource (1919)

1.0.0rc23

Not secure
Features / Enhancements
* **KFP**: Add test for overriding enriched attributes from function and default configuration, 1915, tankilevitch
* **API**: Add `max-partitions` parameter to list runs endpoint, 1913, theSaarco
* **Datastore**: Add SnowflakeSource to source mapping, 1910, gtopper
* **UI**: [Features & enhancement](https://github.com/mlrun/ui/releases/tag/v1.0.0-rc23#features-and-enhancements)

Bug fixes
* **Nuclio**: Fix runtime handling for Nuclio <1.6.0 (doesn't support python:3.7), 1918, Hedingber
* **Requirements**: Downgrade Tensorflow to 2.4.x and Horovod to 0.22.1, 1912, Hedingber
* **DB**: Fix list runs max partition query to sort results, 1916, theSaarco
* **Nuclio**: Fix base image pull secret assignment, 1917, tankilevitch
* **Feature Store**: Fix update run id for empty target list, 1909, benbd86
* **API**: Fix project summaries to work when installed in docker env, 1908, Hedingber
* **UI**: [Bug fixes](https://github.com/mlrun/ui/releases/tag/v1.0.0-rc23#bug-fixes)


Pull requests:
f46b7ece [Nuclio] Fix runtime handling for Nuclio <1.6.0 (doesn't support python:3.7) (1918)
a12da665 [Requirements] Downgrade Tensorflow to 2.4.x and Horovod to 0.22.1 (1912)
5416609b [DB] Fix list runs max partition query to sort results (1916)
81bbef63 [Nuclio] Fix base image pull secret assignment (1917)
72b49c7c [KFP] Add test for overriding enriched attributes from function and default configuration (1915)
6acd33a8 [API] Add `max-partitions` parameter to list runs endpoint (1913)
ba809912 [Feature Store] Fix update run id for empty target list (1909)
3bf66ee9 [Datastore] Add SnowflakeSource to source mapping (1910)
639fd49c [API] Fix project summaries to work when installed in docker env (1908)

1.0.0rc22

Not secure
Features / Enhancements
* **Spark**: Support setting different volume mounts for driver and executor and add helper for host path, 1901, Hedingber
* **UI**: [Features & enhancement](https://github.com/mlrun/ui/releases/tag/v1.0.0-rc22#features-and-enhancements)

Bug fixes
* **Secrets**: Move username from auth secret name to label, 1906, Hedingber
* **Feature Store**: Fix nuclio behavior with run_id, 1905, benbd86
* **Docs**: Link to updated Horovod classification demo, 1902, jillnogold
* **Datastore**: Parse time fields in CSVSource when engine is spark, 1896, gtopper
* **UI**: [Bug fixes](https://github.com/mlrun/ui/releases/tag/v1.0.0-rc22#bug-fixes)


Pull requests:
15585903 [Secrets] Move username from auth secret name to label (1906)
e937a849 [Feature Store] Fix nuclio behavior with run_id (1905)
94534f9c [Docs] Link to updated Horovod classification demo (1902)
57adf0e6 [Spark] Support setting different volume mounts for driver and executor and add helper for host path (1901)
8bf67716 [Datastore] Parse time fields in CSVSource when engine is spark (1896)

1.0.0rc21

Not secure
Features / Enhancements
* **Runtimes**: Add `none` preemption mode, 1898, tankilevitch
* **KFP**: Add tests for pipelines monkey patching and set pipeline context in `save_workflow`, 1893, tankilevitch
* **UI**: [Features & enhancement](https://github.com/mlrun/ui/releases/tag/v1.0.0-rc21#features-and-enhancements)

Bug fixes
* **KFP**: Fix default function pod resources not being applied to KFP main container, 1900, tankilevitch
* **API**: Fix build status endpoint offset calculation, 1822, tankilevitch
* **System Tests**: Increase open source system tests timeout, 1899, Hedingber
* **UI**: [Bug fixes](https://github.com/mlrun/ui/releases/tag/v1.0.0-rc21#bug-fixes)


Pull requests:
963aacb4 [KFP] Fix default function pod resources not being applied to KFP main container (1900)
1f4ab6b8 [API] Fix build status endpoint offset calculation (1822)
90ead774 [System Tests] Increase open source system tests timeout (1899)
02cdef46 [Runtimes] Add `none` preemption mode (1898)
a82e04ec [KFP] Add tests for pipelines monkey patching and set pipeline context in `save_workflow` (1893)

Page 65 of 102

Links

Releases

Has known vulnerabilities

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.