- feat: support writing file-based HDF5 basins (11)
- feat: support reading file-based HDF5 basins (11)
- feat: implement `create_with_basins` convenience method (11)
- fix: correctly support passing an ndarray to BackgroundSparseMed
instead of an input file path
- fix: BackgroundSparseMed did not work for datasets of length < 100
- fix: bad f-string in BackgroundSparseMed
- enh: create a default basin-based output file for background computation
- ref: unite initialization code of background comptuers in base class
- ref: define context managers of background comptuers in base class
- ref: remove functools.cache decorator from HDF5Data
- tests: add tests for BackgroundSparseMed