Commit Graph

106 Commits

Author SHA1 Message Date
allegroai
cf9938c490 Add get_parameters cast back to original type 2022-02-10 23:49:09 +02:00
allegroai
f45b3e3ce3 Allow overriding auto_delete_file in Task.update_output_model() (#554) 2022-01-31 10:50:08 +02:00
allegroai
be1478e67a Add status_message support to Task.mark_stopped() 2022-01-13 11:56:26 +02:00
allegroai
ca20121fb9 Add Task.force_store_standalone_script() to force storing standalone script instead of git repository reference (issue #340) 2022-01-05 08:57:33 +02:00
allegroai
fd2d6c6f5d Fix path limitation on storage services (posix, object storage) when storing target artifacts by limiting length of project name (full path) and task name used for object path (issue #516) 2021-12-17 11:58:44 +02:00
allegroai
ab1c6ec0ca Fix Task.reset force not used 2021-12-10 21:21:32 +02:00
allegroai
9624f2c715 Add Task.get_reported_plots() 2021-12-08 11:41:55 +02:00
allegroai
4f9aaa69ed Fix hyperparams with None value converted to empty string causes inferred type to change to str in consecutive connect() calls 2021-11-08 10:05:23 +02:00
allegroai
308bbe88ed Fix Task.get_task() does not load output_uri from stored Task 2021-10-29 22:56:44 +03:00
allegroai
3b7fc2e0d2 Add Task.stopped reason arg 2021-10-16 23:15:00 +03:00
allegroai
88e4f8db82 Add Task.mark_completed() force and status_message args 2021-10-16 23:11:25 +03:00
allegroai
e59d8bdac3 Fix task.connect(dict) value casting, if None is the default value, use backend stored type 2021-10-02 21:43:36 +03:00
allegroai
844c01e15b Add clearml-Data (Datasets) multi-chunk support 2021-09-25 23:07:49 +03:00
allegroai
8ebf9be604 Add support for deferred configuration 2021-09-09 22:00:40 +03:00
allegroai
79ec0f67c3 Fix task.set_parent when passing Task object 2021-09-05 00:29:19 +03:00
allegroai
3e767fd304 Add Task._set_runtime_property 2021-09-03 03:23:51 +03:00
allegroai
9a2d091849 Fix Task.close() should remove current_task() reference 2021-08-30 17:46:08 +03:00
allegroai
e47f570ce5 Fix PY2 compatibility 2021-08-20 00:32:31 +03:00
allegroai
99327ecb62 Deprecate Task.completed(), use Task.mark_completed() instead 2021-08-20 00:29:41 +03:00
allegroai
087938671c Add Task.get_configuration_object_as_dict() 2021-08-20 00:28:44 +03:00
pollfly
a129e39e22
Update Task.init() docstring (#428) 2021-08-18 10:57:38 +03:00
allegroai
7927f909f2 Fix passing task-type to clearml-task (issue #422)
Fix passing clearml-task --version throwing an error (issue #422)
2021-08-13 23:55:18 +03:00
allegroai
774957797e Add support for connect_configuration(list), not just dict 2021-07-31 23:53:22 +03:00
allegroai
18ee6ed177 Add force_requirements_env_freeze(requirements_file) to specify a local requirements file 2021-07-31 23:53:22 +03:00
allegroai
f9a6139168 Fix docstrings 2021-07-23 16:02:08 +03:00
pollfly
fb6fd9ac4a
Fix docstring typo (#404) 2021-07-19 13:22:24 +03:00
allegroai
e10940d038 Add Task.ignore_requirements 2021-06-01 00:19:06 +03:00
allegroai
ba1b8c403b Add Task.__get_master_process_id 2021-06-01 00:18:01 +03:00
allegroai
ed75eac6ab Add machine specs in Task.runtime 2021-05-19 15:25:23 +03:00
allegroai
b1dbc9b7a2 Fix Task.set_comment/name() passing None should be equivalent to '' 2021-04-28 13:13:00 +03:00
allegroai
696034ac75 Add Task.get_configuration_objects() add Task.get_task() filtering support 2021-04-25 10:41:29 +03:00
allegroai
1637c1a270 Improve Task.artifacts for safer Task multi node use cases 2021-04-25 10:37:14 +03:00
allegroai
59d531d1c8 Remove unnecessary legacy model design update 2021-04-15 00:06:27 +03:00
allegroai
28abc9e69a Fix Task.set_base_docker()
Add docker bash script to Task.create()
2021-04-12 22:58:22 +03:00
allegroai
50d620cc9a Add force argument to Task.mark_failed() 2021-04-12 22:56:33 +03:00
allegroai
86148a928b Support ClearML server API v2.13 2021-04-10 22:32:49 +03:00
allegroai
adf199b43b Add Model query interface 2021-04-10 22:18:58 +03:00
allegroai
fa77d0f380 Add Task.force_requirements_env_freeze() forcing pip freeze instead of package analysis (issue #304) 2021-03-25 01:03:38 +02:00
allegroai
2a299c51db Fix Task requirements should conform to strings 2021-03-25 01:02:25 +02:00
allegroai
c3bb260b92 Remove auto comment on new projects 2021-03-15 17:39:10 +02:00
allegroai
d37aa23fbf Fix spawn logger/reporting 2021-03-11 09:42:35 +02:00
allegroai
4106aa9c49 Fix set_base_docker in remote execution 2021-03-06 00:47:06 +02:00
allegroai
7e6158dd9b Add Task.add_requirements specify version <>=~ etc. 2021-02-27 23:51:40 +02:00
allegroai
1600101f94 Allow publishing a completed task 2021-02-11 14:35:39 +02:00
allegroai
1c1fecf7d0 Improve docstring 2021-02-01 23:39:44 +02:00
allegroai
698977d05e Fix reporter from non main tasks should always use threads (not subprocesses) 2021-01-24 09:20:42 +02:00
allegroai
828af76ffe Support all reporting using subprocesses instead of threads. Configure using sdk.development.report_use_subprocess 2021-01-24 09:17:52 +02:00
allegroai
661fac95a2 Flake8 2021-01-18 11:32:12 +02:00
allegroai
eb5d5da59e Fix None values in URI lists 2021-01-18 11:30:55 +02:00
allegroai
49ba89587f Add internal Task._get_task_status() 2021-01-10 13:07:24 +02:00
allegroai
d39f7bc195 Add Task.set_archived() / Task.get_archived() 2021-01-10 13:01:04 +02:00
allegroai
9da307730c Add Task.debug_simulate_remote_task() to simulate task execution by ClearML Agent 2021-01-10 12:50:43 +02:00
allegroai
c28f8cf65b Fix Task.archived_tag read-only property does not work (issue #274) 2021-01-10 12:49:06 +02:00
allegroai
3c00453bd4 Add Task.delete() support 2021-01-10 12:46:02 +02:00
allegroai
d327f2e2b9 clearml initial version 0.17.0 2020-12-22 23:25:37 +02:00
allegroai
a460df1e68 renamed trains -> clearml 2020-12-22 21:17:56 +02:00