* Adjusting dataset latitude for WarpedVRT parameters calculation when EPSG:4326 dataset latitudes overflows EPSG:3857 min/max latitude (https://github.com/cogeotiff/rio-tiler/pull/660)
6.2.6
* validate `shape` in `ImageData.get_coverage_array` to avoid rasterio error when re-projecting the geometry
6.2.5
* avoid `indexes` collision in `MultiBaseReader`
6.2.4
* fix issue with `WarpedVRT` when doing re-projection (ref: https://github.com/cogeotiff/rio-tiler/pull/648)
* validate `shape` in `ImageData.get_coverage_array` to avoid rasterio error when re-projecting the geometry [Backported from 6.2.6] * avoid `indexes` collision in `MultiBaseReader` [Backported from 6.2.5]
This release was made while we waited on a fix for https://github.com/cogeotiff/rio-tiler/issues/654
6.2.3
* in `STACReader` use `href` if `get_absolute_href()` returns `None`