Skip to content
Snippets Groups Projects
Commit f954da05 authored by Niklas Bohn's avatar Niklas Bohn
Browse files

Updated version info and HISTORY file.


Signed-off-by: default avatarnbohn <nbohn@gfz-potsdam.de>
parent 5987cd28
Branches
Tags v0.16.5
No related merge requests found
......@@ -2,8 +2,8 @@
History
=======
0.x.x (coming soon)
--------------------
0.16.5 (2021-09-21)
-------------------
New features:
* Multiprocessing option for water vapor first guess retrieval.
......@@ -16,27 +16,21 @@ Bugfixes:
0.16.4 (2021-06-18)
--------------------
New features:
*
-------------------
Bugfixes:
* Updated setup.py by removing check for packages that do not install well with pip. This avoids incompatibilities with the latest gdal versions.
0.16.3 (2021-06-17)
--------------------
New features:
*
-------------------
Bugfixes:
* Disabled multiprocessing for both the optimization and the empirical line extrapolation in case SICOR is running on Windows or macOS.
0.16.2 (2021-05-26)
--------------------
-------------------
New features:
* Dimensionality reduction of LUT grid to increase interpolation speed.
......@@ -51,7 +45,7 @@ Bugfixes:
0.16.1 (2021-03-24)
--------------------
-------------------
New features:
* 'make lint' now directly prints errors instead of only logging them to logfiles.
......@@ -66,7 +60,7 @@ Bugfixes:
0.16.0 (2021-02-23)
--------------------
-------------------
New features:
* Transformation of VNIR data cube to SWIR sensor geometry to enable accurate segmentation and first guess retrievals.
......@@ -97,7 +91,7 @@ Bugfixes:
0.15.6 (2021-02-05)
--------------------
-------------------
New features:
* Two optional processing modes for EnMAP data: 'land only' and 'land + water' based on water mask.
......@@ -108,7 +102,7 @@ Bugfixes:
0.15.5 (2021-01-21)
--------------------
-------------------
New features:
* Improved handling of clear and cloudy fraction. Additional logger warnings and infos are now printed.
......@@ -118,7 +112,7 @@ Bugfixes:
0.15.4 (2021-01-13)
--------------------
-------------------
New features:
* Improved consistency in the logging of ECMWF errors within ac_gms().
......@@ -131,7 +125,7 @@ Bugfixes:
0.15.3 (2020-11-12)
--------------------
-------------------
New features:
* Separated CI Jobs for optionally testing AC of EnMAP and/or Sentinel-2 data.
......@@ -143,7 +137,7 @@ Bugfixes:
0.15.2 (2020-10-22)
--------------------
-------------------
New features:
* New handling of Sentinel-2 and Landsat-8 options files.
......@@ -153,7 +147,7 @@ Bugfixes:
0.15.1 (2020-10-16)
--------------------
-------------------
New features:
* Re-enabled and updated CI job for testing AC of Sentinel-2 data.
......@@ -164,7 +158,7 @@ Bugfixes:
0.15.0 (2020-10-12)
--------------------
-------------------
New features:
* SICOR is now available as conda package on conda-forge.
......
......@@ -24,6 +24,6 @@
# If not, see <https://www.gnu.org/licenses/>.
__version__ = '0.16.4'
__versionalias__ = '20210618.01'
__version__ = '0.16.5'
__versionalias__ = '20210921.01'
__author__ = 'Niklas Bohn'
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment