diff --git a/Changelog b/Changelog index bb5cb18ce..f8804a3c1 100644 --- a/Changelog +++ b/Changelog @@ -4,6 +4,10 @@ if one does not already exist (similar to python open builtin). Issue #1144. Added a mode='x' option (as in python open) which is the same as mode='w' with clobber=False. + * allow createVariable to accept either Dimension instances or Dimension + names in "dimensions" tuple kwarg (issue #1145). + * remove all vestiges of python 2 in _netCDF4.pyx and set cython language_level + directive to 3 in setup.py. version 1.5.8 (tag v1.5.8rel) ============================== diff --git a/docs/index.html b/docs/index.html index 5f7928274..a20d5c83d 100644 --- a/docs/index.html +++ b/docs/index.html @@ -21,7 +21,7 @@

Contents

  • Introduction