* check internal blocksize and adapt if raster is too small (80)
1.0.0
* add `--web-optimized` option to create a web optimized COG (10) * add `--latitude-adjustment/--global-maxzoom` option to adjust MAX_ZOOM for global datasets * Web-optimized tests needs python3.6 (cogdumper) * add `--resampling` option to select the resampling algorithm when using `--web-optimized` * add `--in-memory/--no-in-memory` options to use temporyNamedd file instead of in-memory temp file.
1.0b3
**Breaking Changes:**
* remove deprecated YCBCR profile * 512x512 dataset without internal tiling are valid
1.0b2
**Breaking Changes:**
* Switch from JPEG to DEFLATE as default profile in CLI (66)
1.0b1
**Breaking Changes:**
* refactor utils.get_maximum_overview_level to get rasterio dataset as input and reduce the number of dataset opennings (61)