should we add context manager for `DataSet` such that it can be opened as ```python with ep.dataset.DataSet(...) as ds: ... ``` internally there will be `__enter__`, `__exit__`, and `__del__` methods
should we add context manager for
DataSetsuch that it can be opened asinternally there will be
__enter__,__exit__, and__del__methods