Commit Graph

  • e3864afba4 Add Task.get_num_enqueued_tasks() allegroai 2022-07-28 18:45:18 +03:00
  • 68b57e3477 Add support for API 2.20 allegroai 2022-07-28 18:44:16 +03:00
  • 5f62ba84d7 Fix 'series' not appearing on UI When using logger.report_table() (#684) allegroai 2022-07-28 18:42:26 +03:00
  • eb01b6f893 Fix deadlock might occur when using Process pool large number processes (#674) allegroai 2022-07-28 18:41:17 +03:00
  • 36481a1337 Change thread Event/Lock to a process fork safe threading objects allegroai 2022-07-28 18:40:46 +03:00
  • f7fa760462 Add wild-card support in clearml-data CLI allegroai 2022-07-28 18:40:03 +03:00
  • 0caa03ee01 Add description to Datasets allegroai 2022-07-28 18:38:38 +03:00
  • f9895a8e3b Fix StorageManager list() is not working for Windows full local path allegroai 2022-07-28 18:36:52 +03:00
  • 0397f2b41e Fix getting datasets fails v1.6.3rc1 allegroai 2022-07-21 17:24:54 +03:00
  • 51f512889f Fix keras_tuner_cifar example raises DeprecationWarning and ValueError allegroai 2022-07-21 17:23:19 +03:00
  • 157df5dad3 Add support for pipelines with spot instances allegroai 2022-07-21 17:22:11 +03:00
  • a42c4b0bd3 Fix datasets can't be queried by project/name alone allegroai 2022-07-21 17:21:22 +03:00
  • 103f68e3e1 Fix pipeline steps with empty configuration should try and take it from code allegroai 2022-07-21 17:20:33 +03:00
  • 2d7dde93e2 Fix pipeline proxy object is always resolved in main pipeline logic allegroai 2022-07-21 17:19:06 +03:00
  • beb1bd447b Fix upload to S3 guess mimetypes allegroai 2022-07-21 17:18:53 +03:00
  • a1edcea481 Fix Python 3.6 support guess mime type support allegroai 2022-07-17 20:00:49 +03:00
  • e5b771ddb5 Fix child dataset to older parent dataset (without stats) v1.6.3rc0 allegroai 2022-07-15 16:22:27 +03:00
  • b803fa5ae1 Fix passing filename in sdk.development.detect_with_pip_freeze allegroai 2022-07-15 16:21:35 +03:00
  • 9b551b6d40 Fix typo allegroai 2022-07-15 16:21:06 +03:00
  • 107779f45a Fix only preview filename and not full path when uploading a single artifact file allegroai 2022-07-15 16:20:46 +03:00
  • 7ec0691910 Fix pipeline DAG allegroai 2022-07-15 16:19:15 +03:00
  • 0c4555fcef Add return value from _create_ds_target_folder() allegroai 2022-07-15 16:17:53 +03:00
  • 397dcfacda Release lock after dataset cache is downloaded (#708) Giacomo Ferroni 2022-07-13 16:33:55 +02:00
  • e2208fc4c5 Fix last merge allegroai 2022-07-13 17:32:45 +03:00
  • 3f9cf400fa Specify an endpoint_url when creating S3 resource service (#679) Zied ANDOLSI 2022-07-13 16:24:53 +02:00
  • 6b56b3cfa2 Fix dataset download (#713) Daniil Kirsanov 2022-07-11 11:25:46 +03:00
  • 8aaa8e7897 Update gif (#712) pollfly 2022-07-10 18:58:01 +03:00
  • b24ed1937c Fix KeyError when running remotely and no params were passed to click (https://github.com/allegroai/clearml-agent/issues/111) allegroai 2022-07-07 23:46:44 +03:00
  • e3547cd897 Version bump to v1.6.2 v1.6.2 allegroai 2022-07-04 12:06:11 +03:00
  • a486881a56 Fix format string sometimes causing delayed evaluation issues allegroai 2022-07-04 11:53:40 +03:00
  • a492ee50fb Version bump to v1.6.1 v1.6.1 allegroai 2022-07-01 11:38:49 +03:00
  • d585231c44 Fix Task.get_tasks() fails when sending search_hidden=False allegroai 2022-07-01 11:38:39 +03:00
  • d1e8285760 Fix LightGBM example shows UserWarning allegroai 2022-07-01 11:37:42 +03:00
  • 1147931774 Version bump to v1.6 v1.6 allegroai 2022-06-28 21:37:01 +03:00
  • b84963fea0 Add support for renaming very long filenames to avoid file system errors when downloading files allegroai 2022-06-28 21:22:51 +03:00
  • df1c134a7a Add clearml-data set-description and rename options allegroai 2022-06-28 21:21:13 +03:00
  • ae8b8e79d0 Add random seed control using Task.set_random_seed() allegroai 2022-06-28 21:17:28 +03:00
  • d242c14565 Fix Hydra warning due to deprecation allegroai 2022-06-28 21:16:12 +03:00
  • 11fc238886 Fix StorageManager.upload_folder() returns None for both successful and unsuccessful uploads allegroai 2022-06-28 21:14:50 +03:00
  • c12a66267d Fix missing requirement for tensorboardx example allegroai 2022-06-28 21:13:02 +03:00
  • 21712a709d Improve error message when checking permissions allegroai 2022-06-28 21:08:40 +03:00
  • 68cf2745ff Add support for dataset version, fix trigger for datasets allegroai 2022-06-28 21:07:46 +03:00
  • a013dd5e55 Add support for Task.rename() and Task.move_to_project() allegroai 2022-06-28 21:06:16 +03:00
  • 8dd4f2b1dd Support page_size and order_by in Task.get_projects() allegroai 2022-06-28 21:04:18 +03:00
  • 265dbe4a8c Fix axis range settings when logging plots allegroai 2022-06-28 21:02:02 +03:00
  • ca3b3af005 Add new clearml-param-search CLI allegroai 2022-06-26 18:20:32 +03:00
  • d63f3b5ca7 Fix taking artifacts from non-completed tasks might fail allegroai 2022-06-26 18:19:50 +03:00
  • 70de28ce7b Show better error when failing to download an artifact allegroai 2022-06-26 18:17:59 +03:00
  • 3fce450250 Update README allegroai 2022-06-21 11:14:33 +03:00
  • 5a1dfc5564 Version bump to v1.5.0 v1.5.0 allegroai 2022-06-16 22:40:34 +03:00
  • 45b6101c8e Update README allegroai 2022-06-15 16:35:47 +03:00
  • 50621839ac Fix docstrings allegroai 2022-06-12 00:03:14 +03:00
  • d2608ba205 Add parameter names to example (#688) pollfly 2022-06-08 10:30:21 +03:00
  • b9b0a506f3 Version bump v1.4.2rc1 allegroai 2022-06-06 14:20:34 +03:00
  • f64e1f34c5 Fix docstrings allegroai 2022-06-06 14:18:49 +03:00
  • 4021b23506 Fix Task.get_projects() retrieves only the first 500 results (#612) allegroai 2022-06-06 14:12:48 +03:00
  • 1822d20fd1 Fix number of unpacked values in ds_sync (#682) allegroai 2022-06-06 14:09:53 +03:00
  • e60f2ff14b Modify pipeline progress calculation allegroai 2022-06-06 14:08:39 +03:00
  • b90e26d458 Add missing default default_cache_manager_size in configuration files allegroai 2022-06-06 14:07:16 +03:00
  • 6c9e02f1b2 Fix wrong mimetype used for any file or folder uploaded to S3 using StorageManager Add support for boto3's aws_session_token allegroai 2022-06-06 14:05:59 +03:00
  • fdefa9784c Add support for single value metric reporting (#400) allegroai 2022-06-06 14:04:51 +03:00
  • 2f42fc4830 Add hyperparameter sections support to pipeline decorator (#629) Fix pipeline add_function_step breaks in remote execution allegroai 2022-06-06 14:03:34 +03:00
  • cb36da3ded Fix pre-existing pipeline raises an exception allegroai 2022-06-06 13:12:02 +03:00
  • fe791e6e2c Update README.md Allegro AI 2022-06-03 13:31:31 +03:00
  • 717edba8c2 Fix FastAI DeprecationWarning (#683) Rizwan Hasan 2022-05-30 22:56:37 +06:00
  • 85c27fda82 Fix permission check fails when using local storage folder that does not exist v1.4.2rc0 allegroai 2022-05-30 19:50:12 +03:00
  • 28eac2e043 Improve warning, PEP8 allegroai 2022-05-30 19:48:34 +03:00
  • 23c6ec6643 Fix local task execution with empty working directory allegroai 2022-05-30 19:47:16 +03:00
  • 427b98270c Update README.md Allegro AI 2022-05-26 22:16:07 +03:00
  • 404ef5ab86 Bump PyJWT version due to "Key confusion through non-blocklisted public key formats" vulnerability allegroai 2022-05-25 16:47:41 +03:00
  • 60a73ca931 Fix running pipeline code remotely without first running it locally (i.e. no configuration on the Task) allegroai 2022-05-22 20:03:10 +03:00
  • d22dff59ee Fix html allegroai 2022-05-20 14:20:31 +03:00
  • ab2ab50e4c Fix Process Pool hangs at exit (#674) v1.4.1 release/v1.4.1 allegroai 2022-05-17 14:52:54 +03:00
  • 6af94ccf7b Fix reverted docstrings allegroai 2022-05-15 23:24:07 +03:00
  • 9f1487a923 Version bump v1.4.1rc0 allegroai 2022-05-12 23:49:17 +03:00
  • b5c3477f06 Fix Process Pool hangs at exit (#674) allegroai 2022-05-12 23:49:09 +03:00
  • 5dff9dd404 Unbind all patches when Task.close() is called allegroai 2022-05-12 23:47:58 +03:00
  • 3c396b1f7e Fix pipelines can't handle None return value allegroai 2022-05-12 23:46:32 +03:00
  • e051085462 Fix doctring allegroai 2022-05-12 23:44:54 +03:00
  • a4b24b18fb Support parallel uploads and downloads allegroai 2022-05-12 23:44:20 +03:00
  • 3474d70afb Edit docstrings (#672) pollfly 2022-05-11 10:45:40 +03:00
  • 1f8726e539 Edit docstrings (#669) pollfly 2022-05-08 23:38:00 +03:00
  • 72eb59c9ca Version bump to v1.4.0 v1.4.0 allegroai 2022-05-05 13:15:49 +03:00
  • bca9a6de30 Fix Artifact.get() and add warnings on error allegroai 2022-05-05 12:12:37 +03:00
  • 6a8d610317 Add warning when calling Task.init() with deferred_init=True Fix docstrings allegroai 2022-05-05 12:11:49 +03:00
  • bc67a64d2a Fix WeightsFileHandler add_callback is not multi-thread protected allegroai 2022-05-05 12:10:21 +03:00
  • 4ce0e4faf3 Add Task.init() deferred_init capture all console outputs allegroai 2022-05-05 12:09:46 +03:00
  • a4e1bffe85 Optimize Task.init() backend call allegroai 2022-05-05 12:08:59 +03:00
  • 556e9b25fe Add Task.init() deferred_init argument as experimental feature (Task.init() called in background thread) Fix previous wait_for_task_init behavior Add environment variable CLEARML_DEFERRED_TASK_INIT allegroai 2022-05-05 12:07:45 +03:00
  • 6ce91e5288 Fix matplotlib bind load config only when needed (saves double loading at init) allegroai 2022-05-05 12:03:52 +03:00
  • 05094dd865 Fix Task.init() return type should always be considered to be a Task object (usage should be transparent) allegroai 2022-05-05 12:03:03 +03:00
  • 4ccb357de4 Add pipeline parameter to task pipeline example (#664) pollfly 2022-05-05 12:13:48 +03:00
  • bd6c38f8d1 Update README.md Allegro AI 2022-05-04 17:57:55 +03:00
  • 92210e2c82 Update requirements.txt Allegro AI 2022-05-04 14:39:35 +03:00
  • 63b21bc43f Update README.md Allegro AI 2022-05-04 14:38:32 +03:00
  • 385d2a4fa3 Modify clearml-data example task name (#665) erezalg 2022-05-03 14:58:07 +03:00
  • dd4eca24c3 Fix broken Task.init() auto_connect_frameworks wildcard filter support allegroai 2022-05-01 22:32:49 +03:00
  • 3d3a835435 Version bump allegroai 2022-04-27 17:37:15 +03:00
  • f58ddbd52c Add Task._query_tasks() additional argument validation allegroai 2022-04-27 17:33:28 +03:00
  • 5318c210ab Add Model.project getter/setter allegroai 2022-04-27 17:32:25 +03:00