mirror of
https://github.com/clearml/clearml
synced 2025-05-08 14:54:28 +00:00
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. |
||
---|---|---|
.. | ||
automation | ||
backend_api | ||
backend_config | ||
backend_interface | ||
binding | ||
cli | ||
config | ||
datasets | ||
debugging | ||
external | ||
storage | ||
utilities | ||
__init__.py | ||
errors.py | ||
logger.py | ||
model.py | ||
task_parameters.py | ||
task.py | ||
version.py |