Commit Graph

180 Commits

Author SHA1 Message Date
allegroai
e6d3860de0 Add Task.query_tasks, Task.get_task/s tags argument
Fix docstring
2021-10-24 17:32:27 +03:00
allegroai
5bc689c9fe Fix clearml-task diff was corrupted by windows drive letter and separator (issue #483) 2021-10-21 09:55:32 +03:00
allegroai
0bc43a31f4 PEP8 2021-10-19 10:39:55 +03:00
allegroai
c8340d4d3c Fix populated Task missing import 2021-10-16 23:16:26 +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
0bca84375b Add support for setting default value to auto connected argparse arguments 2021-10-16 23:05:45 +03:00
allegroai
3b240b48c4 Fix TQDM "line cleanup" not using CR but rather arrow-up escape sequence 2021-10-10 09:06:07 +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
bd51a36cbb Fix local diff should include staged commits (otherwise apply the git diff will fail, issue #457) 2021-09-30 22:28:25 +03:00
J Alexander
d0e4e0be64
Fix http:// throws OSError in Windows (change repo dir search from pathlib2 to os, #463) 2021-09-30 22:28:09 +03:00
allegroai
400c6ec103 Add eager decorated pipeline execution
Support pipeline monitoring for scalers/models/artifacts
2021-09-27 18:53:54 +03:00
allegroai
844c01e15b Add clearml-Data (Datasets) multi-chunk support 2021-09-25 23:07:49 +03:00
allegroai
5f390f3a54 Fix git detectors missing git repository without origin 2021-09-25 23:02:55 +03:00
allegroai
6c96e60174 Fix images reported over history size were not sent if frequency was too high 2021-09-20 22:56:44 +03:00
allegroai
9966dd640c Fix Logger.report_image() throws warning 2021-09-20 15:55:53 +03:00
allegroai
c046acb816 Fix deferred configuration support 2021-09-10 13:08:03 +03:00
allegroai
75dfed6022 Add enhanced pipeline support and examples 2021-09-09 22:01:58 +03:00
allegroai
8ebf9be604 Add support for deferred configuration 2021-09-09 22:00:40 +03:00
allegroai
fca1aac93f Improve create_task_from_function default argument detection 2021-09-05 00:29:43 +03:00
allegroai
79ec0f67c3 Fix task.set_parent when passing Task object 2021-09-05 00:29:19 +03:00
allegroai
e491f4352f Add PipelineController v2 (notice new constructor is not backwards compatible) 2021-09-03 03:27:33 +03:00
allegroai
dbfe45d005 Fix multi-process spawning wait-for-uploads can create a deadlock in very rare cases 2021-09-03 03:25:58 +03:00
allegroai
3e767fd304 Add Task._set_runtime_property 2021-09-03 03:23:51 +03:00
Irfaan Arif
63ccdd51f2
Fix encoding while saving notebook preview (#443) 2021-09-02 16:26:56 +03:00
allegroai
7dc88cfb15 Fix poetry toml file without requirements.txt (issue #444) 2021-09-02 15:49:11 +03:00
allegroai
63c3e446a3 Fix clearml-task exit with error when failing to verify output_uri (output warning instead) 2021-08-30 20:57:12 +03:00
allegroai
cab63faef3 Fix TaskScheduler weekdays, and change default execute_immediately to False 2021-08-30 17:46:48 +03:00
allegroai
9a2d091849 Fix Task.close() should remove current_task() reference 2021-08-30 17:46:08 +03:00
allegroai
4333eed965 Fix jupyter notebook display(...) convert to print(...) 2021-08-25 16:31:30 +03:00
allegroai
e47f570ce5 Fix PY2 compatibility 2021-08-20 00:32:31 +03:00
allegroai
8e31e789b4 Fix poltly plots converting NaN to 'nan' instead of null (issue #373) 2021-08-20 00:30:11 +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
b275520574 Fix clearml-task ssh repo links are not detected as remote repositories (issue #423) 2021-08-15 22:30:19 +03:00
allegroai
aacc9826a8 Change CreateAndPopulate will auto list packages imported but not installed locally.
Add Task populate create_task_from_function
2021-08-15 22:29:50 +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
99e6598e70 Fix deprecation warning (issue #376) 2021-08-12 13:22:41 +03:00
allegroai
8708967a5e Add Task trigger scheduler
Fix TaskScheduler executed instances
2021-08-07 19:39:19 +03:00
allegroai
27b560bb75 Fix flake8 2021-08-02 23:00:51 +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
5f7d0348e2 Add --output-uri to clearml-task 2021-07-31 23:53:22 +03:00
allegroai
f9a6139168 Fix docstrings 2021-07-23 16:02:08 +03:00
allegroai
510c275188 Add TaskScheduler 2021-07-23 16:01:17 +03:00
pollfly
fb6fd9ac4a
Fix docstring typo (#404) 2021-07-19 13:22:24 +03:00
allegroai
6e6271fb91 Add reporter.wait_for_events() to ensure flush with wait_for_uploads awaits background processes 2021-07-10 10:34:17 +03:00
allegroai
226c68330e Add Click support (issue #386) 2021-07-04 09:31:47 +03:00
Michael Allman
fa6b2e8c7c Get notebook auth token from the JUPYTERHUB_API_TOKEN environment
variable if it is not present in the server info
2021-06-23 18:09:23 +03:00
allegroai
e10940d038 Add Task.ignore_requirements 2021-06-01 00:19:06 +03:00
allegroai
fcc3c12b59 Fix sub-process spawn multi-process 2021-06-01 00:18:20 +03:00
allegroai
ba1b8c403b Add Task.__get_master_process_id 2021-06-01 00:18:01 +03:00
allegroai
0454ffcdf4 Add optional ignored packages in script requirements (currently used for pywin32) 2021-05-31 15:44:11 +03:00
allegroai
b1ce3e0653 Fix run as module (issue #359) 2021-05-26 18:29:53 +03:00
allegroai
91ff64b1f6 Fix Jupyter Notebook inside VSCode 2021-05-19 15:26:05 +03:00
allegroai
ed75eac6ab Add machine specs in Task.runtime 2021-05-19 15:25:23 +03:00
allegroai
016a5c2d71 Add Logger.matplotlib_force_report_non_interactive() 2021-05-19 15:24:47 +03:00
allegroai
8fb4fb2b5e Fix Task.add_requirements() passing package_version starting with @ or ; or # 2021-05-19 15:24:09 +03:00
allegroai
83fb00ef8b Add report_matplotlib_figure(..., report_interactive=False) allowing to upload a matplotlib as a non-interactive (high quality png) plot 2021-05-19 15:23:34 +03:00
allegroai
57373c0ad8 Fix BackgroundMonitor daemon 2021-05-05 22:26:12 +03:00
allegroai
799e7f629f Fix PY2 compatibility 2021-05-03 18:32:07 +03:00
allegroai
5e660392b5 Fix Task.create_task() script setup 2021-05-02 09:46:19 +03:00
allegroai
b1dbc9b7a2 Fix Task.set_comment/name() passing None should be equivalent to '' 2021-04-28 13:13:00 +03:00
allegroai
19c88f93d0 PEP8 2021-04-28 13:11:16 +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
1c6685e273 Change default metric report flushing to every 5 seconds 2021-04-20 18:09:22 +03:00
allegroai
8417e4f7a0 Add jupyter notebook preview update time stamp 2021-04-20 18:09:22 +03:00
allegroai
33009cc1c7 Fix flushing on CR timeout (default 10sec) 2021-04-15 00:07:48 +03:00
allegroai
6ed4826c65 Fix hang when leaving process 2021-04-15 00:07:23 +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
bf9ec770c6 Add ClearmlJob support for Task parameters override (issue #214) 2021-04-10 22:21:17 +03:00
allegroai
adf199b43b Add Model query interface 2021-04-10 22:18:58 +03:00
allegroai
1986ec43fd Fix reporting after task closing 2021-03-31 23:47:27 +03:00
allegroai
9b962bae4b Fix \r and \n in debug samples title/series (issue #323) 2021-03-26 12:30:27 +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
e1d92e2419 Improve background reporting speed 2021-03-06 00:47:58 +02:00
allegroai
4106aa9c49 Fix set_base_docker in remote execution 2021-03-06 00:47:06 +02:00
allegroai
70a37b9d54 Fix PyYAML scientific notation parsing (issue #313) 2021-02-27 23:53:56 +02:00
allegroai
7e6158dd9b Add Task.add_requirements specify version <>=~ etc. 2021-02-27 23:51:40 +02:00
allegroai
e24a421457 Fix Hydra 1.1 support (argparse description) 2021-02-27 23:51:06 +02:00
allegroai
ae6caf4404 PEP8 2021-02-23 10:38:02 +02:00
allegroai
5641cb5a7c Fix JupyterLab notebook detection 2021-02-23 10:36:55 +02:00
allegroai
cf3c6ba815 PEP8 2021-02-21 15:00:15 +02:00
allegroai
ff7e55756c Fix server updated with the argparse in remote before Task.init() is called (respect skipped args)
Fix nonstandard argparse with default value that is not of defined type
2021-02-21 14:56:30 +02:00
allegroai
aad9f5c812 Fix Task.create with repo and script that exists locally 2021-02-14 13:51:27 +02:00
allegroai
1600101f94 Allow publishing a completed task 2021-02-11 14:35:39 +02:00
allegroai
f64d1a0993 Fix clearml-task patching local git diff 2021-02-11 14:27:00 +02:00
allegroai
e9f8fc949d Fix argparser logging always captures defaults (Windows only, ignored cmd) 2021-02-08 13:25:31 +02:00
allegroai
1c1fecf7d0 Improve docstring 2021-02-01 23:39:44 +02:00
allegroai
4931429054 Fix argparse with [None] in default parameter (issue #297) 2021-02-01 23:38:21 +02:00
allegroai
e3109c96d8 Add upload HTML preview of jupyter notebook as an artifact 2021-02-01 23:37:44 +02:00
tankeco
ebc0733357
Fix strip remote diff (#295)
Co-authored-by: wjn <wjn@megvii.com>
2021-01-25 13:20:21 +02:00