v0.4.0
Features:
- Round and clip to corrected image dtype range when it is an integer type.
- Write corrected image internal mask when nodata is None.
- Allow 12bit JPEG input / output images (when supported by Rasterio).
- Cache RasterArray mask.
- Issue warnings rather than log them.
Fixes:
- Allow --nodata before --dtype on CLI.
Docs:
- Expand CLI 'Output file format' section.
- Add 'Contributing' section.