[RELEASE] Python 3.7.1rc2 and 3.6.7rc2 now available for testing

2018-10-16 Thread Ned Deily
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

text2num v1.1.0 released

2018-10-16 Thread Romuald Texier-Marcadé
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

ANN: First beta release of `cfgrib` a GRIB driver for xarray based on ecCodes

2018-10-16 Thread Alessandro Amici
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