mirror of
https://github.com/Unidata/netcdf-cxx4.git
synced 2025-02-17 18:59:31 +08:00
870 B
870 B
netcdf-cxx4 Release Notes
This file contains the release notes for the netcdf-cxx4
project.
netcdf-cxx4 v4.3.2 released TBD
- Added
open
andclose
methods for NcFile. See Github Pull Request #18 for more information. - Added
netcdf-cxx4
to travis-ci.org. See https://travis-ci.org/Unidata/netcdf-cxx4 for more details. - Added
NcCompoundType
methodsgetMemberName
andgetMemberIndex
. See Pull Request #19 for more details. - Added
cmake
support tonetcdf-cxx4
, which will allow us to create aCDash
continuous integration dashboard similar to those created for thenetcdf-c
andnetcdf-fortran
projects. - Added a
travis-ci
configuration file,.travis.yml
. - Created
RELEASE_NOTES.md
.