Mlrun

Latest version: v1.6.2

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

Scan your dependencies

Page 83 of 90

0.6.0rc6

Not secure
Features / Enhancements
* **CI**: Enable using several system tests systems, 578, hedingber
* **Models images**: Bound horovod to 0.20.x, 585, hedingber
* **Builder**: Support extra & verbose flags, 586, urihoenig
* **Builder**: Change registry URL configurations, 587, hedingber
* **DB migrations**: Added downgrade support and AlembicUtil Tests, 583, quaark
* **UI**: [Features & enhancment](https://github.com/mlrun/ui/releases/tag/v0.6.0-rc6#features-and-enhancements)


Bug fixes
* **System tests**: Wrap secrets with quotes, 584, hedingber
* **System tests**: Fix requirements, 574, hedingber
* **Dask**: Fix KubeCluster initialization, 575, hedingber
* **Nuclio**: Fix volume and volume mount creation, 579, hedingber
* **Runtimes**: Set jobs dbpath from configuration instead of client, 580, hedingber
* **Projects**: Skip old invalid project syncing + name validation fix, 576, hedingber
* **Docs**: Fix typos in mlrun-kit doc, 577, hedingber
* **UI**: [Bug fixes](https://github.com/mlrun/ui/releases/tag/v0.6.0-rc6#bug-fixes)


Pull requests:
00b9a23 [Builder] Change registry URL configurations (582)
86cf26c [DB migrations] Added downgrade support and AlembicUtil Tests (583)
8d2f857 [Builder] Support extra & verbose flags (586)
8f7e4ef [Models images] Bound horovod to 0.20.x (585)
20cc19d [System tests] Wrap secrets with quotes (584)
5b09079 [Runtimes] Set jobs dbpath from configuration instead of client (580)
59473d3 [Nuclio] Fix volume and volume mount creation (579)
afc56c0 [CI] Enable using several system tests systems (578)
2f1baaa [Docs] Fix typos in mlrun-kit doc (577)
728f1e2 [Projects] Skip old invalid project syncing + name validation fix (576)
c890439 [Dask] Fix KubeCluster initialization (575)
9ac8d8e [System tests] - Fix requirements (574)
4b6e62c [System tests] Add matplotlib as requirement (573)

0.6.0rc5

Not secure
Features / Enhancements
* **Projects**: Enable projects syncing with Nuclio, 542, hedingber
* **Projects**: Ensure project name regex, 569, hedingber
* **SDK+API+Images**: Bumping requirement versions, 568, hedingber
* **UI**: [Features & enhancment](https://github.com/mlrun/ui/releases/tag/v0.6.0-rc5#features-and-enhancements)


Bug fixes
* **UI**: [Bug fixes](https://github.com/mlrun/ui/releases/tag/v0.6.0-rc5#bug-fixes)


Pull requests:
57de22d [SDK] requirements fixes (572)
d7a27b9 [SDK] Move humanfriendly to SDK requirements (571)
5dcbb55 [Projects] - Support old project records (570)
b22361a [Projects] Ensure project name regex (569)
e4d29b0 [SDK+API+Images] Bumping requirement versions (568)
1b2745c [Projects] Enable projects syncing with Nuclio (542)

0.6.0rc4

Not secure
Features / Enhancements
* **Spark**: Support using base image from datanode registry on deployment, 556, urihoenig
* **Feature store**: Add feature vectors, 558, theSaarco
* **CI**: New githubc client, 561, orkiguazio
* **Functions**: Enable multi volume mount for same volume, 559, hedingber
* **UI**: [Features & enhancment](https://github.com/mlrun/ui/releases/tag/v0.6.0-rc4#features-and-enhancements)


Bug fixes
* **Build**: Add git to mlrun/mlrun image, 557, hedingber
* **Build**: Add gcc to slim images, 560, hedingber
* **System tests**: Fix churn demo data url, 562, hedingber
* **Schedules**: Fix labels bugs, 561, quaark
* **Feature store**: Fix PUT feature-sets to not leave feature leftovers in DB, 566, theSaarco
* **UI**: [Bug fixes](https://github.com/mlrun/ui/releases/tag/v0.6.0-rc4#bug-fixes)


Pull requests:
5138dd6 [CI] Add wait for mlrun/ui release to finish (567)
65463fc [Functions] Enable multi volume mount for same volume (559)
56b61b6 [Feature store] Fix PUT feature-sets to not leave feature leftovers in DB (566)
ba28746 Ci new githubc client (565)
d10db88 [Schedules] Fix labels bugs (561)
0a3d002 [System tests] Re-enable horovod demo (563)
f3d5e0a [System tests] Fix churn demo data url (562)
efb7789 [Build] Add gcc to slim images (560)
39456b7 [Feature store] Add feature vectors (558)
ff3e79e [Build] Add git to mlrun/mlrun image (557)
53e88f3 [Spark] Support using base image from datanode registry on deployment (556)

0.6.0rc3

Not secure
Features / Enhancements
* **SDK**: Add v3io-frames package requirement, 545, hedingber
* **SDK**: Raise exception on major/minor mismatch with API version, 554, hedingber
* **Serving**: Add VotingEnsemble serving router, 547, zilbermanor
* **Build**: Use python's -slim tag for mlrun/mlrun image, 555, hedingber
* **Docs**: Add mlrun-kit doc, 552, gilad-shaham
* **UI**: [Features & enhancment](https://github.com/mlrun/ui/releases/tag/v0.6.0-rc3#features-and-enhancements)


Bug fixes
* **SDK**: Don't fail on missing uid when user is configured, 543, hedingber
* **SDK**: Save function on deploy success, 544, hedingber
* **Spark**: Don't use igz version for spark image tag, 546, hedingber
* **Feature store**: Feature set api fixes, 549, theSaarco
* **Runtimes**: Support running with non default API name and namespace, 550, hedingber
* **UI**: [Bug fixes](https://github.com/mlrun/ui/releases/tag/v0.6.0-rc3#bug-fixes)


Pull requests:
337433e [Build] Use python's -slim tag for mlrun/mlrun image (555)
5d4e920 [Serving] Add VotingEnsemble serving router (547)
ada7a92 [Feature store] Feature set api fixes (549)
6ff63b5 [SDK] Raise exception on major/minor mismatch with API version (554)
dfb3af3 rename mlrun-kit doc helm chart name (553)
4b816e3 mlrun-kit doc (552)
a1e1d75 [Runtimes] Support running with non default API name and namespace (550)
2d5a31b [Spark] Don't use igz version for spark image tag (546)
c5dbdad [SDK] Add v3io-frames package requirement (545)
29ce0fd [SDK] Save function on deploy success (544)
765a989 [SDK] Don't fail on missing uid when user is configured (543)

0.6.0rc2

Not secure
Features / Enhancements
* **Feature store**: Feature set api refactoring, 532, theSaarco
* **Spark**: Support setting different resources for executor and driver, 533, urihoenig
* **SDK**: Change printed items background colors, 531, hedingber
* **SDK**: Fix hyperlink to UI (to include /monitor), 537, yaronha
* **API**: Add time range filters to list runs, 536, quaark
* **Docs**: Update remote configuration documentation, 534, gilad-shaham
* **UI**: [Features & enhancment](https://github.com/mlrun/ui/releases/tag/v0.6.0-rc2#features-and-enhancements)


Bug fixes
* **Spark**: Add missing fields to spec, 538, hedingber
* **SDK**: Fix run_local() and fn.run() issues and add local mode to fn.run(), 541, yaronha
* **CI**: Use updated pod template (docker-python) in Jenkinsfile, 540, orkiguazio
* **UI**: [Bug fixes](https://github.com/mlrun/ui/releases/tag/v0.6.0-rc2#bug-fixes)


Pull requests:
f7397f0 [SDK] Fix run_local() and fn.run() issues and add local mode to fn.run() (541)
9ca2151 [CI] Use updated pod template (docker-python) in Jenkinsfile (540)
75430a1 [Docs] Update remote configuration documentation (534)
13cbed3 [Spark] Add missing fields to spec (538)
e63b34a [API] Add time range filters to list runs (536)
1f9be0e [SDK] Fix hyperlink to UI (to include /monitor) (537)
7fcd6fe [Docs] Bump image tags to 0.5.4 (535)
c4a8aa3 [Spark] Support setting different resources for executor and driver (533)
6375f96 [Feature store] Feature set api refactoring (532)
4bfd149 [SDK] Change printed items background colors (531)

0.6.0rc1

Not secure
Features / Enhancements
* **DB migrations**: Add alembic migrations, 466, quaark
* **Scheduling**: Added full support to schedule labels, 512, quaark
* **Scheduling**: Add update support, 526, quaark
* **Scheduling**: Populate last run uri in schedule, 529, quaark
* **Scheduling**: Add option to include last run on get and list, 530, quaark
* **SDK**: Do not use nest asyncio by default, 514, yaronha
* **SDK**: Make printed items background color configurable, 527, hedingber
* **Feature store**: Adding feature-sets to MLRun DB, 499, theSaarco
* **Feature store**: Add list features API + label support for features/entities, 525, theSaarco
* **Serving**: Enhance and fix serving state machine to support future topologies, 515, yaronha
* **Build**: Optimize images size by removing redundant caches, 523, hedingber
* **UI**: [Features & enhancment](https://github.com/mlrun/ui/releases/tag/v0.6.0-rc1#features-and-enhancements)


Bug fixes
* **UI**: [Bug fixes](https://github.com/mlrun/ui/releases/tag/v0.6.0-rc1#bug-fixes)


Pull requests:
808f278 [SDK] Make printed items background color configurable (527)
5c4af29 [Scheduling] Add option to include last run on get and list (530)
a820a42 [Scheduling] Populate last run uri in schedule (529)
0691a02 [Tests] Skip horovod demo system test (528)
ef96ac0 [Feature store] Add list features API + label support for features/entities (525)
3ff1aea [Scheduling] Add update support (526)
b213d6c [DB migrations] Handle all possible initialization options (524)
87f3246 [DB migrations] Make migration creation more user friendly (517)
1a3c5cb [Build] Optimize images size by removing redundant caches (523)
161bf8e [Serving] Enhance and fix serving state machine to support future topologies (515)
be635b4 [Feature store] Adding feature-sets to MLRun DB (499)
6e705db [SDK] Do not use nest asyncio by default (514)
25085ff Added full support to schedule labels (512)
e0eabcb [CI] Split migrations tests to different job (513)
51416e3 Schedule Labels and Alembic Migrations (466)

Page 83 of 90

Links

Releases

Has known vulnerabilities

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.