NetCDF-C++  4.3.1
RELEASE_NOTES.md
1 # Release Notes {#RELEASE_NOTES}
2 
3 \brief Release notes file for the netcdf-cxx4 package.
4 
5 This file contains a high-level description of this package's evolution. Releases are in reverse chronological order (most recent first).
6 
7 Note that this file was created and maintained starting with the `netcdf-cxx4 4.3.0 release`.
8 
9 ## netCDF-CXX4 4.3.2 TBD
10 
11 ## netCDF-CXX4 v4.3.1 September 11, 2019
12 
13 ### Requirements
14 
15 * netCDF-C 4.6.0 or greater
16 
17 ### Changes
18 
19 * [Enhancement] Added cmake support to distribution files created by `make dist`.
20 * [Bug Fix] Added `ncFile::create()`, also added a new `open` function and constructor to allow for more flexibility when opening a file. See [GitHub #55](https://github.com/Unidata/netcdf-cxx4/issues/55) for more information.
21 * [Enhancement] Addressed an issue reported with `Intel Compilers 17.0.0`. See [GitHub #41](https://github.com/Unidata/netcdf-cxx4/issues/41) for more information.
22 * [Enhancement] Updated how `configure` determines information about the existing netCDF-C install. See [GitHub pull request #39](https://github.com/Unidata/netcdf-cxx4/pull/39) for more information.
23 * Corrected an issue where cmake-based builds weren't generating `ncxx4-config`. See [GitHub pull request #37](https://github.com/Unidata/netcdf-cxx4/pull/37) for more information.
24 
25 
26 ## netcdf-cxx4 v4.3.0 released May 13, 2016
27 
28 * Fixed an issue where the tests were failing silently, and the underlying `NcType` class could not properly determine the type name or type size reliably. See [GitHub issue #30](https://github.com/Unidata/netcdf-cxx4/issues/30) for more information.
29 * Changed `NCXX_ENABLE_DOXYGEN` option to an easier-to-remember `ENABLE_DOXYGEN`.
30 * Added `--enable-doxygen`, `-DNCXX_ENABLE_DOXYGEN=ON` options to allow generation of netCDF-CXX4 documentation via doxygen using either `configure` or `cmake`, respectively.
31 * Added `netcdf-cxx4` to the [Coverity Scan Dashboard](https://scan.coverity.com/projects/unidata-netcdf-cxx4?tab=overview).
32 * Added `open` and `close` methods for NcFile. See [Github Pull Request #18](https://github.com/Unidata/netcdf-cxx4/pull/18) for more information.
33 * Added `netcdf-cxx4` to travis-ci.org. See [https://travis-ci.org/Unidata/netcdf-cxx4](https://travis-ci.org/Unidata/netcdf-cxx4) for more details.
34 * Added `NcCompoundType` methods `getMemberName` and `getMemberIndex`. See [Pull Request #19](https://github.com/Unidata/netcdf-cxx4/pull/19) for more details.
35 * Added `cmake` support to `netcdf-cxx4`, which will allow us to create a `CDash` continuous integration dashboard similar to those created for the `netcdf-c` and `netcdf-fortran` projects.
36 * Added a `travis-ci` configuration file, `.travis.yml`.
37 * Created `RELEASE_NOTES.md`.

Return to the Main Unidata NetCDF page.
Generated on Wed Sep 11 2019 15:05:01 for NetCDF-C++. NetCDF is a Unidata library.