Commit Graph

  • ecdeb2d0a2 Support raising LoginError when checking for min api version allegroai 2023-11-07 16:34:43 +02:00
  • 3d6ab41a7a Explicitly request raising an error when failing to check api version allegroai 2023-11-07 15:11:06 +02:00
  • f67ce9c04b Improve docstrings for tag filters allegroai 2023-11-07 15:07:41 +02:00
  • fdd2c03900 Fix missing configuration error not raised correctly allegroai 2023-11-05 21:07:12 +02:00
  • 32832ae46d Fix Model.connect() in remote execution might result in the wrong model being connected allegroai 2023-11-05 21:04:53 +02:00
  • e7f4497e36 Fix potential threading issues when setting self.lock to None allegroai 2023-11-05 21:03:14 +02:00
  • e746b3e535 Support GS credentials as JSON string if not a JSON file reference allegroai 2023-11-05 21:01:56 +02:00
  • 4303664d5b Fix parallel dataset verification fails on older versions of Python (#1144) allegroai 2023-11-05 21:01:11 +02:00
  • d6d8aa9318 Fix various CI and tests issues allegroai 2023-11-05 21:00:04 +02:00
  • 2f05a830b5 Edit example (#1147) pollfly 2023-11-01 10:52:58 +02:00
  • e89b2a03a7 Fix several jsonschema DeprecationWarning (#1128) Quy Vu 2023-10-30 16:30:38 +00:00
  • 489dee0e92 Add HuggingFace Transformers Example (#1146) pollfly 2023-10-29 16:04:12 +02:00
  • 2f233bb9fd Fix incorrect return type annotation allegroai 2023-10-28 22:55:56 +03:00
  • b2bb04899c Use StorageManager cache when downloading models allegroai 2023-10-24 18:45:18 +03:00
  • b8ceba38dc Add more visibility when overriding jsonargparse arguments allegroai 2023-10-24 18:44:24 +03:00
  • f2057febd0 Fix displayed pipeline run time is pipeline components is not the same as that shown in info tab in full detail allegroai 2023-10-24 18:43:04 +03:00
  • 0caa787d7d Fix calling Task.get_parameters_as_dict(cast=True) raises a YAML parser error allegroai 2023-10-24 18:40:40 +03:00
  • f964783046 Improve parallel behavior allegroai 2023-10-24 18:39:10 +03:00
  • c26efb83af Add support for Hydra command-line syntax for modifying omegaconf allegroai 2023-10-24 18:36:53 +03:00
  • 9142f861fd Fix pipeline version is not displaying in the table view and in the version list allegroai 2023-10-24 18:35:14 +03:00
  • 97035dcf7b Add support for setting output_uri in pipeline decorators and functions allegroai 2023-10-24 18:33:53 +03:00
  • 7b85555d0d Fix task.set_script(diff="") does not clear the uncommitted changes (#1106) allegroai 2023-10-24 18:32:29 +03:00
  • 190b25a44b Fix don't raise exception on ConnectionError (which actually indicates that a read has timed out) allegroai 2023-10-24 18:30:16 +03:00
  • bfc844696e Edit pipeline example (#1141) pollfly 2023-10-22 11:49:59 +03:00
  • 18210ed144 Edit cron example (#1140) pollfly 2023-10-20 17:20:16 +03:00
  • a8ec1076da Remove subdir path from bucket url (#1117) Matteo Destro 2023-10-17 19:13:20 +02:00
  • 8a834af777 Support lightgbm model loading from a string instead of file (#1136) bedapisl 2023-10-15 11:28:54 +02:00
  • 040fd671a4 Fix PEP8 issues allegroai 2023-10-13 22:17:29 +03:00
  • 7783e651a5 Update requirements for pyjwt < 2.9 allegroai 2023-10-10 15:17:03 +03:00
  • 9687ca3db1 Verify dataset in parallel (#1131) charlienewey-odin 2023-10-07 14:39:08 +01:00
  • f02b1fc190 Add configuration files logging example allegroai 2023-10-02 20:43:44 +03:00
  • ea9b613d4b Update README allegroai 2023-09-30 00:02:40 +03:00
  • 2a5fd56fdb Version bump to v1.13.1 v1.13.1 allegroai 2023-09-26 00:33:44 +03:00
  • b83baa6f2e Fix Hydra overrides integration (#1120) allegroai 2023-09-25 22:16:54 +03:00
  • 96646dc46a Fix GPU memory used reports 0 when memory can not be queried per process (edge case) allegroai 2023-09-25 22:16:02 +03:00
  • e71c257290 Version bump to v1.13.0 v1.13.0 allegroai 2023-09-22 16:26:06 +03:00
  • c5675733a0 Fix GPU memory used reports 0 when memory can not be queried per process allegroai 2023-09-22 16:25:50 +03:00
  • 0442579e23 Fix scroll_id argument missing in events.get_scalar_metric_data endpoint (mainly for use in the APIClient) allegroai 2023-09-20 15:27:27 +03:00
  • 9e69b09c9f Fix PEP8 issues allegroai 2023-09-20 15:26:50 +03:00
  • 701582d5ff Fix incorrect module used allegroai 2023-09-16 20:53:47 +03:00
  • 1820423b02 Fix keep backwards compatibility for pipeline.add_step() positional arguments allegroai 2023-09-16 20:53:30 +03:00
  • 1b27ed07f7 Add force_single_script_file to Task.create() to avoid git repo auto detection allegroai 2023-09-16 20:52:42 +03:00
  • 76076b09dd Fix compatibility issue with requests < 2.28 allegroai 2023-09-12 00:51:47 +03:00
  • d131ff2a45 Fix import sys should not appear in pipeline component auto detected packages allegroai 2023-09-12 00:51:25 +03:00
  • 96b89d76b8 Fix dataset zip extraction might fail when creating folders concurrently allegroai 2023-09-12 00:50:23 +03:00
  • d458924160 Add support for recursive list, dict, and tuple ref parsing for pipeline controller.add step() parameter override (#1099) natephysics 2023-09-09 21:17:49 +02:00
  • c922c40d13 Fix model reporting in tensorflow 2.13 does not work properly (#1112) allegroai 2023-09-08 22:14:53 +03:00
  • cd61efe6df Edit dataset_path docstring (#1105) pollfly 2023-09-06 17:07:59 +03:00
  • 04fe7dffe3 Fix OutputModel should prefer connected task name over filename stem allegroai 2023-09-02 17:49:02 +03:00
  • 71c74f977b Add Model archive/unarchive methods allegroai 2023-08-31 00:10:38 +03:00
  • 713501c611 Fix hydra overrides integration (issue #552) allegroai 2023-08-31 00:10:21 +03:00
  • 6756dec06a Json serialization error should raise exception allegroai 2023-08-31 00:09:36 +03:00
  • 0959974920 Fix fastAI binding not reporting scalars if tensorboard is installed Alex Burlacu 2023-08-24 13:55:05 +03:00
  • 0b521b00a6 Use os.register_at_fork instead of monkey patching fork for python > 3.6 Alex Burlacu 2023-08-21 14:06:59 +03:00
  • f6ad5e6c06 Fix PyPI Downloads badge allegroai 2023-08-17 23:28:03 +03:00
  • 88d036b367 Update PyNVML to the latest NVIDIA version Alex Burlacu 2023-08-15 13:54:04 +03:00
  • afe178b002 Bump version to 1.12.2 v1.12.2 Alex Burlacu 2023-08-11 19:57:07 +03:00
  • 83a04d438c Adjust for pandas < 2.0 Alex Burlacu 2023-08-11 19:56:08 +03:00
  • d4b11dfa22 Create OutputModel base model lazily Alex Burlacu 2023-08-11 13:11:58 +03:00
  • 2c44bff461 Fix Hydra support both Hydra section overrides and Alex Burlacu 2023-08-11 13:09:19 +03:00
  • c15f012e1b Add PipelineController always_create_from_code=True (False is previous behavior where we deserialize always from backend when running remotely, new flow means the pipeline is always created from code) Fix pipeline decorator does not read the pipeline arguments back from the backend when running remotely v1.12.2rc0 allegroai 2023-08-04 19:54:55 +03:00
  • d26ce48dbe Improve artifacts serialization: should now be consistent when serializing pandas object into gzip stream (csv.gz) allegroai 2023-08-04 19:08:51 +03:00
  • 197894735b Make sure we work on a copy of task objects allegroai 2023-08-04 19:08:09 +03:00
  • 696c349488 Improve warning message on task execute_remotely allegroai 2023-08-04 19:07:35 +03:00
  • b846772138 Fix pipeline monitor must be called after pipeline is completed (just in case we missed something) allegroai 2023-08-04 19:07:05 +03:00
  • 99c7eecbee Fix pipeline should always use artifacts hash for checking cache hits allegroai 2023-08-04 19:06:15 +03:00
  • 46c6d2bf0f Fix proxy object support for lists allegroai 2023-08-04 19:05:24 +03:00
  • a8b71de3e4 Adjust a few things in the README Alex Burlacu 2023-08-04 14:30:10 +03:00
  • 92511efbde Allow setting multiprocessing start method v1.12.1 Alex Burlacu 2023-07-31 21:34:13 +03:00
  • 80ef359f45 Bump version and clarify docs Alex Burlacu 2023-07-31 21:33:28 +03:00
  • e467c05fb4 Fix S3 uploads fail with LazyEvalWrapper type error (#1081) allegroai 2023-07-30 13:04:42 +03:00
  • b1f99abc96 Raise error if dataset name empty (#1083) Michael Pilosov 2023-07-27 05:54:19 -06:00
  • c451589298 Edit docstrings (#1084) pollfly 2023-07-25 12:19:24 +03:00
  • 09363b0d30 Fix typo v1.12.0 Alex Burlacu 2023-07-21 14:23:32 +03:00
  • 05c048d0bd Fix style and grammar mistakes alex-burlacu-clear-ml 2023-07-19 22:55:08 +03:00
  • ac1ae7f447 Update errata, clarify a few points alex-burlacu-clear-ml 2023-07-19 20:23:03 +03:00
  • 618a625b74 Bump version to 1.12.0 Alex Burlacu 2023-07-19 17:33:28 +03:00
  • 9b680d1743 Add clarification about breaking changes in sdk 1.11.0 and 1.11.1 Alex Burlacu 2023-07-19 17:29:41 +03:00
  • cc875f0fbe Fix linter issues Alex Burlacu 2023-07-19 17:28:58 +03:00
  • 028a835676 Deprecate Task.get_by_name Alex Burlacu 2023-07-19 02:11:40 +03:00
  • 75b4015fdb Fix misconfigured boto3 bucket credentials verify Alex Burlacu 2023-07-19 02:09:49 +03:00
  • c8c8a1224e Add support for .get ing pipelines and enqueue-ing them Alex Burlacu 2023-07-18 15:03:31 +03:00
  • 9d57dad652 AWS credential access fix (#1000) achaiah 2023-07-16 07:22:10 -05:00
  • f6ae803110 Add default values in .conf files for s3 multipart Alex Burlacu 2023-07-14 14:24:10 +03:00
  • bae4886412 Merge pull request #1059 from cgaudreau-ubisoft/s3-configure-multipart alex-burlacu-clear-ml 2023-07-14 14:13:21 +03:00
  • f56a417d5a Merge pull request #1063 from pktiuk/bump_codeql alex-burlacu-clear-ml 2023-07-14 14:11:03 +03:00
  • e7edcbb813 Fix #1054, now retring a pipeline step will continue from the correct tf epoch Alex Burlacu 2023-07-14 14:04:38 +03:00
  • 44faf6ef7b Improve clearml.conf (#1071) pollfly 2023-07-11 10:53:19 +03:00
  • f2fbbbd988 Improve clearml.conf (#1070) pollfly 2023-07-11 10:22:36 +03:00
  • 29227cade1 Add include_archived to optionally exclude archived datasets from dataset.list_datasets() (#1069) natephysics 2023-07-10 19:59:49 +02:00
  • 5aa80267d6 Version bump to v1.11.2rc0 Small refactoring v1.11.2rc0 allegroai 2023-07-10 11:20:27 +03:00
  • 3f882c37b9 Fix pipeline steps are not cached when the arguments come from the pipeline controller allegroai 2023-07-10 11:18:37 +03:00
  • c394046a2d Fix Task.connect_configuration() removes trailing + sign from configuration key allegroai 2023-07-10 11:14:09 +03:00
  • 13f11a68be Improve pipeline caching behaviour Alex Burlacu 2023-07-08 16:58:41 +03:00
  • 6dc2c8ca8c Fix GCS quoting issue Alex Burlacu 2023-07-06 12:23:06 +03:00
  • 31739dbd84 Bump version of codeql task Paweł Kotiuk 2023-06-30 13:29:42 +02:00
  • 5824e27ada Correct spelling, code formatting, add deprecation warnings to logger methods (#1052) Make42 2023-06-29 17:10:09 +02:00
  • 9e8ed16b3e Added boto3 parameters for multipart configurations AbdulHamid Merii 2023-06-25 06:05:53 +01:00
  • cbd14e3d6a Fix typo in projects docstring (#1038) AbdulHamid Merii 2023-06-25 06:05:53 +01:00
  • 7eb4cb46af Bump version to 1.11.1 v1.11.1 Alex Burlacu 2023-06-21 18:33:44 +03:00