Commit Graph

660 Commits

Author SHA1 Message Date
allegroai
a486881a56 Fix format string sometimes causing delayed evaluation issues 2022-07-04 11:53:40 +03:00
allegroai
a492ee50fb Version bump to v1.6.1 2022-07-01 11:38:49 +03:00
allegroai
d585231c44 Fix Task.get_tasks() fails when sending search_hidden=False 2022-07-01 11:38:39 +03:00
allegroai
1147931774 Version bump to v1.6 2022-06-28 21:37:01 +03:00
allegroai
b84963fea0 Add support for renaming very long filenames to avoid file system errors when downloading files 2022-06-28 21:22:51 +03:00
allegroai
df1c134a7a Add clearml-data set-description and rename options 2022-06-28 21:21:13 +03:00
allegroai
ae8b8e79d0 Add random seed control using Task.set_random_seed() 2022-06-28 21:17:28 +03:00
allegroai
11fc238886 Fix StorageManager.upload_folder() returns None for both successful and unsuccessful uploads 2022-06-28 21:14:50 +03:00
allegroai
21712a709d Improve error message when checking permissions 2022-06-28 21:08:40 +03:00
allegroai
68cf2745ff Add support for dataset version, fix trigger for datasets 2022-06-28 21:07:46 +03:00
allegroai
a013dd5e55 Add support for Task.rename() and Task.move_to_project() 2022-06-28 21:06:16 +03:00
allegroai
8dd4f2b1dd Support page_size and order_by in Task.get_projects() 2022-06-28 21:04:18 +03:00
allegroai
265dbe4a8c Fix axis range settings when logging plots 2022-06-28 21:02:02 +03:00
allegroai
ca3b3af005 Add new clearml-param-search CLI 2022-06-26 18:20:32 +03:00
allegroai
70de28ce7b Show better error when failing to download an artifact 2022-06-26 18:17:59 +03:00
allegroai
5a1dfc5564 Version bump to v1.5.0 2022-06-16 22:40:34 +03:00
allegroai
50621839ac Fix docstrings 2022-06-12 00:03:14 +03:00
allegroai
b9b0a506f3 Version bump 2022-06-06 14:20:34 +03:00
allegroai
4021b23506 Fix Task.get_projects() retrieves only the first 500 results (#612) 2022-06-06 14:13:45 +03:00
allegroai
1822d20fd1 Fix number of unpacked values in ds_sync (#682) 2022-06-06 14:13:45 +03:00
allegroai
e60f2ff14b Modify pipeline progress calculation 2022-06-06 14:13:45 +03:00
allegroai
b90e26d458 Add missing default default_cache_manager_size in configuration files 2022-06-06 14:13:45 +03:00
allegroai
6c9e02f1b2 Fix wrong mimetype used for any file or folder uploaded to S3 using StorageManager
Add support for boto3's aws_session_token
2022-06-06 14:13:45 +03:00
allegroai
fdefa9784c Add support for single value metric reporting (#400) 2022-06-06 14:13:45 +03:00
allegroai
2f42fc4830 Add hyperparameter sections support to pipeline decorator (#629)
Fix pipeline add_function_step breaks in remote execution
2022-06-06 14:13:45 +03:00
allegroai
cb36da3ded Fix pre-existing pipeline raises an exception 2022-06-06 13:12:02 +03:00
allegroai
85c27fda82 Fix permission check fails when using local storage folder that does not exist 2022-05-30 19:50:12 +03:00
allegroai
28eac2e043 Improve warning, PEP8 2022-05-30 19:48:34 +03:00
allegroai
23c6ec6643 Fix local task execution with empty working directory 2022-05-30 19:47:16 +03:00
allegroai
60a73ca931 Fix running pipeline code remotely without first running it locally (i.e. no configuration on the Task) 2022-05-22 20:03:10 +03:00
allegroai
6af94ccf7b Fix reverted docstrings 2022-05-15 23:24:07 +03:00
allegroai
9f1487a923 Version bump 2022-05-12 23:49:17 +03:00
allegroai
b5c3477f06 Fix Process Pool hangs at exit (#674) 2022-05-12 23:49:09 +03:00
allegroai
5dff9dd404 Unbind all patches when Task.close() is called 2022-05-12 23:47:58 +03:00
allegroai
3c396b1f7e Fix pipelines can't handle None return value 2022-05-12 23:46:32 +03:00
allegroai
e051085462 Fix doctring 2022-05-12 23:44:54 +03:00
allegroai
a4b24b18fb Support parallel uploads and downloads 2022-05-12 23:44:20 +03:00
pollfly
3474d70afb
Edit docstrings (#672) 2022-05-11 10:45:40 +03:00
pollfly
1f8726e539
Edit docstrings (#669) 2022-05-08 23:38:00 +03:00
allegroai
72eb59c9ca Version bump to v1.4.0 2022-05-05 13:15:49 +03:00
allegroai
bca9a6de30 Fix Artifact.get() and add warnings on error 2022-05-05 12:13:55 +03:00
allegroai
6a8d610317 Add warning when calling Task.init() with deferred_init=True
Fix docstrings
2022-05-05 12:13:54 +03:00
allegroai
bc67a64d2a Fix WeightsFileHandler add_callback is not multi-thread protected 2022-05-05 12:13:54 +03:00
allegroai
4ce0e4faf3 Add Task.init() deferred_init capture all console outputs 2022-05-05 12:13:54 +03:00
allegroai
a4e1bffe85 Optimize Task.init() backend call 2022-05-05 12:13:54 +03:00
allegroai
556e9b25fe Add Task.init() deferred_init argument as experimental feature (Task.init() called in background thread)
Fix previous wait_for_task_init behavior
Add environment variable CLEARML_DEFERRED_TASK_INIT
2022-05-05 12:13:54 +03:00
allegroai
6ce91e5288 Fix matplotlib bind load config only when needed (saves double loading at init) 2022-05-05 12:13:54 +03:00
allegroai
05094dd865 Fix Task.init() return type should always be considered to be a Task object (usage should be transparent) 2022-05-05 12:13:54 +03:00
allegroai
dd4eca24c3 Fix broken Task.init() auto_connect_frameworks wildcard filter support 2022-05-01 22:32:49 +03:00
allegroai
3d3a835435 Version bump 2022-04-27 17:37:15 +03:00