Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

We are happy to announce we  versions the December versions of the standard ECMWF software packages. This month's release featured mostly incremental updates to our packages. The only major change is to Magics, where internally the Boost code was replaced, reducing the dependencies of the library and speeding up the compilation of the library. While  While much testing has been done and much care been taken, there might be still some impact on the contouring. Please let us know if you might see any regressions. ecCodes saw many smaller improvements, especially for the performance of BUFR handling. Metview offers new automatic styles based on the ecCharts web map service.

...

Python 3 interface for ecCodes

We at ECMWF have prepared With ecCodes 2.10, we prepared a beta version of the long awaited Python codes to version 3 for 20193 interface to the ecCodes APIWhile the migration of  to Python 3 of many other packages has been done, ecCodes has had proved more challenging. We have been aware of the existence of the Debian/Ubuntu patches for a while. Unfortunately, these patches only addressed issues with regard to importing ecCodes under Python 3 but do not actually enable the programs to run.
This matter is now one of our top priorities for our developments.
The main challenge has been that the underlying file I/O has radically changed with Python 3, therefore we need needed to rewrite some of the underlying code. This will require required careful testing to ensure no regression in functionality (includes including the Python 2 installations). We try to minimise the impact to users and their programs, but some minor changes to client code might be necessary. We will give more guidance when we provide a version for Python 3.  required by Python 3 itself are required. When opening any BUFR or GRIB files please ensure this happens in binary mode, like this:

= open("myfields.grib","rb")

This change in your programs will also work in Python 2. We would like to thank everyone who expressed an interest, and will make sure that you will be informed as soon as we can provide a Python 3 version. Thank you for your patience. Anyone interested in a higher level Python 3 interface to read GRIB data into xarray, should have a look at cfgrib.


All these packages use the same build system based on CMake - simplifying and harmonising the installation experience. The versions are available on all ECMWF computer systems as "new" versions. If you encounter any issues please feel free to send feedback to Software.Support@ecmwf.int.

ecCodes2.10.0ecCodes version 2.10.0 released
GRIB_API1.28.0Last release of GRIB_API! Please migrate to ecCodes
Emoslib4.5.9

Versions 4.5.x / 00045x Updates
(Includes Interpolation & BUFRDC)

ODB APIno new release
Magics3.3.1Latest News
Metview5.3.0Version 5.3 updates