Commit Graph

1702 Commits

Author SHA1 Message Date
allegroai
8a60a92fac Fix Optuna n_jobs deprecation warning 2022-03-06 18:50:17 +02:00
allegroai
104308d660 Remove old server API versions support (pre-ClearML Server) 2022-03-06 18:49:10 +02:00
allegroai
538e97da2d Support IAM Instance Profile in AWS auto-scaler 2022-03-06 18:47:44 +02:00
allegroai
72270b3524 Version bump to v1.2.1 2022-03-01 22:04:21 +02:00
allegroai
ecee4eaf64 Fix HTTP download fails constructing URL (#593) 2022-03-01 20:30:40 +02:00
allegroai
226a682621 Version bump to v1.2.0 2022-02-26 15:57:28 +02:00
allegroai
2c916181b9 Version bump 2022-02-26 13:43:42 +02:00
allegroai
55a0583009 Add support for IAM instance profile in autoscaler 2022-02-26 13:43:31 +02:00
allegroai
999e8d39ba Fix don't crash on semaphore acquire error 2022-02-26 13:42:27 +02:00
allegroai
f37e036e51 Add cpu-only support in AWS autoscaler 2022-02-26 13:41:23 +02:00
allegroai
83a71d0fb0 Fix filserver upload does not support path in fileserver URL 2022-02-26 13:40:26 +02:00
allegroai
0cca7396e7 Add callback support to Task.delete() 2022-02-26 13:39:45 +02:00
allegroai
a5b16db95c Add missing skip_zero_size_check argument in StorageManager.download_foler()
PEP8
2022-02-26 13:38:42 +02:00
eugen-ajechiloae-clearml
76559b6e2d
Fix crash in Dataset.upload() when there is nothing to upload (#579) 2022-02-21 15:54:42 +02:00
allegroai
2ecf0b55f9 Fix clearml-init changing web host after pasting full credentials 2022-02-19 23:06:35 +02:00
allegroai
3a3c947bf1 Fix fastai version check import 2022-02-19 23:05:55 +02:00
allegroai
73b64f6ca7 Fix connect object 2022-02-19 23:05:29 +02:00
eugen-ajechiloae-clearml
5e43a74c7b
Add requirements file support in Task.add_requirements (#575) 2022-02-17 00:04:55 +02:00
eugen-ajechiloae-clearml
a8fbe51231
Support fastai v2 (#571) 2022-02-17 00:01:55 +02:00
allegroai
16b009f1ff Version bump 2022-02-16 19:09:02 +02:00
allegroai
b028b98a0c Fix connected object base class members are not used 2022-02-16 19:08:52 +02:00
allegroai
9a937894d6 Fix python package markdown description broken logo link 2022-02-16 19:07:18 +02:00
Rizwan Hasan
e160e7d0ce
Add requirements for examples (#582) 2022-02-16 16:59:32 +02:00
Rizwan Hasan
b494232134
Capitalized examples task name, updated example requirements (#573) 2022-02-14 10:18:41 +02:00
eugen-ajechiloae-clearml
ba2e349d0c
Fix no warning when failing to patch argparse (#576) 2022-02-13 16:25:26 +02:00
eugen-ajechiloae-clearml
5be1c8b2b0
Support newer azure storage python version (#548)
Add support for Azure Blob Storage >=12.0.0. Backwards compatibility remains for >=2.0.1,<=2.1
2022-02-12 17:32:43 +02:00
eugen-ajechiloae-clearml
c01e2e1166
Fix group arguments in click (#561) 2022-02-12 00:01:44 +02:00
allegroai
a47f127679 Upgrade six version (in case pathlib2 >2.3.7 is installed) 2022-02-10 23:49:09 +02:00
allegroai
cf9938c490 Add get_parameters cast back to original type 2022-02-10 23:49:09 +02:00
eugen-ajechiloae-clearml
296cb7d899
Add Python Fire support (#550) 2022-02-07 13:38:11 +02:00
allegroai
9794135aed Version bump 2022-02-07 13:32:34 +02:00
allegroai
ff91ee9ade Add support for extra HTTP retry codes 2022-02-07 13:30:20 +02:00
allegroai
9744d63796 Fix autoscaler spin down stuck machine, ignore unknown stale workers 2022-02-07 13:29:51 +02:00
eugen-ajechiloae-clearml
d53dbbf697
Add catboost support (#542)
Co-authored-by: ajecc <eugenajechiloae@gmail.com>
2022-02-03 21:36:27 +02:00
Rizwan Hasan
eb5350f551
Fixed requirements, refactored and formatted code in some examples (#567) 2022-02-03 21:34:42 +02:00
allegroai
172c3e44f1 Fixed argparser SUPPRESS as default should be resolved at remote execution the same way (i.e. empty string equals SUPPRESS) 2022-02-03 15:30:31 +02:00
allegroai
e98e6acae1 Fix nargs="?" without type does not properly cast the default value (#531) 2022-02-03 15:29:56 +02:00
allegroai
34fc80b039 Fix clearml-task add Task.init() call in the incorrect location when single local file is used 2022-02-02 15:35:57 +02:00
allegroai
9f77b3275f Fix AutoScaler should not fail on any command, but only on the agent failing to launch 2022-02-02 15:34:11 +02:00
allegroai
8265ca9375 Fix AWS AutoScaler tags support 2022-02-02 15:32:42 +02:00
allegroai
051998800c Fix incorrect timeout used for stale workers 2022-02-02 15:31:37 +02:00
allegroai
5f1345b148 Add skip_zero_size_check to StorageManager.download_folder() 2022-01-31 11:07:15 +02:00
allegroai
6229d5a67a Support artifact_object empty string
Fix pandas passed as upload_artifact preview object
2022-01-31 11:03:49 +02:00
allegroai
857206a9b6 Fix extra_layout not passed to report_matrix (#559) 2022-01-31 10:52:53 +02:00
allegroai
4b30ac6c31 Change auto-scaler confusing log message 2022-01-31 10:51:25 +02:00
allegroai
f45b3e3ce3 Allow overriding auto_delete_file in Task.update_output_model() (#554) 2022-01-31 10:50:08 +02:00
pollfly
e182c188e0
Fix docstrings (#560) 2022-01-27 14:02:13 +02:00
pollfly
d3e986393a
Fix links (#558) 2022-01-27 12:15:04 +02:00
pollfly
f0f0d26208
Add model reporting examples (#553) 2022-01-25 15:36:12 +02:00
allegroai
1cae01612d Fix no use returning invalid configurations 2022-01-25 00:38:48 +02:00