This release includes the addition of globbing functionality, a rename of ParallelStoreReader to BlockStoreReader, improvements to file-like properties, and expanded user guide documentation covering xarray integration, globbing, caching, and debugging.
Breaking Changes
- Rename ParallelStoreReader to BlockStoreReader by @maxrjones in #44
Features
- Implement globbing in obspec_utils by @maxrjones in #42
- Start user guide with xarray section by @maxrjones in #46
- Add user guide section on globbing by @maxrjones in #51
- Add user guide section on debugging slow access by @maxrjones in #53
- Add user guide section on caching by @maxrjones in #54
- Add user guide section on rasterio by @maxrjones in #56
Bug Fixes
- Add closed, readable, seekable, writable properties by @maxrjones in #52
- fix: allow Head redirects by @maxrjones in #49
Chores
- Add changelog by @maxrjones in #45
- Minor typing improvements by @maxrjones in #47
- Add functions used in docs to exported API by @maxrjones in #48
Full Changelog: v0.8.0...v0.9.0