Commit Graph

129 Commits

Author SHA1 Message Date
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