Releases: Unidata/netcdf-cxx4
Releases · Unidata/netcdf-cxx4
v4.3.1
netCDF-CXX4 v4.3.1 September 12, 2019
Requirements
- netCDF-C 4.6.0 or greater
Changes
- [General Bug Fixes and Improvements]
- [Enhancement] Added cmake support to distribution files created by
make dist. - [Bug Fix] Added
ncFile::create(), also added a newopenfunction and constructor to allow for more flexibility when opening a file. See GitHub #55 for more information. - [Enhancement] Addressed an issue reported with
Intel Compilers 17.0.0. See GitHub #41 for more information. - [Enhancement] Updated how
configuredetermines information about the existing netCDF-C install. See GitHub pull request #39 for more information. - Corrected an issue where cmake-based builds weren't generating
ncxx4-config. See GitHub pull request #37 for more information.
v4.3.0
This is the 4.3.0 release of the netCDF C++ interface, based off of the code provided by Lynton Appel. Release notes are as follows:
v4.3.0 released May 13, 2016
- Fixed an issue where the tests were failing silently, and the underlying
NcTypeclass could not properly determine the type name or type size reliably. [GitHub issue #30](See #30) for more information. - Changed
NCXX_ENABLE_DOXYGENoption to an easier-to-rememberENABLE_DOXYGEN. - Added
--enable-doxygen,-DNCXX_ENABLE_DOXYGEN=ONoptions to allow generation of netCDF-CXX4 documentation via doxygen using eitherconfigureorcmake, respectively. - Added
netcdf-cxx4to the Coverity Scan Dashboard. - Added
openandclosemethods for NcFile. See Github Pull Request #18 for more information. - Added
netcdf-cxx4to travis-ci.org. See https://travis-ci.org/Unidata/netcdf-cxx4 for more details. - Added
NcCompoundTypemethodsgetMemberNameandgetMemberIndex. See Pull Request #19 for more details. - Added
cmakesupport tonetcdf-cxx4, which will allow us to create aCDashcontinuous integration dashboard similar to those created for thenetcdf-candnetcdf-fortranprojects. - Added a
travis-ciconfiguration file,.travis.yml. - Created
RELEASE_NOTES.md.
Release 4.2.1
This is the netCDF-CXX4 release 4.2.1, based off of the code provided by Lynton Appel.