diff --git a/Changelog b/Changelog index 1ce3bc90a..eca828891 100644 --- a/Changelog +++ b/Changelog @@ -19,6 +19,12 @@ * fix loading of enum type names (issue #775). * make sure missing_value applies only to scaled short integers if auto-scaling is on (issue #777). + * automatically create views of compound types with character arrays as + numpy strings (issue #773). Can be disabled using + 'set_auto_chartostring(False)'. Numpy structured + array dtypes with 'SN' string subtypes can now be used to + define netcdf compound types (they get converted to ('S1',N) + character array types automatically). version 1.3.1 (tag v1.3.1rel) diff --git a/README.md b/README.md index e3401baf7..49303d157 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# netcdf4-python +# [netcdf4-python](http://http://unidata.github.io/netcdf4-python) [Python](http://python.org)/[numpy](http://numpy.org) interface to the netCDF [C library](https://github.com/Unidata/netcdf-c). [![Linux Build Status](https://travis-ci.org/Unidata/netcdf4-python.svg?branch=master)](https://travis-ci.org/Unidata/netcdf4-python) diff --git a/docs/netCDF4/index.html b/docs/netCDF4/index.html index 7ded24464..9cc026087 100644 --- a/docs/netCDF4/index.html +++ b/docs/netCDF4/index.html @@ -858,6 +858,71 @@ +