Commit Graph

1784 Commits

Author SHA1 Message Date
allegroai
f04c39fb30 Fix API definitions 2022-09-06 10:40:06 +03:00
allegroai
efde6e4135 Fix uploading 3D plots with plt shows 2D plot on task results page 2022-09-06 10:39:17 +03:00
tonyd
4020c8cd42
#757: fix overwrite of existing output models on pipeline task with monitor_models (#758) 2022-09-06 09:58:41 +03:00
allegroai
86586fbf35 Fix report_histogram does not show "horizontal" orientation (#699) 2022-09-02 23:40:34 +03:00
allegroai
bae2108d13 Skip server URL verification in clearml-init 2022-09-02 23:39:52 +03:00
allegroai
7caa9195b9 Deprecate output_uri in clearml-data 2022-09-02 23:39:16 +03:00
allegroai
1f63946c3f Add Pipeline start_controller_locally implementation in decorator 2022-09-02 23:38:43 +03:00
allegroai
a663805eb7 Support Azure and GCP storage in Task.setup_upload() 2022-09-02 23:36:32 +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
c2b4f728f4 Support providing list of links in clearml-data 2022-09-02 23:33:33 +03:00
allegroai
a6104347f2 Fix using logarithmic scale breaks matplotlib reporting 2022-08-29 18:00:59 +03:00
allegroai
e30f497618 Fix Pipeline pool period should be 5sec local, 20sec remote
Refactor Pipeline controller code
2022-08-23 23:19:15 +03:00
allegroai
ca384aa75c Add more model frameworks to the list 2022-08-20 22:57:20 +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
f298271876 Move calls that modify task from Dataset.__init__() to Dataset.create() 2022-08-20 22:53:23 +03:00
pollfly
a732753809
Fix docs (#749) 2022-08-18 12:10:23 +03:00
erezalg
05333e9b7a
Add PR \ Issue templates (#742)
* Add PR \ Issue templates

* Add pipe decorator get step's task example

Co-authored-by: Erez Schnaider <erez@clear.ml>
2022-08-17 11:05:29 +03:00
allegroai
168074acd9 Fix large files upload to the fileserver using a multipart encoder 2022-08-11 09:15:18 +03:00
allegroai
79882de153 Version bump to 1.6.4 2022-08-10 21:14:22 +03:00
allegroai
55a1745ac5 Fix APIClient get_all calls failing on API 2.20 2022-08-10 21:14:09 +03:00
allegroai
90854fa4a5 Version bump to v1.6.3 2022-08-09 09:47:09 +03:00
allegroai
41218cee9b Fix model not created in the current project 2022-08-09 09:46:44 +03:00
allegroai
e090995ad8 Fix pipeline component returning a list of length 1 2022-08-09 09:45:19 +03:00
allegroai
6924f32d6c Fix wait for jobs based on local/remote pool frequency 2022-08-09 09:44:49 +03:00
allegroai
6bba270620 Fix default num of retries when uploading files (should be 3, not 1) 2022-08-09 09:44:25 +03:00
allegroai
e5846f6ba2 Add support for providing ExtraArgs to boto3 when uploading files using the sdk.aws.s3.extra_args configuration option 2022-08-09 09:43:30 +03:00
allegroai
7ed5264ca6 Fix UniformIntegerParameterRange.to_list() ignores min value 2022-08-09 09:41:42 +03:00
allegroai
0fef281a46 Fix Dataset.get() does not respect auto_create 2022-08-09 09:39:38 +03:00
allegroai
4781b6bbd8 Add Task.get_reported_single_value() 2022-08-09 09:37:55 +03:00
Mal Miller
0cb72a7adb
Update Task.init() docstring to include behaviour when executing remotely (#737)
* Update Task.init() docstring to include behaviour when executing remotely
2022-08-08 17:10:43 +03:00
allegroai
ffed8a9589 Fix API schema 2022-08-07 22:29:02 +03:00
allegroai
12ad0f6243 PEP8 2022-08-05 00:19:50 +03:00
allegroai
fcad50b626 Switch back main Lock guard to multiprocessing Lock 2022-07-31 19:32:29 +03:00
allegroai
b661f13a49 Fix CacheManager lock file handling 2022-07-28 18:53:35 +03:00
allegroai
969e095478 Fix deadlock 2022-07-28 18:51:48 +03:00
allegroai
301d68d2d3 Fix Python 3.10 support 2022-07-28 18:50:19 +03:00
allegroai
e8439b3b65 Flush everything before pool worker push results back (external termination) 2022-07-28 18:49:44 +03:00
allegroai
44a4dc99b3 Use file lock instead of process lock to avoid future deadlocks since python process lock is not process safe (killing a process holding a lock will Not release the lock) 2022-07-28 18:49:18 +03:00
allegroai
136b0c33e7 Fix process pool can reuse workers 2022-07-28 18:48:37 +03:00
allegroai
c58e2551c8 Fix input model error 2022-07-28 18:48:15 +03:00
allegroai
08af7c664d Add support for updating model metadata using set_metadata(), get_metadata(), get_all_metadata(), get_all_metadata_casted(), set_all_metadata() 2022-07-28 18:47:29 +03:00
allegroai
e3864afba4 Add Task.get_num_enqueued_tasks() 2022-07-28 18:45:18 +03:00
allegroai
68b57e3477 Add support for API 2.20 2022-07-28 18:44:16 +03:00
allegroai
5f62ba84d7 Fix 'series' not appearing on UI When using logger.report_table() (#684) 2022-07-28 18:42:26 +03:00
allegroai
eb01b6f893 Fix deadlock might occur when using Process pool large number processes (#674) 2022-07-28 18:41:17 +03:00
allegroai
36481a1337 Change thread Event/Lock to a process fork safe threading objects 2022-07-28 18:40:46 +03:00
allegroai
f7fa760462 Add wild-card support in clearml-data CLI 2022-07-28 18:40:03 +03:00
allegroai
0caa03ee01 Add description to Datasets 2022-07-28 18:38:38 +03:00