mirror of
https://github.com/Unidata/netcdf-c.git
synced 2025-03-19 17:30:27 +08:00
Update release notes
This commit is contained in:
parent
5536bccee1
commit
817a2cc978
@ -13,6 +13,11 @@ VERSION COMMENTS
|
||||
Implemented diskless files for both netcdf classic format
|
||||
and extended (netcdf-4) format. For netcdf classic files,
|
||||
diskless files also support in-memory caching of disk files.
|
||||
For nc_create(), diskless operation performs all operations
|
||||
in memory and then optionally persists the results to a file.
|
||||
For nc_open(), diskless operation caches the file in-memory,
|
||||
performs all operations on the memory resident version and then
|
||||
writes all changes back to the original file.
|
||||
[NCF-110][NCF-109][NCF-5]
|
||||
|
||||
Modified ncio mechanism to support multiple ncio packages;
|
||||
|
Loading…
x
Reference in New Issue
Block a user