Commit Graph

  • 4bd1e34b12 Version bump to v2.0.1 master v2.0.1 clearml 2025-06-26 14:37:17 +0300
  • 7435c0e5b7 Add token info to clearml-debug clearml 2025-06-26 14:22:12 +0300
  • 4a3d8cb0d6
    Merge 726ac4b51e into 2fb42f0a25 AbdulHamid Merii 2025-06-25 16:22:23 -0700
  • 2fb42f0a25 Add docstrings clearml 2025-06-24 15:10:18 +0300
  • a310fb3d23
    Merge aa60283b92 into 3f8a48d9f8 AbdulHamid Merii 2025-06-24 16:28:54 +1200
  • 4dc1588e85
    Merge 449ae18f00 into 3f8a48d9f8 Joseph Vincent 2025-06-24 16:17:05 +1200
  • 3f8a48d9f8 Add docstring clearml 2025-06-19 21:28:51 +0300
  • 4a0755634b Add docstring clearml 2025-06-16 14:03:41 +0300
  • ecfd2b46f4 Warn when calling Task.force_requirements_env_freeze()/Task.force_store_standalone_script() after Task.init() (#1425) clearml 2025-06-12 14:23:25 +0300
  • ca7bbecf35
    Update task.py Yohai Devir 2025-06-11 10:18:21 +0300
  • 81bcb10281
    Merge 4cb57232af into 52e0538182 Mathis Chenuet 2025-06-11 10:06:08 +0300
  • 52e0538182 Fix project not accessible or unavailable causes task startup to fail. Add warning. clearml 2025-06-08 15:36:21 +0300
  • d98155a4e3 Fix access to default output destination when project can't be loaded, add warning message but do not fail clearml 2025-06-05 13:47:07 +0300
  • 40bd979db1 Add a stage field to the pipeline step clearml 2025-06-01 14:17:22 +0300
  • cca587c3e6
    Move CONTRIBUTING.md to root directory (#1414) AbdulHamid Merii 2025-05-26 06:45:32 +0100
  • 2507fdc1f0 Version bump to v2.0.0 v2.0.0 clearml 2025-05-22 13:45:04 +0300
  • 2486dd7b9c Fix GPU reporting when NVIDIA_VISIBLE_DEVICES contains a directory reference clearml 2025-05-21 10:06:26 +0300
  • dc4241eb0c Add option to not sort yaml/json keys when uploading artifact clearml 2025-05-21 10:05:12 +0300
  • 66a352b587 Fix the verify configuration option for S3 storage (boto3) is not used when testing buckets clearml 2025-05-21 10:04:26 +0300
  • 449ae18f00 Fix: prevent StorageManager from interfering with root logger (#1405) Joseph Vincent 2025-05-20 18:12:10 -0400
  • 5a5ff31a5b
    Fix typo in config exception string (#1418) AbdulHamid Merii 2025-05-19 18:27:59 +0100
  • 3c67592d0d fix: typo in config exception AbdulHamid Merii 2025-05-19 18:20:23 +0100
  • 25df3b4c75
    Fix unhandled None value in project IDs when listing all datasets (#1413) AbdulHamid Merii 2025-05-19 14:22:23 +0100
  • afbbd3975a Add support for ClearML Task options --force-no-requirements, --skip-repo-detection and --skip-python-env-install clearml 2025-05-18 11:04:37 +0300
  • 9f19853f66
    Merge e8cf0a8bbd into 37ea48b619 Radu Grosu 2025-05-15 14:20:49 +0300
  • 726ac4b51e parametrize tests for cli commands AbdulHamid Merii 2025-05-13 21:42:14 +0100
  • 80f306d136 Add homepage to pyproject.toml AbdulHamid Merii 2025-05-13 21:11:52 +0100
  • 7f30158696 Add tests to verify cli commands using new build AbdulHamid Merii 2025-05-13 21:08:08 +0100
  • 3ea1807f3c Test to verify setup.py and pyproject.toml build are equivelent AbdulHamid Merii 2025-05-13 19:55:46 +0100
  • f368922b8d build: initial pyproject.toml for packaging AbdulHamid Merii 2025-05-13 17:54:42 +0100
  • 37ea48b619
    Fix _logger property might be None in Session (#1412) AbdulHamid Merii 2025-05-13 18:19:25 +0100
  • 512ebc2fd5 chore: Move CONTRIBUTING.md to root directory AbdulHamid Merii 2025-05-13 15:13:53 +0100
  • 96a10373b1 fix: Unhandled None value in project_ids when list all datasets AbdulHamid Merii 2025-05-13 14:12:23 +0100
  • 46728d5729 Default to existing logger before setting up AbdulHamid Merii 2025-05-13 10:59:30 +0100
  • 030f306088 fix: ensure _logger is not None in Session AbdulHamid Merii 2025-05-09 12:52:53 +0100
  • aa60283b92 chore: add py.typed to support PEP 561 type checking AbdulHamid Merii 2025-05-12 16:23:10 +0100
  • 4d6b54d51a Add docstring clearml 2025-05-10 11:05:09 +0300
  • c9533d814a Fix pipeline from CLI with no args clearml 2025-05-06 11:38:09 +0300
  • eb27fad4dc Add docstring clearml 2025-05-01 22:12:20 +0300
  • b6d358c1f4
    Edit docstring formatting and spacing (#1403) pollfly 2025-04-28 09:22:00 +0300
  • 95baa6ba16 Fix slow clearml package import clearml 2025-04-25 16:14:47 +0300
  • 1a2d4749ad Fix TQDM upload/download reporting, remove warning clearml 2025-04-25 16:13:58 +0300
  • 960165d425 Fix GPU metrics collection broken by annotations clearml 2025-04-25 16:11:46 +0300
  • 9541a99762
    Fix argument order mismatch in PipelineController (#1407) Bohdan Dhzus 2025-04-24 15:31:07 +0300
  • 5c12523fdc Fix argument order mismatch in PipelineController Bohdan Dhzus 2025-04-24 11:26:33 +0300
  • 60623d9154 Fix task log URL print for v2.31 should show "/tasks/{}/output/log" clearml 2025-04-22 13:10:19 +0300
  • c629289634 Fix docstring spacing and formatting revital 2025-04-20 11:13:04 +0300
  • e9d3eb9b4f Merge branch 'master' of https://github.com/allegroai/clearml into example revital 2025-04-20 11:08:26 +0300
  • 7f822e7626
    Fix local file uploads without scheme (#1326) vignesh 2025-04-18 18:41:47 +0530
  • 3616265bc5 Clean up code clearml 2025-04-18 16:10:27 +0300
  • 28deda0f3d Fix downloading datasets with multiple parents might not work (#1398) clearml 2025-04-18 16:09:13 +0300
  • d9949d4c3e Fix oversized event reports cause subsequent events to be lost (#1316) clearml 2025-04-18 16:08:19 +0300
  • d4f4318b06 Fix clearml-task run HPO breaks up (#1151) clearml 2025-04-18 16:07:25 +0300
  • 9c0605e516 Fix experiments are created twice during HPO (#644) clearml 2025-04-18 16:05:33 +0300
  • dfebf4996c Allow calling the same pipeline step multiple times with inputs that originate from tasks/controller clearml 2025-04-18 16:04:39 +0300
  • fa119672d8 Fix PipelineDecorator.component() ignores *args and crashes with **kwargs clearml 2025-04-18 16:03:56 +0300
  • 88a828cd78 Fix P\pipelines ran via clearml-task do not appear in the UI clearml 2025-04-18 16:02:30 +0300
  • 90d3578aeb Add function annotations Remove support for PY2.x and PY3.5 clearml 2025-04-17 22:26:06 +0300
  • 43feed6b77
    Merge 969a48906b into bd2adaa9ca Blake 2025-04-14 07:09:21 +0000
  • 2a40f9ae7f
    Merge 3a8f77f6d3 into bd2adaa9ca natephysics 2025-04-14 09:40:01 +0300
  • bd2adaa9ca
    Clean up exception handeling in cleanup_service.py (#1387) Soeren Herrmann 2025-04-14 08:39:19 +0200
  • 0204fba918 Black formatting clearml 2025-04-09 15:02:38 +0300
  • 2dc465ff10 Black formatting clearml 2025-04-05 12:47:58 +0300
  • ad67552eb7 Fix requirements clearml 2025-04-02 08:56:10 +0300
  • b734a41104 Fix pillow constraint for Python<=3.7 clearml 2025-03-31 14:59:31 +0300
  • 5989d8df8a Bump constraints clearml 2025-03-29 18:45:39 +0300
  • 5f680c3079 Black formatting clearml 2025-03-25 13:25:07 +0200
  • 297990c454 Black formatting clearml 2025-03-22 23:03:35 +0200
  • deba24c689 Bump pyJWT version clearml 2025-03-20 01:05:21 +0200
  • c4a9c0f93f
    Edit example (#1391) pollfly 2025-03-16 12:23:26 +0200
  • 938d3ee162
    Edit example pollfly 2025-03-16 11:09:47 +0200
  • 37f824f05d
    Edit example pollfly 2025-03-16 11:07:20 +0200
  • 6a6e7186e5
    Edit plot color in examples (#1385) pollfly 2025-03-13 09:50:41 +0200
  • 6cdc019fbe added general exception for edge cases removed obsolete comment Soeren Herrmann 2025-03-10 13:43:21 +0100
  • 5abe0791cb cleaned up exception handeling in cleanup_service.py Soeren Herrmann 2025-03-10 11:34:46 +0100
  • 32534d83cb Replace plot color revital 2025-03-10 10:29:30 +0200
  • caddf25539 Version bump to v1.18.0 v1.18.0 clearml 2025-03-09 19:02:30 +0200
  • 9c6580bb43 Add clearml-debug CLI clearml 2025-03-09 18:43:41 +0200
  • aa2f7b0e3e Fix adding dataset folder with modified files will upload all files instead of just the modified ones clearml 2025-03-09 18:43:00 +0200
  • be548b1266 Merge branch 'master' of https://github.com/allegroai/clearml revital 2025-03-06 10:29:37 +0200
  • 330abbf9c0
    Update docs folder (#1384) pollfly 2025-03-05 14:20:41 +0200
  • cda0e23fe1 Remove out-of-date docs revital 2025-03-05 13:41:05 +0200
  • 234011df85 Merge branch 'master' of https://github.com/allegroai/clearml revital 2025-03-05 11:34:49 +0200
  • 4fa233ff76 Black formatting clearml 2025-03-04 16:43:47 +0200
  • 2fc6fbbe52 Merge branch 'master' of https://github.com/allegroai/clearml revital 2025-03-03 08:02:46 +0200
  • ff5fe3b27c Black formatting clearml 2025-03-01 00:56:49 +0200
  • 7d49bf7c05
    Update README gifs (#1380) pollfly 2025-02-25 09:56:02 +0200
  • 5413c07fed Merge branch 'master' of https://github.com/allegroai/clearml into gifs revital 2025-02-25 08:56:45 +0200
  • b9cc5c15a3 Update README gifs revital 2025-02-25 08:56:27 +0200
  • 0482e8eeb5 Black formatting clearml 2025-02-23 14:25:40 +0200
  • 3d84b712f1
    Merge 50ad7b09a1 into 342e1b35f8 AuricResin 2025-02-22 16:30:06 -0800
  • 342e1b35f8 Fix issue with A100 GPU monitoring clearml 2025-02-18 15:30:27 +0200
  • c46f254839 Black formatting clearml 2025-02-16 18:16:43 +0200
  • 73ee5a5644 Merge branch 'master' of https://github.com/allegroai/clearml revital 2025-02-16 11:47:00 +0200
  • aaa571c2bf Fix detecting git branch in detached HEAD state clearml 2025-02-14 11:09:56 +0200
  • 9576300c62
    Edit docstrings (#1374) pollfly 2025-02-12 15:18:54 +0200
  • 62b6dc18fb Fix docstring spacing for documentation rendering revital 2025-02-12 14:13:20 +0200
  • a0aed5c88e Merge branch 'master' of https://github.com/allegroai/clearml revital 2025-02-12 08:38:15 +0200
  • b9c62b5c32 Black formatting clearml 2025-02-09 23:56:18 +0200
  • 9c93aa9e53 Black formatting clearml 2025-02-04 14:22:00 +0200