TNO Intern

Commit 03af2416 authored by Arjo Segers's avatar Arjo Segers
Browse files

Updated version numbers.

parent b202a7d6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -22,7 +22,7 @@ copyright = '2020-2023, Arjo Segers'
author = 'Arjo Segers'

# The full version, including alpha/beta/rc tags
release = 'v2.0'
release = 'v2.1'


# -- General configuration ---------------------------------------------------
+16 −4
Original line number Diff line number Diff line
@@ -57,8 +57,22 @@ A summary of the versions and changes.

* | *v2.0*
  | Added ``--single`` flag to run script to allow running just one job step.
  | Introduced ``config`` directories to store settings.
  | *(2023-03)*
  | Added class to create listing of files downloaded from ESA/SciHub.
  | Regridding operator using CSO Python routines rather than using mapping information 
    saved from Fortran operator.
  | For mapping between footprints and grid cells, triangles are now splitted into 2 new 
    triangles based on the longest edge.
  | *(2021-10)*

* | *v2.1*
  | Read data on root and scatter to domains, instead of reading by all domains.
  | Support S5p/NO2 level3 observations from KNMI.
  | Store settings in subdirectory 'config'.
  | Postprocessing tools with agregation over regions.
  | Added example for adjoint test to operator code.
  | Added routines to swap operator data to a different domain decomposition.
  | Support S5p/Glyoxal retrievals from GlyRetro.
  | *(2022-08)*


To be included
@@ -67,8 +81,6 @@ To be included
Features available in branches, that should be included in master version.

* Create map plots as a list of pixels, in case track information is not available. *(E.D.)*
* Regrid data using CSO Python routines rather than using mapping information saved from
  Fortran operator. *(E.D.)*
  

To be done