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 |
|
Zied ANDOLSI
|
3f9cf400fa
|
Specify an endpoint_url when creating S3 resource service (#679)
* Specify an endppoint_url when creating S3 resource service
* code review
Co-authored-by: Zied ANDOLSI <zandolsi@prophesee.ai>
|
2022-07-13 17:24:53 +03:00 |
|
Daniil Kirsanov
|
6b56b3cfa2
|
Fix dataset download (#713)
|
2022-07-11 11:25:46 +03:00 |
|
pollfly
|
8aaa8e7897
|
Update gif (#712)
|
2022-07-10 18:58:01 +03:00 |
|
allegroai
|
b24ed1937c
|
Fix KeyError when running remotely and no params were passed to click (https://github.com/allegroai/clearml-agent/issues/111)
|
2022-07-07 23:46:44 +03:00 |
|
allegroai
|
e3547cd897
|
Version bump to v1.6.2
|
2022-07-04 12:06:11 +03:00 |
|
allegroai
|
a486881a56
|
Fix format string sometimes causing delayed evaluation issues
|
2022-07-04 11:53:40 +03:00 |
|
allegroai
|
a492ee50fb
|
Version bump to v1.6.1
|
2022-07-01 11:38:49 +03:00 |
|
allegroai
|
d585231c44
|
Fix Task.get_tasks() fails when sending search_hidden=False
|
2022-07-01 11:38:39 +03:00 |
|
allegroai
|
d1e8285760
|
Fix LightGBM example shows UserWarning
|
2022-07-01 11:37:42 +03:00 |
|
allegroai
|
1147931774
|
Version bump to v1.6
|
2022-06-28 21:37:01 +03:00 |
|