Commit Graph

1967 Commits

Author SHA1 Message Date
allegroai
2120fc85f5 Refactor CreateFromFunction 2023-01-23 14:04:13 +02:00
allegroai
8cb4ac2acb Allow requesting custom token expiration using the api.auth.req_token_expiration_sec configuration setting 2023-01-19 11:20:08 +02:00
allegroai
88259094ac Add client version to runtime properties 2023-01-19 11:19:02 +02:00
allegroai
1953fcc519 Fix metadata set on an uploaded model object is not accessible (#890) 2023-01-19 11:18:06 +02:00
allegroai
812d22a3c7 Fix clearml-data previews are saved on file server even when output_uri is specified 2023-01-19 11:16:21 +02:00
allegroai
896e949649 Add more runtime properties 2023-01-19 10:42:33 +02:00
allegroai
4f770395fa Fix docstrings 2023-01-19 10:38:13 +02:00
Colin Gaudreau
d0fa72ee1a
Add signature version to boto3 config (#884) 2023-01-18 19:13:03 +02:00
cajewsa
3d5d8ef706
Add extra split identifier (#885)
Added an extra split identifier to make sure presence of extras does not influence determining whether clearml is included in requirements.
2023-01-18 19:12:09 +02:00
pollfly
1eafa4f6f9
Update README (#887)
Co-authored-by: Revital <revital@allegro.ai>
2023-01-16 15:56:35 +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
c1989617cf Update year 2023-01-08 08:29:00 +02:00
allegroai
0d63496d75 Fix typo 2023-01-03 07:53:43 +02:00
allegroai
0950757d44 PEP8 2022-12-29 13:20:03 +02:00
allegroai
0029f131c9 Fix numpy 1.24 support 2022-12-29 13:19:17 +02:00
allegroai
c75c83c21d Fix casting None to int fails uploads and permission checks 2022-12-29 13:18:39 +02:00
allegroai
a3d44aa81f Fix connect list of dicts parsed incorrectly in remote 2022-12-29 13:17:25 +02:00
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