============== - Fixed a bug where reshuffle failed when global images were used without a custom bounding box specification
0.10.1
============== - Option to download spatial subsets added - Reshuffling when some of the images in a period are missing (larger than imgbuffer) no longer leads to error (`40 <https://github.com/TUW-GEO/ecmwf_models/issues/40>`_) - Repurpose to log warnings and errors only (`40 <https://github.com/TUW-GEO/ecmwf_models/issues/40>`_)
0.10.0
============== - ERA-Interim support removed - Package refactored (globals and utils modules added) - Refactored command line interface (separate ``era5`` and ``era5land`` commands) - Added functions that allow automatic updates of existing images and time series records - Added Dockerfile and build image as part of CD pipeline
0.9.2
============= - Fix issue with too large data requests to download, added command line arg to specify max request size. - Pin pynetcf>=0.5.0 - Add test for downloading ERA5 data directly from CDS (requires CDS API key)
0.9.1
============= - Fix returned status code in case of partial data availability.
0.9
=========== - ERA5T images are downloaded and sliced correctly - Code formatting with yapf