allegroai
4021b23506
Fix Task.get_projects() retrieves only the first 500 results ( #612 )
2022-06-06 14:13:45 +03:00
allegroai
28eac2e043
Improve warning, PEP8
2022-05-30 19:48:34 +03:00
pollfly
3474d70afb
Edit docstrings ( #672 )
2022-05-11 10:45:40 +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
8b652ebec1
Fix jupyter notebook cannot be detected
2022-04-27 17:28:25 +03:00
allegroai
e65b800e93
Fix Task.import_offline_session() should support continuing a previous Task
2022-04-27 17:19:07 +03:00
allegroai
ca09bf2cef
Fix mutually exclusive group is not supported correctly
2022-04-27 17:06:10 +03:00
allegroai
c8c824815e
Fix Windows sub process might end up waiting forever for uploads to finish if subprocess is very shot lived
2022-04-13 14:20:00 +03:00
allegroai
681d75a309
Add Model.project
property
2022-04-13 14:13:58 +03:00
pollfly
a9774c3842
List TaskStatusEnum in docstrings ( #639 )
2022-04-11 11:33:56 +03:00
allegroai
e3a3367c2f
Fix unused scroll is not cleared in Task.get_reported_plots()
2022-03-29 11:02:02 +03:00
allegroai
18bf4ed04d
Fix Pipeline Controller automagic framework connect
2022-03-27 14:02:34 +03:00
allegroai
0b69a81c8e
Add support for setting reported values for NaN
and Inf
( #604 )
2022-03-24 21:52:18 +02:00
allegroai
8142796e15
Fix deprecation warning
2022-03-24 19:36:00 +02:00
allegroai
619d59ea2e
Fix sub-project separators are incorrectly quoted in generated URLs ( #584 )
2022-03-21 22:51:27 +02:00
allegroai
fcdc561f5f
Fix python 3.10 support
2022-03-11 23:52:11 +02:00
allegroai
3006085fcb
Fix task delete response not checked
2022-03-07 23:45:03 +02:00
allegroai
6f1b0c5612
Fix offline mode crash
2022-03-07 23:44:26 +02:00
allegroai
4c145fbefd
Add new pipeline visualization support (requires ClearML Server v1.3)
2022-03-06 19:05:26 +02:00
allegroai
0cca7396e7
Add callback support to Task.delete()
2022-02-26 13:39:45 +02:00
eugen-ajechiloae-clearml
5e43a74c7b
Add requirements file support in Task.add_requirements ( #575 )
2022-02-17 00:04:55 +02:00
allegroai
cf9938c490
Add get_parameters cast back to original type
2022-02-10 23:49:09 +02:00
allegroai
172c3e44f1
Fixed argparser SUPPRESS as default should be resolved at remote execution the same way (i.e. empty string equals SUPPRESS)
2022-02-03 15:30:31 +02:00
allegroai
e98e6acae1
Fix nargs="?" without type does not properly cast the default value ( #531 )
2022-02-03 15:29:56 +02:00
allegroai
34fc80b039
Fix clearml-task add Task.init() call in the incorrect location when single local file is used
2022-02-02 15:35:57 +02:00
allegroai
f45b3e3ce3
Allow overriding auto_delete_file in Task.update_output_model() ( #554 )
2022-01-31 10:50:08 +02:00
allegroai
5953dc6eef
Fix network issues causing Task to stop on status change even though no status change has occurred ( #535 )
2022-01-15 23:05:23 +02:00
allegroai
097bf23481
PEP8
2022-01-15 23:03:20 +02:00
allegroai
be1478e67a
Add status_message support to Task.mark_stopped()
2022-01-13 11:56:26 +02:00
allegroai
149d55442d
Fix delete artifacts after upload
2022-01-10 00:00:56 +02:00
allegroai
2c214e9848
Add populate now stores function arg types as part of the hyper paremeters
2022-01-10 00:00:05 +02:00
allegroai
c7c0462e89
Fix fork (process pool) hangs or drops reports when reports are at the end of the forked function, in both threaded and subprocess mode reporting
2022-01-08 22:58:34 +02:00
allegroai
0191493864
Fix uploading same metric, variant from multiple process in threading mode from multiple process should create a unique file per process (since global counter is Not passed between the subprocesses)
2022-01-08 22:56:45 +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
Victor Sonck
c226a74806
Add some convenience functionality to clearml-data ( #526 )
...
* Add some convenience functionality to clearml-data to allow for fast creation of new dataset versions.
* Added get_existing_project function to data utils and cleaned up typos and docstrings there
* Fixed black formatting
2021-12-29 12:16:45 +02:00
allegroai
4416544ec5
Add support for vscode-jupyter ( https://github.com/microsoft/vscode-jupyter/pull/8531 )
2021-12-26 22:02:26 +02:00
allegroai
f80a6813a5
Add warning when loosing reporting subprocess
2021-12-26 22:02:03 +02:00
allegroai
1d652e3eb6
Fix main process's reporting subprocess lost, switch back to thread mode
2021-12-22 13:29:03 +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
9c79e557d0
Fix support clearml pycharm plugin 1.0.2 (support partial pycharm git repo sync)
2021-12-12 19:54:53 +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
a06fcfef17
Fix PY3.5 compatibility
2021-12-08 11:41:03 +02:00
allegroai
13a1472b68
Fix validation error causes infinite loop
2021-12-04 23:22:03 +02:00
allegroai
144832d001
Fix Conda also lists the CudaToolkit version installed (for the agent to reproduce)
2021-11-29 12:46:13 +02:00
allegroai
f75a210335
Fix multi-subprocess can cause Task to hand at close
2021-11-14 22:25:44 +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
95f7fb2bd5
Fix Task.get_models()['input'] returns string instead of clearml.Model
2021-10-30 12:15:06 +03:00
allegroai
308bbe88ed
Fix Task.get_task() does not load output_uri from stored Task
2021-10-29 22:56:44 +03:00