NetCDF-C 4.3.3-rc1
Pre-release
Pre-release
4.3.3-rc1 Released 2014-08-25
- Added
CMake
-based export files, contributed by Nico Schlömer. See #74. - Fixed ncdump bug for char variables with multiple unlimited dimensions and added an associated test. Now the output CDL properly disambiguates dimension groupings, so that ncgen can generate the original file from the CDL. NCF-310
- Converted the Manually-maintained FAQ page into markdown and added it to the
docs/
directory. This way the html version will be generated when the rest of the documentation is built, the FAQ will be under version control, and it will be in a more visible location, hopefully making it easier to maintain. - Bumped minimum required version of
cmake
to2.8.12
. This was necessitated by the adoption of the newCMAKE_MACOSX_RPATH
property, for use on OSX. - Jennifer Adams has requested a reversion in behavior so that all dap requests include a constraint. Problem is caused by change in prefetch where if all variables are requested, then no constraint is generated. Fix is to always generate a constraint in prefetch.
NCF-308 - Added a new option for cmake-based builds,
ENABLE_DOXYGEN_LATEX_OUTPUT
. On those systems withmake
andpdflatex
, setting this option ON will result in pdf versions of the documentation being built. This feature is experimental. - Bumped minimum CMake version to
2.8.9
from2.8.8
as part of a larger pull request contributed by Nico Schlömer. Pull Request #64 - Replaced the
NetCDF Library Architecture
image with an updated version from the 2012 NetCDF Workshop slides. - Fix HDF4 files to support chunking.
NCF-272 - NetCDF creates a
libnetcdf.settings
file after configuration now, similar to those generated byHDF4
andHDF5
. It is installed into the same directory as the libraries. NCF-303. - Renamed
man4/
directory todocs/
to make the purpose and contents clearer. See man4 vs. docs #60. - Removed redundant variable
BUILD_DOCS
from the CMake configuration file. See the issue at github: #59. - Added missing documentation templates to
man4/Makefile.am
, to correct an issue when trying to build the localDoxygen
-generated documentation. This issue was reported by Nico Schlömer and may be viewed on github. Releases miss Doxygen files #56 - When the NC_MPIPOSIX flag is given for parallel I/O access and the HDF5 library does not have the MPI-POSIX VFD configured in, the NC_MPIPOSIX flag is transparently aliased to the NC_MPIIO flag within the netCDF-4 library.