Skip to content
This repository was archived by the owner on May 9, 2022. It is now read-only.

1.35

Latest
Compare
Choose a tag to compare
@alaniwi alaniwi released this 21 Aug 17:36
· 5 commits to master since this release
  • Update to version 1.9.5 of CDO. This fixes a bug in 1.9.4 which causes segmentation faults when using the seldate option. CDO has also now been compiled against eccodes in place of grib_api, fixing a limitation which meant that certain types of files could not be read.

  • Replace PIL (Python Imaging library) with Pillow (which is a fork of it). This is necessary in order for the latest version of matplotlib to write jpg files.

  • Update basemap to 1.1.0 because of some incompatibility issues between 1.0.7 and the latest matplotlib. We will continue to include basemap in the JAP while it is of some use, but be aware that it is now deprecated. You are recommended to migrate your code to using cartopy, which is also included.

  • Change JAP versioning scheme. Previous JAP versions were all different "releases" of the 1.1 "version" according to RPM terminology, that is 1.1-x. Starting from now, versions will be 1.x-y.

    • The major "version" (currently 1) will only change if the JAP is changed in some fundamental way.
    • It is intended that there will be one minor "version" (x) for each intended update to the JAP on the production scientific analysis servers on JASMIN.
    • Any changes which do not correspond to a separate intended update (for example any iteration involved in preparing the release) will use only a new "release" (y).