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 )
...
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
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
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
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 )
...
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
CodeQL / Analyze (python) (push) Has been cancelled
2025-04-09 15:02:38 +03:00
clearml
2dc465ff10
Black formatting
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
CodeQL / Analyze (python) (push) Has been cancelled
2025-03-25 13:25:07 +02:00
clearml
297990c454
Black formatting
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 )
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
clearml
aa2f7b0e3e
Fix adding dataset folder with modified files will upload all files instead of just the modified ones
2025-03-09 18:43:00 +02:00
pollfly
330abbf9c0
Update docs folder ( #1384 )
CodeQL / Analyze (python) (push) Has been cancelled
2025-03-05 14:20:41 +02:00
clearml
4fa233ff76
Black formatting
2025-03-04 16:43:47 +02:00
clearml
ff5fe3b27c
Black formatting
2025-03-01 00:56:49 +02:00
pollfly
7d49bf7c05
Update README gifs ( #1380 )
CodeQL / Analyze (python) (push) Has been cancelled
2025-02-25 09:56:02 +02:00
clearml
0482e8eeb5
Black formatting
2025-02-23 14:25:40 +02:00
clearml
342e1b35f8
Fix issue with A100 GPU monitoring
CodeQL / Analyze (python) (push) Has been cancelled
2025-02-18 15:30:27 +02:00
clearml
c46f254839
Black formatting
2025-02-16 18:16:43 +02:00
clearml
aaa571c2bf
Fix detecting git branch in detached HEAD state
CodeQL / Analyze (python) (push) Has been cancelled
2025-02-14 11:09:56 +02:00
pollfly
9576300c62
Edit docstrings ( #1374 )
2025-02-12 15:18:54 +02:00
clearml
b9c62b5c32
Black formatting
2025-02-09 23:56:18 +02:00
clearml
9c93aa9e53
Black formatting
CodeQL / Analyze (python) (push) Has been cancelled
2025-02-04 14:22:00 +02:00