clearml/clearml
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
..
automation Fix pipeline steps are not cached when the arguments come from the pipeline controller 2023-07-10 11:18:37 +03:00
backend_api Fix typo in projects docstring (#1038) 2023-06-25 08:05:53 +03:00
backend_config Support num_workers in dataset operations 2022-11-21 17:12:02 +02:00
backend_interface Fix task status comparison breaks when using a string 2023-06-21 08:54:01 +03:00
binding Patch Gradio root_path argument 2023-06-12 15:13:13 +03:00
cli Add CLI client name to client header 2023-06-19 11:02:05 +03:00
config Add support for development.worker.report_start_sec to allow starting resource monitoring sooner than usual 2023-05-11 15:57:15 +03:00
datasets Add include_archived to optionally exclude archived datasets from dataset.list_datasets() (#1069) 2023-07-10 20:59:49 +03:00
debugging Fix task.close() removes all log handlers (should only remove ClearML handlers) 2022-12-18 23:01:41 +02:00
external
storage Version bump to v1.11.2rc0 2023-07-10 11:20:27 +03:00
utilities Fix Task.connect_configuration() removes trailing + sign from configuration key 2023-07-10 11:14:09 +03:00
__init__.py Fixed Python 2.7 support, refactor, PEP8 2022-11-09 11:42:06 +02:00
errors.py Add delete_from_storage (default true) to Task.delete_artifacts() 2022-12-23 22:22:16 +02:00
logger.py Correct spelling, code formatting, add deprecation warnings to logger methods (#1052) 2023-06-29 18:10:09 +03:00
model.py Edit docstrings (#1011) 2023-05-07 15:50:49 +03:00
task_parameters.py
task.py Correct spelling, code formatting, add deprecation warnings to logger methods (#1052) 2023-06-29 18:10:09 +03:00
version.py Version bump to v1.11.2rc0 2023-07-10 11:20:27 +03:00