Python 3.7.1rc2 and 3.6.7rc2 are now available. 3.7.1rc2 is a release
preview of the first maintenance release of Python 3.7, the latest
feature release of Python. 3.6.7rc2 is a release preview of the next
maintenance release of Python 3.6, the previous feature release of
Python. Assuming no furthe
What's new
--
- Support for swiss form *huitante*;
- support for expressions in the form *dix-sept cent quatre-vingt-neuf*
that are often used for dates;
- improved documentation for the ``look_ahead`` helper function;
- more consistent exception when invalid value is passed as parameter
I'm pleased to announce the first beta release of ECMWF `cfgrib`, a
Python interface to map GRIB files to the NetCDF Common Data Model
following the CF Conventions using ECMWF ecCodes for decoding.
Included in the package is a GRIB driver for xarray.
https://pypi.org/project/cfgrib/0.9.0
Feat