Mlrun

Latest version: v1.6.2

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

Scan your dependencies

Page 87 of 90

0.5.2rc2

Not secure
Features / Enhancements
* **API**: Adding option to give name filter in list_schedules, 420, hedingber
* **Tests**: Adding runtime resources cleanup unit tests - phase 1, 422, hedingber
* **Tests**: System Tests for Mlrun Demos, 421, quaark
* **UI**: [Features & enhancment](https://github.com/mlrun/ui/releases/tag/v0.5.2-rc2#features-and-enhancements)


Bug fixes
* **Tests**: Fixed system test teardown order, 417, quaark
* **Pipelines**: Fix pipelines non-str results logging, 418, hedingber
* **API**: Change API default response to ORJSONResponse, 419, hedingber
* **API**: Fix hub function url resolution, 425, hedingber
* **API**: Fix function enrichment on job submission, 427, hedingber
* **Build**: Fix models gpu images, 429, hedingber
* **Build**: Fix models legacy image, 435, hedingber
* **Monitoring**: fix log print for py files to show log progress, 432, yaronha
* **UI**: [Bug fixes](https://github.com/mlrun/ui/releases/tag/v0.5.2-rc2#bug-fixes)


Pull requests:
78388e1 Fix models legacy image - take 2 - fixing typo (436)
2525449 Fix models legacy image (435)
ba9daaa Bugfix - append/extend function configuration on job submission instead of override (434)
08c82e3 fix log print for py files to show log progress (432)
844837a Bump to 0.5.2-rc2 (431)
aea6505 Fix models gpu images (429)
e7e461a Fix function enrichment on job submission (427)
821a9be Adding sqlite3 to API image (426)
456fd4d Fix hub function url resolution (425)
12b5aad Pin black requirement (424)
8aded37 System Tests for Mlrun Demos (421)
91ff609 Adding runtime resources cleanup unit tests - phase 1 (422)
6a50edb Formatting according to new black version (423)
34db5b9 Adding option to give name filter in list_schedules (420)
47b1696 Change API default response to ORJSONResponse (419)
daf42ad Fix pipelines non-str results logging (418)
c995ba2 Fixed system test teardown order (417)

0.5.2rc1

Not secure
Features / Enhancements
* **SDK**: Enable remote work against iguazio 2.10 system, 394, hedingber
* **Docs**: Add loading MLRun functions from the marketplace docs, 396, gilad-shaham
* **CI**: Docs CI and ReadTheDocs Config, 397, quaark
* **Testing**: System test framework, 392, quaark
* **Pipelines**: Change kfp ttl from 24h to 4h, 405, hedingber
* **MPIJob**: Add performance analysis to hvd, 412, zilbermanor
* **UI**: [Features & enhancment](https://github.com/mlrun/ui/releases/tag/v0.5.2-rc1#features-and-enhancements)


Bug fixes
* **Jupyter**: Fix jupyter image, 389, gilad-shaham
* **Docs**: Split API documentation to separate module pages + minor docstring fixes, 391, gilad-shaham
* **API**: MLRun Errors + v3io access forbidden uses errors, 393, quaark
* **Cleanup**: Bugfix - When MPI Job finishes, deletes CRDs properly, 399, quaark
* **Cleanup**: Use run project before function project for labels, 400, hedingber
* **Cleanup**: Improve cleanup to handle orphan resources, 404, hedingber
* **SDK**: Don't default to default project unneeded-ly, 402, hedingber
* **SDK**: Fix get store artifact tags parsing, 409, hedingber
* **Build**: Install MLRun in images using pip, 410, hedingber
* **MPIJob**: Change default mpijob image from mlrun/mpijob to mlrun/ml-models, 406, hedingber
* **Schedules**: Fix schedules datetime fields formatting, 415, hedingber
* **UI**: [Bug fixes](https://github.com/mlrun/ui/releases/tag/v0.5.2-rc1#bug-fixes)


Pull requests:
f559656 Fix version parsing (416)
a7f2e72 Bump to 0.5.2-rc1 (414)
b8cd2c8 Fix schedules datetime fields formatting (415)
849af0b Configure black to enforce string normalization (413)
bc992e9 Add performance analysis to hvd (412)
c7740d4 Improving errors infrastructure (411)
4e000bd Install MLRun in images using pip (410)
0f2d16b Fix get store artifact tags parsing (409)
57ca390 Change kfp ttl from 24h to 4h (405)
1d48e91 Update docs successful status code for deletion endpoints (408)
6abf437 Add bump-version and install-requirements make commands (407)
8fcb612 Improve cleanup to handle orphan resources (404)
6ad195e Change default mpijob image from mlrun/mpijob to mlrun/ml-models (406)
5a94236 System test framework (392)
f3556e5 Adding unit tests for files API (403)
1d9c3a4 Replace back fastapi status with http status (401)
f8f0ed8 Don't default to default project unneeded-ly (402)
f73c498 Use run project before function project for labels (400)
8d93f84 Bugfix - When MPI Job finishes, deletes CRDs properly (399)
2243ab1 Docs CI and ReadTheDocs Config (397)
07d0714 Add loading MLRun functions from the marketplace docs (396)
28eaceb MLRun Errors + v3io access forbidden uses errors (393)
ba99e74 Enable remote work against iguazio 2.10 system (394)
52d8d30 Makefile Phony near each command instead of one list (395)
35598b1 Split API documentation to separate module pages + minor docstring fixes (391)
6f29c5d Fix jupyter image (389)
c7ac63b Use FastAPI facilities instead of older packages (375)
3a3966f Bump uvicorn from 0.11.3 to 0.11.7 (376)

0.5.1

Not secure
Features / Enhancements
* **Docs**: Doc update for log_model and get_model, 382, gilad-shaham
* **UI**: [Features & enhancment](https://github.com/mlrun/ui/releases/tag/v0.5.1#features-and-enhancements)


Bug fixes
* **Schedules**: Fixed wrong crontab expression format error message, 379, hedingber
* **Schedules**: Don't create a run on failed schedule, 378, hedingber
* **API**: Fixed submit job function not found error response, 380, hedingber
* **API**: Save versioned function at the end of deploy, 386, 388, hedingber
* **Platforms**: Fix mount_pvc and auto mount, 383, yaronh
* **Build**: Pin models-gpu image python version to 3.7, 384, hedingber
* **Build**: Bound ipython version to less than 7.17, 390, hedingber
* **Docs**: Fix docs build, 387, hedingber
* **UI**: [Bug fixes](https://github.com/mlrun/ui/releases/tag/v0.5.1#bug-fixes)


Pull requests:
de404ee Bump version to 0.5.1 (385)
a5db0ea Bound ipython version to less than 7.17 (390)
43458d8 Save versioned function at the end of deploy - phase 2 (388)
b2ff846 Fix docs build (387)
21fa088 Save versioned function at the end of deploy (386)
c1794e7 Pin models-gpu image python version to 3.7 (384)
f49531d fix mount_pvc and auto mount (383)
288e656 Doc update for log_model and get_model (382)
55305de Bugfix - Don't create a run on failed schedule (378)
47552de Fixed submit job function not found error response (380)
8755071 Fixed wrong crontab expression format error message (379)

0.5.1rc2

Not secure
Features / Enhancements
* **UI**: [Features & enhancment](https://github.com/mlrun/ui/releases/tag/v0.5.1-rc2#features-and-enhancements)


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


Pull requests:
b49a6f5 Bump version to 0.5.1-rc2 (377)

0.5.1rc1

Not secure
Features / Enhancements
* **Datasets**: Dataset fixes & enhancment, 364, yaronh
* **UI**: [Features & enhancment](https://github.com/mlrun/ui/releases/tag/v0.5.1-rc1#features-and-enhancements)


Bug fixes
* **Logging**: Fixed logger to consider log level correctly, 362, hedingber
* **CI**: Fix UI release branch source, 365, orkiguazio
* **Build**: Fix jupyter image, 369, hedingber
* **Build**: Requirements fixes, 373, hedingber
* **Cleanup**: Condition initializing periodic cleanup on whether running in k8s cluster, 367, hedingber
* **Cleanup**: Cleanup error logs fixes, 371, hedingber
* **Packaging**: Fix extra requirements definition, 368, hedingber
* **Jobs**: Enrich owner on job submission, 366, hedingber
* **UI**: [Bug fixes](https://github.com/mlrun/ui/releases/tag/v0.5.1-rc1#bug-fixes)


Pull requests:
37f4f85 Bump version to 0.5.1-rc1 (374)
54f9cf1 Requirements fixes (373)
9da93d9 Fix jupyter image (369)
26db92f Lint to exclude git directory (372)
9bcffd3 Cleanup error logs fixes (371)
3548f2a Remove latest docker tag references in docs (370)
14c604f Enrich owner on job submission (366)
fa173a3 Fix extra requirements definition (368)
412d705 Condition initializing periodic cleanup on whether running in k8s cluster (367)
e48bfca Dataset fixes & enhancment (364)
0c9d8e9 Fix ui release branch source (365)
782ee6c API docs fixes (363)
084f0ff Fixing logger to consider log level correctly (362)

0.5.0

Not secure
Features / Enhancements
* **Scheduling**: Refactor schedules mechanism, 345, hedingber
* **Datastores**: Added support for Azure blobs, 332, theSaarco
* **Artifacts**: Extend dataset artifact, 343, yaronh
* **Logging**: Support continuous log print in functions with handler, 339, yaronh
* **Logging**: Added logger client with kwargs, 297, liranbg
* **Sparkjob**: Support spark job types, 350, urihoenig
* **Nuclio runtime**: Add nuclio readiness_timeout config, 346, yaronh
* **Cleanup**: Clean command improvements, 348, hedingber
* **Runs**: Validate run name regex, 352, hedingber
* **Monitoring**: Add mlrun/scrape_metrics label, 356, hedingber
* **Build**: Dockerfiles fixes and optimizations, 338, hedingber
* **Code quality**: Adding Formatting and Linting using black, 307, omesser
* **CI**: Moved to GH actions, 328, omesser
* **CI**: Add automation to release mlrun/ui on mlrun/mlrun release, 342, orkiguazio

Bug fixes
* **Nuclio runtime**: Fix nuclio remote, secrets, and serialization, 331, yaronh
* **Scheduling**: Each job should have different uid, 354, hedingber
* **Artifacts**: Artifacts saved without tag, 351, hedingber
* **Projects**: Fix url parsing to preserve case, 357, hedingber

Pull requests:
ac1f096 Bump version to 0.5.0 (359)
1bd6ae1 Fix mlrun_basics example notebook (361)
54f2a45 Limit schedules to no more then one job in 10 minutes (358)
961b211 Fix url parsing to preserve case (357)
804a573 Add mlrun/scrape_metrics label (356)
e7ba6f7 Transform from crontab string to schedule trigger in backend (355)
9af14b1 Validate run name regex (352)
0f23416 Default artifact tag to latest (351)
a4b1586 Scheduler fix - each job should have different uid (354)
326f659 Clean command improvements (348)
02f9663 Merge pull request 353 from mlrun/nuclio-serve-stream
12a851b when the trigger is not http, pick the first (will be enhanced in future)
637bb78 Add nuclio readiness_timeout config (346)
4f79606 Use mlrun/mlrun release branch to mlrun/ui release branch (349)
a8483d1 Support spark job types (350)
d6210f7 Scheduler fixes (347)
8d68a53 Refactor schedules mechanism (345)
da21e32 Add automation to release mlrun/ui on mlrun/mlrun release (342)
5703014 Extend dataset artifact (343)
93ff108 Be selective on CI run (344)
6957930 Handler types like mlrun.DataItem (341)
28c920f Fix CI (340)
090c0a4 Added logger client with kwargs (297)
46f653b Fix dockerfiles and requirements files (338)
8c127bc Merge branch 'development' of https://github.com/mlrun/mlrun into development
4c18db6 Added binary df for mlutils get_split
2ef9396 support continuous log print in functions with handler (339)
6bf8780 fix azure blob get, size must be None or >0 (337)
fc35c1d Fix unstable build (336)
88771ff fix azure blob overwrite and remote nuclio deploy_step (334)
c3b43b1 Fix unstable build (333)
5e160c8 Added support for Azure blobs as an MLRun data store (332)
380fc58 Fix nuclio remote, add secrets, and serialization (331)
a74906f Make project's owner field optional (330)
f357e32 Sparkjob improvements (329)
b698621 CI - Move to GH actions (328)
e21adb4 Adding Formatting and Linting using black (307)

Page 87 of 90

Links

Releases

Has known vulnerabilities

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.