Commit Graph

  • d90804f1cc Add pipeline_controller.connect_configuration Alex Burlacu 2023-03-23 17:15:37 +02:00
  • 3ee6ddf835 Allow to pass Plotly-style data_config to report_table Alex Burlacu 2023-03-23 17:12:29 +02:00
  • f9fa303091 Fix Parallel Coordinate plots handling of categorical variables Alex Burlacu 2023-03-23 16:12:31 +02:00
  • 3817f0ca36 Fix task.connect docstring Alex Burlacu 2023-03-23 16:09:43 +02:00
  • 438da316e6 Fix StorageManager incorrectly identifying the bucket as additional folder for MinIO Alex Burlacu 2023-03-23 14:53:11 +02:00
  • 26bdfd66d0 Fix wrong overriding of custom server URLs when running clearml-init Alex Burlacu 2023-03-23 13:39:43 +02:00
  • 6ff629c4e7 Patch gradio only when imported Alex Burlacu 2023-03-23 13:24:13 +02:00
  • 2604401dd3 Fix fire binding Alex Burlacu 2023-03-23 13:20:28 +02:00
  • 90354a7751 Fix task.get_user_properties when called with value_only=True Alex Burlacu 2023-03-23 13:16:06 +02:00
  • 2e6e0c1a1d Do not allow dataset metadata entries that start with data_ Alex Burlacu 2023-03-23 13:11:07 +02:00
  • 11aee6c8e9 Add the possibility to not log Uncommitted Changes by explicitly setting CLEARML_VCS_DIFF to an empty string Alex Burlacu 2023-03-22 15:35:45 +02:00
  • 09a4d85c0c Fix parsing pipeline component arguments with comma slices in python 3.9 Alex Burlacu 2023-03-22 15:15:21 +02:00
  • 6fb98d9e8c Add support for Task.publish_on_completion for API versions older than v2.20 Alex Burlacu 2023-03-22 15:08:03 +02:00
  • 3ca6900c58 Change repo url to point to Allegro.ai/ClearML organization Alex Burlacu 2023-03-17 14:35:36 +02:00
  • 79784baf2d Merge pull request #927 from Make42/master alex-burlacu-clear-ml 2023-03-17 14:50:17 +02:00
  • b3f3928555 Merge pull request #945 from skinan/patch-1 alex-burlacu-clear-ml 2023-03-17 14:43:08 +02:00
  • bac92f532d Merge pull request #952 from ainoam/master alex-burlacu-clear-ml 2023-03-17 14:41:24 +02:00
  • f2876a9949 Update README.md Allegro AI 2023-03-17 14:01:35 +02:00
  • f4547db91b Emphasize tutorials in Readme alnoam 2023-03-15 17:35:18 +02:00
  • 40c6db9d95 Add Getting Started Notebooks (#948) Victor Sonck 2023-03-12 15:58:48 +01:00
  • ea1e4ac087 Fix git+https requirement using subdirectory is not supported (#947) jday1 2023-03-12 12:52:43 +00:00
  • 3ffbbf1393 Added "output_uri=True" in the hook config Muhammad Sakib Khan Inan 2023-03-09 13:02:39 +06:00
  • 37dde23bc9 bump version to 1.9.3 v1.9.3 Alex Burlacu 2023-03-08 21:45:32 +02:00
  • 4a928addb7 Bugfix: Broken Task._get_status() Alex Burlacu 2023-03-08 21:39:16 +02:00
  • 641a4a2057 Remove docstring text of Task.close() that details Task.mark_completed() Richard Leibrandt 2023-03-08 15:48:30 +01:00
  • fda5095ab2 Merge pull request #935 from john-zielke-snkeos/bugfix-path-substitutions alex-burlacu-clear-ml 2023-03-02 16:40:41 +02:00
  • b5775840e5 Reintroduce code due to backwards compatibility fix v1.9.2 allegroai 2023-02-28 21:57:49 +02:00
  • 8957e09ef9 Version bump to v1.9.2 allegroai 2023-02-28 17:21:45 +02:00
  • 627135c68a Add ClearML Datasets examples allegroai 2023-02-28 17:19:08 +02:00
  • 22df336860 Fix clearml browser_login set host servers (because clearml-agent does not have default ones) allegroai 2023-02-28 17:16:29 +02:00
  • 713956a96a Update README with PythonFire automagic Args support list allegroai 2023-02-28 17:15:45 +02:00
  • fba1f4c9a6 Fix get_or_create_project() might crash when called in parallel allegroai 2023-02-28 17:14:53 +02:00
  • aff7f87975 Fix TaskScheduler initial scheduled Task could be closer to starting date allegroai 2023-02-28 17:13:51 +02:00
  • 487fe75946 Fix dataset CSV files are not previewed properly allegroai 2023-02-28 17:13:14 +02:00
  • 72b341ee51 Add Gradio binding support allegroai 2023-02-28 17:12:11 +02:00
  • 22715cda19 Fix some plots and debug samples are missing for clearml examples allegroai 2023-02-28 17:10:48 +02:00
  • 5d027a335f Improve Task.query_tasks()` docstring allegroai 2023-02-28 17:08:07 +02:00
  • 4585db0f0f Fix Task.connect_configuration() with non-string keys allegroai 2023-02-28 17:07:01 +02:00
  • 890f4cfa77 Improve get_status performance allegroai 2023-02-28 17:06:38 +02:00
  • dd5036a0a0 Fix breaking change in call to Logger.report_confusion_matrix() allegroai 2023-02-28 17:04:33 +02:00
  • 89e39f0b02 Add status change callback to pipelines allegroai 2023-02-28 17:03:48 +02:00
  • 6b32e1d33a Fix Pipeline from tasks does not propagate params overwrite allegroai 2023-02-28 17:03:04 +02:00
  • 08ce79002b Fixed bug in report_confusion_matrix when series argument was removed (#936) vfdev 2023-02-26 09:04:39 +01:00
  • df5d317c06 Fix typo john-zielke-snkeos 2023-02-24 19:13:13 +01:00
  • 8f57c5132c Added fix to store unsubstituted url for model Added canonize_url for .delete() john-zielke-snkeos 2023-02-24 18:59:15 +01:00
  • 7701d47b44 Typo fix (to large -> too large) (#932) Yiftach Beer 2023-02-23 17:39:41 +02:00
  • 017dc4c784 Improve docstring for Task.close and Task.mark_completed Richard Leibrandt 2023-02-21 16:39:47 +01:00
  • aa69f45d3b Improve docstring for Task.close and Task.mark_completed Richard Leibrandt 2023-02-21 15:21:56 +01:00
  • cae0284d6c Merge branch 'allegroai:master' into master Make42 2023-02-21 11:27:01 +01:00
  • 537548c833 Improve the hyper_parameter example Make42 2023-02-20 14:10:04 +01:00
  • 9014cc596d Rename configuration_including_hyper_parameters.py to configuration_including_hyperparameters.py Make42 2023-02-20 14:10:04 +01:00
  • d7937c3cc4 Rename hyper_parameters example Make42 2023-02-20 14:03:21 +01:00
  • ab3779b327 Improve the hyper_parameter example Make42 2023-02-20 14:00:01 +01:00
  • 4ebe714165 Improve docstring for Task.close() (#920) Make42 2023-02-19 08:25:24 +01:00
  • 541c2425e0 Fix debug samples are not uploaded correctly (#924) jday1 2023-02-19 07:19:40 +00:00
  • e938f2800b Improve docstring for Task.mark_completed() (#921) Make42 2023-02-17 22:27:43 +01:00
  • 311e05d938 Fix StorageManager.get_file_size_bytes() and StorageManager.get_metadata() might raise an error even with silence_errors=True allegroai 2023-02-14 12:25:59 +02:00
  • 7de0644eef Jupyter API token patch (#904) RoseGold 2023-02-09 21:13:12 +02:00
  • 269f5e7974 Ignore None keys in click args (#903) v1.9.2rc1 Zegang Cheng 2023-02-07 15:53:57 -05:00
  • b1f17db657 Add pre and post-callbacks to the Pipeline decorator allegroai 2023-02-07 17:32:31 +02:00
  • a48f1c4b58 Keep original upload URI when reporting events when URI is changed due to path substitution v1.9.2rc0 allegroai 2023-02-05 10:19:44 +02:00
  • c978d8c259 Edit docstrings (#900) pollfly 2023-02-02 10:24:01 +02:00
  • 54c601eea2 Add support for references in Pipeline queue_name (#857) Anton Cherepkov 2023-01-26 21:11:47 +04:00
  • da6f75363d Fix Logger.report_confusion_matrix (#894) Yiftach Beer 2023-01-26 19:10:10 +02:00
  • 0b9428bf21 Fix docstring spacing (#896) pollfly 2023-01-26 19:08:11 +02:00
  • b3e330ea9b Version bump to v1.9.1 v1.9.1 allegroai 2023-01-24 14:24:24 +02:00
  • 00464a879b Fix Taks.get_project_id() cannot find hidden projects allegroai 2023-01-24 13:16:10 +02:00
  • e0bea7f586 Edit docstrings (#889) pollfly 2023-01-24 13:13:19 +02:00
  • 3585eff49b Edit hyperdataset examples (#895) pollfly 2023-01-24 12:30:55 +02:00
  • 7d80406290 Bugfix for storage with path substitutions (#877) john-zielke-snkeos 2023-01-23 14:51:21 +01:00
  • b4cb44bf1b Fix auth headers are not set on substituted fileserver urls allegroai 2023-01-23 14:09:46 +02:00
  • 5465f27b8f Fix clearml-task runtime is not set when no queue was provided allegroai 2023-01-23 14:09:10 +02:00
  • 55b00eb776 Fix connecting a dictionary to task sometimes raises an exception allegroai 2023-01-23 14:08:18 +02:00
  • 1a62d4b6e1 Fix StorageManager.list() does not return size metadata (#865) allegroai 2023-01-23 14:07:02 +02:00
  • 2120fc85f5 Refactor CreateFromFunction allegroai 2023-01-23 14:04:13 +02:00
  • 8cb4ac2acb Allow requesting custom token expiration using the api.auth.req_token_expiration_sec configuration setting allegroai 2023-01-19 11:20:08 +02:00
  • 88259094ac Add client version to runtime properties allegroai 2023-01-19 11:19:02 +02:00
  • 1953fcc519 Fix metadata set on an uploaded model object is not accessible (#890) allegroai 2023-01-19 11:18:06 +02:00
  • 812d22a3c7 Fix clearml-data previews are saved on file server even when output_uri is specified allegroai 2023-01-19 11:16:21 +02:00
  • 896e949649 Add more runtime properties allegroai 2023-01-19 10:42:33 +02:00
  • 4f770395fa Fix docstrings allegroai 2023-01-19 10:38:13 +02:00
  • d0fa72ee1a Add signature version to boto3 config (#884) Colin Gaudreau 2023-01-18 11:13:03 -06:00
  • 3d5d8ef706 Add extra split identifier (#885) cajewsa 2023-01-18 18:12:09 +01:00
  • 1eafa4f6f9 Update README (#887) pollfly 2023-01-16 15:56:35 +02:00
  • 3e8835d91d Edit docstring (#874) pollfly 2023-01-11 10:30:46 +02:00
  • b39829a011 Edit docstrings (#875) pollfly 2023-01-10 11:12:47 +02:00
  • c1989617cf Update year allegroai 2023-01-08 08:29:00 +02:00
  • 0d63496d75 Fix typo allegroai 2023-01-03 07:53:43 +02:00
  • 0950757d44 PEP8 allegroai 2022-12-29 13:20:03 +02:00
  • 0029f131c9 Fix numpy 1.24 support allegroai 2022-12-29 13:19:17 +02:00
  • c75c83c21d Fix casting None to int fails uploads and permission checks allegroai 2022-12-29 13:18:39 +02:00
  • a3d44aa81f Fix connect list of dicts parsed incorrectly in remote allegroai 2022-12-29 13:17:25 +02:00
  • 2e11f152f8 Add python 3.11 support allegroai 2022-12-29 13:16:32 +02:00
  • 3371a58bcb Fix IDE info when running in pure python console allegroai 2022-12-29 13:12:58 +02:00
  • af79ee7839 Fix UniformParameterRange tolist throws error when step size is not defined (#859) david pash 2022-12-27 16:28:19 +02:00
  • 4e2e6a4d6b Version bump to v1.9.0 v1.9.0 untagged-38cec581542f7f989ef9 allegroai 2022-12-23 22:39:55 +02:00
  • 690a4b42c4 Add delete_from_storage (default true) to Task.delete_artifacts() allegroai 2022-12-23 22:22:16 +02:00
  • 79185487a8 Fix types in strings list allegroai 2022-12-23 22:21:23 +02:00
  • 79e6cb7b28 Fix requirements allegroai 2022-12-23 22:21:03 +02:00
  • a621b4fa20 Add pipeline decorator argument to control docker image (#856) allegroai 2022-12-22 22:11:43 +02:00