Skip to content

v4.3.1

Latest
Compare
Choose a tag to compare
@WardF WardF released this 12 Sep 20:30
· 65 commits to master since this release

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 new open function 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 configure determines 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.