Commit Graph

106 Commits

Author SHA1 Message Date
allegroai
890f4cfa77 Improve get_status performance 2023-02-28 17:22:19 +02:00
Make42
e938f2800b
Improve docstring for Task.mark_completed() (#921) 2023-02-17 23:27:43 +02:00
pollfly
0b9428bf21
Fix docstring spacing (#896) 2023-01-26 19:08:11 +02:00
allegroai
00464a879b Fix Taks.get_project_id() cannot find hidden projects 2023-01-24 13:16:10 +02:00
pollfly
e0bea7f586
Edit docstrings (#889) 2023-01-24 13:13:19 +02:00
allegroai
55b00eb776 Fix connecting a dictionary to task sometimes raises an exception 2023-01-23 14:08:18 +02:00
pollfly
3e8835d91d
Edit docstring (#874) 2023-01-11 10:30:46 +02:00
pollfly
b39829a011
Edit docstrings (#875) 2023-01-10 11:12:47 +02:00
allegroai
3371a58bcb Fix IDE info when running in pure python console 2022-12-29 13:12:58 +02:00
allegroai
690a4b42c4 Add delete_from_storage (default true) to Task.delete_artifacts() 2022-12-23 22:22:16 +02:00
allegroai
a621b4fa20 Add pipeline decorator argument to control docker image (#856) 2022-12-22 22:11:43 +02:00
allegroai
bf37df61aa Clarify deferred_init usage in Task.init() (#855) 2022-12-22 21:45:57 +02:00
allegroai
e53c4008a1 Fix None values get casted to empty strings when connecting a dictionary 2022-12-18 23:00:38 +02:00
allegroai
603d74da57 Fix pipeline controller fetching archived Tasks for caching 2022-12-18 22:59:33 +02:00
allegroai
9b9c81afec Fix browser_login() when 3rd party cookies are disabled 2022-12-18 22:58:02 +02:00
allegroai
694ffc160b Fix Task.connect() sets wrong types if task was never ran locally 2022-12-13 16:02:36 +02:00
allegroai
d3de2151e8 Add IDE to the task's runtime properties
Improve type annotations and docstrings
Flake8
2022-12-13 15:59:42 +02:00
allegroai
65d0e15a74 Fix Task.set_parameters() does not add parameter type when parameter exists but does not have a type 2022-11-24 22:45:21 +02:00
allegroai
1633af28e2 Skip hparams with non-basic types 2022-11-13 14:46:38 +02:00
allegroai
7f6c80f292 Fix task.update_output_model() should always upload local models to a remote server 2022-11-11 23:46:20 +02:00
allegroai
ebe7aa3fb7 Fix Enum hyper-parameter description 2022-11-11 23:45:42 +02:00
allegroai
e55d113258 Add support for connecting Enum values as parameters 2022-11-11 15:49:24 +02:00
Konstantin Frolov
7f92e5b4ee
Add Task.delete_artifacts() with raise_on_errors argument (#806)
* 'raise_on_errors' flag exposed to the parameters of Task._delete_artifacts()

* indentation fixed

* raise exceptions on errors by default on artifact deletions
2022-11-01 12:39:32 +02:00
allegroai
9c171d8a5d Fix unique_selector is not applied properly on batches after the first batch. Remove default selector value since it does not work for all event types (and we always specify it anyway) 2022-10-30 19:24:19 +02:00
allegroai
a0e19d833d Fix docstrings 2022-10-14 10:12:49 +03:00
allegroai
3b2a296724 PEP8 2022-09-26 23:25:09 +03:00
allegroai
59932e4f4c Fix python 2.7 support 2022-09-18 14:20:34 +03:00
allegroai
c0bbab75b8 Fix Dataset.list_datasets() returns an empty list 2022-09-13 14:57:21 +03:00
allegroai
495741df0a Fix project "default_upload_destination" is used (#734) 2022-09-02 23:35:43 +03:00
allegroai
bb4b79c1e8 Fix artifacts and models use task original name and not new name 2022-09-02 23:34:22 +03:00
allegroai
5a83aa433d Fix Pipeline component is treated as aborted if running on instance that was killed externally (e.g. spot instances dying) 2022-08-20 22:56:53 +03:00
allegroai
1cc87c9a21 Add support for registering an abort callback 2022-08-20 22:55:10 +03:00
allegroai
4781b6bbd8 Add Task.get_reported_single_value() 2022-08-09 09:37:55 +03:00
allegroai
301d68d2d3 Fix Python 3.10 support 2022-07-28 18:50:19 +03:00
allegroai
68b57e3477 Add support for API 2.20 2022-07-28 18:44:16 +03:00
allegroai
36481a1337 Change thread Event/Lock to a process fork safe threading objects 2022-07-28 18:40:46 +03:00
allegroai
103f68e3e1 Fix pipeline steps with empty configuration should try and take it from code 2022-07-21 17:20:33 +03:00
allegroai
b803fa5ae1 Fix passing filename in sdk.development.detect_with_pip_freeze 2022-07-15 16:21:35 +03:00
allegroai
ae8b8e79d0 Add random seed control using Task.set_random_seed() 2022-06-28 21:17:28 +03:00
allegroai
8dd4f2b1dd Support page_size and order_by in Task.get_projects() 2022-06-28 21:04:18 +03:00
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
a4e1bffe85 Optimize Task.init() backend call 2022-05-05 12:13:54 +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
619d59ea2e Fix sub-project separators are incorrectly quoted in generated URLs (#584) 2022-03-21 22:51:27 +02:00
allegroai
3006085fcb Fix task delete response not checked 2022-03-07 23:45:03 +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