view main/netcdf/NEWS @ 12711:a4de85b2e6a0 octave-forge

fix bug 47014 and make test code work in matlab
author abarth93
date Fri, 19 Feb 2016 13:45:14 +0000
parents edf334f178ca
children
line wrap: on
line source

Summary of important user-visible changes for netcdf 1.0.9:
-------------------------------------------------------------------

 ** Fix bug #47014: writing NaNs

Summary of important user-visible changes for netcdf 1.0.8:
-------------------------------------------------------------------

 ** Fix bug #45190, #46747: netcdf(nccreate) to enable DeflateLevel in nccreate
 ** Fix bug #46798: using the right delete operator

Summary of important user-visible changes for netcdf 1.0.7:
-------------------------------------------------------------------

 ** Apply patch from John Donoghue to allow cross-compilation (bug #44837)

Summary of important user-visible changes for netcdf 1.0.6:
-------------------------------------------------------------------

 ** ncread: do not replace _FillValue by NaNs for characters
 ** ncdisp: fix for attributes value with %-sign 

Summary of important user-visible changes for netcdf 1.0.5:
-------------------------------------------------------------------

 ** Implement DeflateLevel in nccreate

Summary of important user-visible changes for netcdf 1.0.4:
-------------------------------------------------------------------

 ** Work-around for problem in netcdf 4.1.3 for reading a unlimited
    variable of current size 0

Summary of important user-visible changes for netcdf 1.0.3:
-------------------------------------------------------------------

 ** remove NC_INDEPENDENT and NC_COLLECTIVE which are no longer defined
    in netcdf 4.3.1

Summary of important user-visible changes for netcdf 1.0.2:
-------------------------------------------------------------------

 ** Avoid obsolete isequalwithequalnans functions

Summary of important user-visible changes for netcdf 1.0.1:
-------------------------------------------------------------------

 ** Fix bug preventing compilation on 32-bit platforms.

Summary of important user-visible changes for netcdf 1.0.0:
-------------------------------------------------------------------

 ** Initial release