Commit Graph

2536 Commits

Author SHA1 Message Date
clearml
4bd1e34b12 Version bump to v2.0.1
Some checks failed
CodeQL / Analyze (python) (push) Has been cancelled
2025-06-26 14:37:17 +03:00
clearml
7435c0e5b7 Add token info to clearml-debug 2025-06-26 14:22:12 +03:00
clearml
2fb42f0a25 Add docstrings 2025-06-24 15:10:18 +03:00
clearml
3f8a48d9f8 Add docstring 2025-06-19 21:28:51 +03:00
clearml
4a0755634b Add docstring 2025-06-16 14:03:41 +03:00
clearml
ecfd2b46f4 Warn when calling Task.force_requirements_env_freeze()/Task.force_store_standalone_script() after Task.init() (#1425)
Some checks failed
CodeQL / Analyze (python) (push) Has been cancelled
2025-06-12 14:23:25 +03:00
clearml
52e0538182 Fix project not accessible or unavailable causes task startup to fail. Add warning. 2025-06-08 15:36:21 +03:00
clearml
d98155a4e3 Fix access to default output destination when project can't be loaded, add warning message but do not fail 2025-06-05 13:47:07 +03:00
clearml
40bd979db1 Add a stage field to the pipeline step
Some checks failed
CodeQL / Analyze (python) (push) Has been cancelled
2025-06-01 14:17:22 +03:00
AbdulHamid Merii
cca587c3e6
Move CONTRIBUTING.md to root directory (#1414)
Some checks failed
CodeQL / Analyze (python) (push) Has been cancelled
2025-05-26 08:45:32 +03:00
clearml
2507fdc1f0 Version bump to v2.0.0
Some checks failed
CodeQL / Analyze (python) (push) Has been cancelled
2025-05-22 13:45:04 +03:00
clearml
2486dd7b9c Fix GPU reporting when NVIDIA_VISIBLE_DEVICES contains a directory reference 2025-05-21 10:06:26 +03:00
clearml
dc4241eb0c Add option to not sort yaml/json keys when uploading artifact 2025-05-21 10:05:12 +03:00
clearml
66a352b587 Fix the verify configuration option for S3 storage (boto3) is not used when testing buckets 2025-05-21 10:04:26 +03:00
AbdulHamid Merii
5a5ff31a5b
Fix typo in config exception string (#1418) 2025-05-19 20:27:59 +03:00
AbdulHamid Merii
25df3b4c75
Fix unhandled None value in project IDs when listing all datasets (#1413)
When fetching the project_ids, there are times where the project id may
be None, even if that's not supposed to be the case. This causes the
program to break. This patch adds some defensive checks to make sure
that even if somehow we get None for the project_id, it will be ignored
and handled gracefully.
2025-05-19 16:22:23 +03:00
clearml
afbbd3975a Add support for ClearML Task options --force-no-requirements, --skip-repo-detection and --skip-python-env-install 2025-05-18 11:04:37 +03:00
AbdulHamid Merii
37ea48b619
Fix _logger property might be None in Session (#1412)
Some checks failed
CodeQL / Analyze (python) (push) Has been cancelled
* fix: ensure _logger is not None in Session

This ensures that the module does not crash in case the logger was called when verbosity was not defined. The old behaviour caused it to crash since _logger was None, but was still called anyways.

* Default to existing logger before setting up
2025-05-13 20:19:25 +03:00
clearml
4d6b54d51a Add docstring
Some checks failed
CodeQL / Analyze (python) (push) Has been cancelled
2025-05-10 11:05:09 +03:00
clearml
c9533d814a Fix pipeline from CLI with no args 2025-05-06 11:38:09 +03:00
clearml
eb27fad4dc Add docstring
Some checks failed
CodeQL / Analyze (python) (push) Has been cancelled
2025-05-01 22:12:20 +03:00
pollfly
b6d358c1f4
Edit docstring formatting and spacing (#1403) 2025-04-28 09:22:00 +03:00
clearml
95baa6ba16 Fix slow clearml package import
Some checks failed
CodeQL / Analyze (python) (push) Has been cancelled
2025-04-25 16:14:47 +03:00
clearml
1a2d4749ad Fix TQDM upload/download reporting, remove warning 2025-04-25 16:13:58 +03:00
clearml
960165d425 Fix GPU metrics collection broken by annotations 2025-04-25 16:11:46 +03:00
Bohdan Dhzus
9541a99762
Fix argument order mismatch in PipelineController (#1407)
Co-authored-by: Bohdan Dhzus <b.dhzus@yahoo.com>
2025-04-24 15:31:07 +03:00
clearml
60623d9154 Fix task log URL print for v2.31 should show "/tasks/{}/output/log" 2025-04-22 13:10:19 +03:00
vignesh
7f822e7626
Fix local file uploads without scheme (#1326)
Some checks failed
CodeQL / Analyze (python) (push) Has been cancelled
* handle scenarios of local file upload without file:// scheme. Fetch the absolute path for the file in such cases and use it as source url

* Update README gifs (#1327)

* skip adding scheme to the path if the scheme is already provided

* handle scenarios of local file upload without file:// scheme. Fetch the absolute path for the file in such cases and use it as source url

* skip adding scheme to the path if the scheme is already provided

---------

Co-authored-by: Vignesh D <vignesh_d@epam.com>
Co-authored-by: pollfly <75068813+pollfly@users.noreply.github.com>
2025-04-18 16:11:47 +03:00
clearml
3616265bc5 Clean up code 2025-04-18 16:10:27 +03:00
clearml
28deda0f3d Fix downloading datasets with multiple parents might not work (#1398) 2025-04-18 16:09:13 +03:00
clearml
d9949d4c3e Fix oversized event reports cause subsequent events to be lost (#1316) 2025-04-18 16:08:19 +03:00
clearml
d4f4318b06 Fix clearml-task run HPO breaks up (#1151) 2025-04-18 16:07:25 +03:00
clearml
9c0605e516 Fix experiments are created twice during HPO (#644) 2025-04-18 16:05:33 +03:00
clearml
dfebf4996c Allow calling the same pipeline step multiple times with inputs that originate from tasks/controller 2025-04-18 16:04:39 +03:00
clearml
fa119672d8 Fix PipelineDecorator.component() ignores *args and crashes with **kwargs 2025-04-18 16:03:56 +03:00
clearml
88a828cd78 Fix P\pipelines ran via clearml-task do not appear in the UI 2025-04-18 16:02:30 +03:00
clearml
90d3578aeb Add function annotations
Remove support for PY2.x and PY3.5
2025-04-17 22:26:06 +03:00
Soeren Herrmann
bd2adaa9ca
Clean up exception handeling in cleanup_service.py (#1387)
* cleaned up exception handeling in cleanup_service.py

* added general exception for edge cases
removed obsolete comment

---------

Co-authored-by: Soeren Herrmann <soeren-faustus.herrmann@schott.org>
2025-04-14 09:39:19 +03:00
clearml
0204fba918 Black formatting
Some checks failed
CodeQL / Analyze (python) (push) Has been cancelled
2025-04-09 15:02:38 +03:00
clearml
2dc465ff10 Black formatting
Some checks failed
CodeQL / Analyze (python) (push) Has been cancelled
2025-04-05 12:47:58 +03:00
clearml
ad67552eb7 Fix requirements 2025-04-02 08:56:10 +03:00
clearml
b734a41104 Fix pillow constraint for Python<=3.7 2025-03-31 14:59:31 +03:00
clearml
5989d8df8a Bump constraints 2025-03-29 18:45:39 +03:00
clearml
5f680c3079 Black formatting
Some checks failed
CodeQL / Analyze (python) (push) Has been cancelled
2025-03-25 13:25:07 +02:00
clearml
297990c454 Black formatting
Some checks failed
CodeQL / Analyze (python) (push) Has been cancelled
2025-03-22 23:03:35 +02:00
clearml
deba24c689 Bump pyJWT version 2025-03-20 01:05:21 +02:00
pollfly
c4a9c0f93f
Edit example (#1391) 2025-03-16 12:23:26 +02:00
pollfly
6a6e7186e5
Edit plot color in examples (#1385)
Some checks failed
CodeQL / Analyze (python) (push) Has been cancelled
2025-03-13 09:50:41 +02:00
clearml
caddf25539 Version bump to v1.18.0 2025-03-09 19:02:30 +02:00
clearml
9c6580bb43 Add clearml-debug CLI 2025-03-09 18:43:41 +02:00