Commit Graph

1949 Commits

Author SHA1 Message Date
allegroai
2e11f152f8 Add python 3.11 support 2022-12-29 13:16:32 +02:00
allegroai
3371a58bcb Fix IDE info when running in pure python console 2022-12-29 13:12:58 +02:00
david pash
af79ee7839
Fix UniformParameterRange tolist throws error when step size is not defined (#859) 2022-12-27 16:28:19 +02:00
allegroai
4e2e6a4d6b Version bump to v1.9.0 2022-12-23 22:39:55 +02:00
allegroai
690a4b42c4 Add delete_from_storage (default true) to Task.delete_artifacts() 2022-12-23 22:22:16 +02:00
allegroai
79185487a8 Fix types in strings list 2022-12-23 22:21:23 +02:00
allegroai
79e6cb7b28 Fix requirements 2022-12-23 22:21:03 +02:00
allegroai
a621b4fa20 Add pipeline decorator argument to control docker image (#856) 2022-12-22 22:11:43 +02:00
allegroai
341aba2cee Fix None values get casted to empty strings when connecting a dictionary 2022-12-22 22:09:19 +02:00
allegroai
a2b3f1cf3b Add Dataset.set_metadata() and Dataset.get_metadata() 2022-12-22 22:06:38 +02:00
allegroai
d8ed5aa672 Fix example requirements 2022-12-22 22:05:26 +02:00
allegroai
bc94a55525 Fix crash when calling task.flush(wait_for_uploads=True) while executing remotely 2022-12-22 22:05:14 +02:00
allegroai
8992275f8e Support querying model metadata in Model.query_models() 2022-12-22 21:59:24 +02:00
allegroai
8ba78b5a11 Add allow_archived argument in Task.get_tasks() 2022-12-22 21:58:13 +02:00
allegroai
ab73447cbd Add StorageManager.set_report_upload_chunk_size() and StorageManager.set_report_download_chunk_size() to set chunk size for upload and download 2022-12-22 21:57:15 +02:00
allegroai
7d6eff4858 Fix error when using TaskScheduler with 'limit_execution_time' (#648) 2022-12-22 21:55:27 +02:00
allegroai
dd79bd6197 Fix tensorflow_macos support 2022-12-22 21:54:13 +02:00
allegroai
6529c0dc11 Dataset lineage view is broken with multiple dataset dependencies 2022-12-22 21:53:23 +02:00
allegroai
3dee5854bd Fix StorageManager.get_file_size_bytes() returns ClientError instead of None for invalid S3 links 2022-12-22 21:52:24 +02:00
allegroai
d723299f1e Fix can't write more than 2 GB to a file 2022-12-22 21:48:07 +02:00
allegroai
17dfa2b92f Fix jsonargparse and pytorch lightning integration broken for remote execution (#403) 2022-12-22 21:47:00 +02:00
allegroai
bf37df61aa Clarify deferred_init usage in Task.init() (#855) 2022-12-22 21:45:57 +02:00
allegroai
72d9b22e0d Fix HPO CLI doesn't work when --params-override is not specified 2022-12-18 23:02:29 +02:00
allegroai
8ef25a0030 Fix task.close() removes all log handlers (should only remove ClearML handlers) 2022-12-18 23:01:41 +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
1dd98ecf8d Fix lazyloaderproxy casting 2022-12-18 22:57:31 +02:00
allegroai
90f30e8d9a Version bump 2022-12-13 16:09:42 +02:00
allegroai
47ea919ddc PEP8 2022-12-13 16:07:51 +02:00
allegroai
dd6e4f1598 Fix StorageManager doesn't support uploading files to minio (#763) 2022-12-13 16:07:44 +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
8076e387ab Add missing changes 2022-12-13 16:00:20 +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
3cb66650e8 Fix Dataset.get() should ignore archived datasets by default 2022-12-13 15:49:11 +02:00
allegroai
16c8a037cc Fix can't add S3 external links (#845) 2022-12-13 15:48:18 +02:00
allegroai
62a5ef102a Fix uploading files to S3 when _at_exit() is called fails (work around https://github.com/boto/boto3/issues/3113) 2022-12-13 15:43:18 +02:00
allegroai
09a53bce48 Fix optimization on many agents returns random errors (#829) 2022-12-13 15:37:16 +02:00
allegroai
16df0794be Fix ontinuing Tasks with tensorflow sometimes result in wrong initial iteration (#762) 2022-12-13 15:36:05 +02:00
allegroai
3da182426f Add support for network.file_upload_retries configuration option to control the UploadManager's file upload default retries 2022-12-13 15:35:19 +02:00
allegroai
5b38590756 Fix error message 2022-12-11 15:07:59 +02:00
allegroai
381b856b57 Fix mark_aborted() does not exist, use mark_stopped() instead 2022-12-11 15:07:58 +02:00
allegroai
64e00716e1 Fix Task.query_tasks() returns all tasks when a non-existent project name is provided 2022-12-11 15:07:58 +02:00
Jake Henning
bd53d44d71
Update README.md 2022-12-08 07:59:32 +02:00
Victor Sonck
991fc2d32d
Update README.md (#846)
Fixed old Slack link
2022-12-07 19:24:18 +02:00
Frédéric Jean
7d6897f91b
Fix dataset not synced if the changes are only modified files (#835) 2022-12-06 14:33:43 +02:00
William Reynolds
64e1fb8571
Add r prefix to re.match() strings (#837) 2022-12-06 14:27:50 +02:00
john-zielke-snkeos
e709e46d91
Fix StorageHelper.delete() does not respect path substitutions (#838)
Fixes allegroai/clearml#825
Make StorageHelper.get_object() call StorageHelper._canonized_url() to make path substitutions work.
2022-12-06 14:26:05 +02:00
erezalg
59b5dd6394
add path_substitution to clearml.conf example file (#842)
Co-authored-by: Erez Schnaider <erez@clear.ml>
2022-12-06 14:24:24 +02:00
pollfly
4fab0f740a
Update README.md (#826) 2022-12-06 14:23:53 +02:00