Commit Graph

1767 Commits

Author SHA1 Message Date
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
allegroai
f9895a8e3b Fix StorageManager list() is not working for Windows full local path 2022-07-28 18:36:52 +03:00
allegroai
0397f2b41e Fix getting datasets fails 2022-07-21 17:24:54 +03:00
allegroai
51f512889f Fix keras_tuner_cifar example raises DeprecationWarning and ValueError 2022-07-21 17:23:19 +03:00
allegroai
157df5dad3 Add support for pipelines with spot instances 2022-07-21 17:22:11 +03:00
allegroai
a42c4b0bd3 Fix datasets can't be queried by project/name alone 2022-07-21 17:21:22 +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
2d7dde93e2 Fix pipeline proxy object is always resolved in main pipeline logic 2022-07-21 17:19:06 +03:00
allegroai
beb1bd447b Fix upload to S3 guess mimetypes 2022-07-21 17:18:53 +03:00
allegroai
a1edcea481 Fix Python 3.6 support guess mime type support 2022-07-17 20:00:49 +03:00
allegroai
e5b771ddb5 Fix child dataset to older parent dataset (without stats) 2022-07-15 16:22:27 +03:00
allegroai
b803fa5ae1 Fix passing filename in sdk.development.detect_with_pip_freeze 2022-07-15 16:21:35 +03:00
allegroai
9b551b6d40 Fix typo 2022-07-15 16:21:06 +03:00
allegroai
107779f45a Fix only preview filename and not full path when uploading a single artifact file 2022-07-15 16:20:46 +03:00
allegroai
7ec0691910 Fix pipeline DAG 2022-07-15 16:19:15 +03:00
allegroai
0c4555fcef Add return value from _create_ds_target_folder() 2022-07-15 16:17:53 +03:00
Giacomo Ferroni
397dcfacda
Release lock after dataset cache is downloaded (#708) 2022-07-13 17:33:55 +03:00
allegroai
e2208fc4c5 Fix last merge 2022-07-13 17:32:45 +03:00