Commit Graph

2311 Commits

Author SHA1 Message Date
alex-burlacu-clear-ml
ac1ae7f447
Update errata, clarify a few points 2023-07-19 20:23:03 +03:00
Alex Burlacu
618a625b74 Bump version to 1.12.0 2023-07-19 17:33:28 +03:00
Alex Burlacu
9b680d1743 Add clarification about breaking changes in sdk 1.11.0 and 1.11.1 2023-07-19 17:29:41 +03:00
Alex Burlacu
cc875f0fbe Fix linter issues 2023-07-19 17:28:58 +03:00
Alex Burlacu
028a835676 Deprecate Task.get_by_name 2023-07-19 02:11:40 +03:00
Alex Burlacu
75b4015fdb Fix misconfigured boto3 bucket credentials verify 2023-07-19 02:09:49 +03:00
Alex Burlacu
c8c8a1224e Add support for .get ing pipelines and enqueue-ing them 2023-07-18 15:03:31 +03:00
achaiah
9d57dad652
AWS credential access fix (#1000)
Fixing AWS credential access that uses a token, instantiation within VPC without AvailabilityZones and ebs volume creation. Note: EBS is attached but never mounted.
2023-07-16 15:22:10 +03:00
Alex Burlacu
f6ae803110 Add default values in .conf files for s3 multipart 2023-07-14 14:24:10 +03:00
alex-burlacu-clear-ml
bae4886412
Merge pull request #1059 from cgaudreau-ubisoft/s3-configure-multipart
Added boto3 parameters for multipart configurations
2023-07-14 14:13:21 +03:00
alex-burlacu-clear-ml
f56a417d5a
Merge pull request #1063 from pktiuk/bump_codeql
Bump version of codeql task
2023-07-14 14:11:03 +03:00
Alex Burlacu
e7edcbb813 Fix #1054, now retring a pipeline step will continue from the correct tf epoch 2023-07-14 14:04:38 +03:00
pollfly
44faf6ef7b
Improve clearml.conf (#1071) 2023-07-11 10:53:19 +03:00
pollfly
f2fbbbd988
Improve clearml.conf (#1070) 2023-07-11 10:22:36 +03:00
natephysics
29227cade1
Add include_archived to optionally exclude archived datasets from dataset.list_datasets() (#1069)
Addresses #1067

* feat(datasets.py):  Added the option `include_archived` to Dataset.list_datasets() class method which, if False, will exclude archived datasets from the list. Defaults to True to maintain the current behavior of the class method.

While it's possible to filter datasets using the get() class method it wasn't possible to do the same for the list_datasets() method. This feature seems useful to include and it's a simple, non-breaking modification.

* style(datasets.py): 🚨 Updated formatting (white spaces/spaces after comma/line breaks) in accordance with the flake8 formatting checks for dataset.py.

As suggesting in the contribution guidelines, fake8 was used to validate the formatting. Several errors were found from prior commits that were fixed.
2023-07-10 20:59:49 +03:00
allegroai
5aa80267d6 Version bump to v1.11.2rc0
Small refactoring
2023-07-10 11:20:27 +03:00
allegroai
3f882c37b9 Fix pipeline steps are not cached when the arguments come from the pipeline controller 2023-07-10 11:18:37 +03:00
allegroai
c394046a2d Fix Task.connect_configuration() removes trailing + sign from configuration key 2023-07-10 11:14:09 +03:00
Alex Burlacu
13f11a68be Improve pipeline caching behaviour 2023-07-08 16:58:41 +03:00
Alex Burlacu
6dc2c8ca8c Fix GCS quoting issue 2023-07-06 12:23:06 +03:00
Paweł Kotiuk
31739dbd84 Bump version of codeql task 2023-06-30 13:29:42 +02:00
Make42
5824e27ada
Correct spelling, code formatting, add deprecation warnings to logger methods (#1052)
* Correct spelling in docstrings and comments in automation controller

* Improve readability by adding line breaks in automation controller

* Add deprecation warnings for logger methods

* Add docstring text regarding deprecation of logger methods

* Format deprecation warnings for logger methods in Black style

* Correct the docstring of query_tasks

* Remove new line in 'pre_execute_callback' docstring

---------

Co-authored-by: Make42 <none@none.net>
2023-06-29 18:10:09 +03:00
AbdulHamid Merii
9e8ed16b3e Added boto3 parameters for multipart configurations
- multipart threshold and chunksize
2023-06-26 12:07:40 -05:00
AbdulHamid Merii
cbd14e3d6a
Fix typo in projects docstring (#1038) 2023-06-25 08:05:53 +03:00
Alex Burlacu
7eb4cb46af Bump version to 1.11.1 2023-06-21 18:33:44 +03:00
allegroai
6ffd82479d Fix example requirements 2023-06-21 08:54:21 +03:00
allegroai
8524874998 Fix task status comparison breaks when using a string 2023-06-21 08:54:01 +03:00
allegroai
ab3c148de2 Fix message not reloaded before appending text 2023-06-21 08:51:47 +03:00
allegroai
1da47a20f8 Add CLI client name to client header 2023-06-19 11:02:05 +03:00
Alex Burlacu
050d6d8970 Fix infinite recursion when updating connected dict remotely 2023-06-16 13:52:55 +03:00
Alex Burlacu
eede2b6155 Bump version to 1.11.1rc2 2023-06-13 13:57:41 +03:00
Alex Burlacu
e6f9ef5806 Improve pytorch lightning examples 2023-06-12 15:14:13 +03:00
Alex Burlacu
4ab46dd92c Patch Gradio root_path argument 2023-06-12 15:13:13 +03:00
allegroai
be65b6055a Fix support for new lightning namespace 2023-06-11 14:12:16 +03:00
pollfly
4d54b7733f
Edit README (#1023)
* Edit README and replace Slack link
2023-06-11 14:09:41 +03:00
Andreas Weinmann
ec51f35ec7
Add support for new lightning namespace (#1033) 2023-06-11 14:05:39 +03:00
allegroai
42320421a2 Fix model names in examples are inconsistent 2023-06-11 13:58:01 +03:00
Paweł Kotiuk
1ccdff5e77
Support clearml-init hosts detection for WebApp with no port (#1031)
Support clearml-init hosts detection for WebApp with no port and api/files hosts use the default ports.
2023-06-06 16:52:40 +03:00
Alex Burlacu
66061af1aa Small fix in README 2023-06-06 15:16:15 +03:00
allegroai
a343fc4c26 Bump version to 1.11.1rc1 2023-06-04 10:30:30 +03:00
allegroai
13c44b0b6a Fix lazy evaluated value should be casted to str before passed through to OS calls 2023-06-04 10:30:20 +03:00
Alex Burlacu
9ec28b47b3 Bump version to 1.11.1rc0 2023-06-01 15:13:03 +03:00
Alex Burlacu
f207e72200 Fix jsonargparse not loading new values from changed config files 2023-06-01 15:12:30 +03:00
pollfly
56d4de04e4
Edit docstrings (#1024) 2023-05-30 15:40:43 +03:00
pollfly
db2f899d95
Edit docstrings (#1013) 2023-05-28 08:48:49 +03:00
Alex Burlacu
449a4cc42d Bump version to v1.11.0 2023-05-25 19:00:20 +03:00
Alex Burlacu
0b6cb2edb8 Add Task.get_all_reported_scalars 2023-05-25 19:00:05 +03:00
Alex Burlacu
5772a1551e Add support for offline datasets and JSON previews 2023-05-25 18:15:33 +03:00
Alex Burlacu
60c3a5ef98 Fix downloading artifacts from GCP when the download URI includes unsafe characters 2023-05-25 18:14:17 +03:00
Alex Burlacu
a8746de9eb Adjust LightGBM example 2023-05-25 17:43:13 +03:00