* remove Landsat 8 Collection 1 * remove python 3.7 and add python 3.10/3.11 support * switch to ruff * fix issue with latest STAC Items for Sentinel-2-l2a-cogs (author dvd3v, https://github.com/cogeotiff/rio-tiler-pds/pull/64) * update rio-tiler requirement to `>=4.0,<5.0`
0.7.0
* enable `bucket` and `prefix_pattern` as input (author f-skold, https://github.com/cogeotiff/rio-tiler-pds/pull/61) * switch to `pyproject.toml`
0.6.0
* update rio-tiler requirement to `>=3.0.0`
**breaking changes**
* remove python 3.6 support * `sceneid` -> `input` in Reader attributes * remove `.stats()` and `.metadata()` methods * `bands` is now optional for `.info()` and `.statistics` * remove useless `band_expression` option
0.5.4
* `bands` should be stored as `tuple` in sentinel-1 reader
0.5.3
* Fix invalid sceneid parser for Sentinel-1
0.5.2
* Fix available `bands` for Sentinel-1 based on Polarisation type (https://github.com/cogeotiff/rio-tiler-pds/pull/59)