NetCDF-Fortran 4.6.1
Release Notes

Release notes file for the netcdf-fortran package.

This file contains a high-level description of this package's evolution. Entries are in reverse chronological order (most recent first).

4.6.1 - May 19, 2023

Requirements

  • netCDF-C: 4.9.0+

    Note: to enable libzstd support, you need to satisfy the following requirements.

    1. libnetcdf.so installed with libzstd support.
    2. The environmental variable HDF5_LIBRARY_PATH needs to be specified to the same location used when installing libnetcdf. This can be determined after-the-fact using nc-config --plugindir.

What's Changed

New Contributors

Full Changelog: https://github.com/Unidata/netcdf-fortran/compare/v4.6.0...v4.9.1

4.6.0 - July 29, 2022

Requirements

  • netCDF-C: 4.9.0+

Notable Changes

  • We've added API support to take advantage of the Quantize functionality provided by libnetcdf 4.9.0+. See this conversation for more information.
  • We've added API support to take advantage of ZStandard compression functionality, as described here. Note that you can suppress this with the new options --disable-zstandard-plugin (for configure) and -DDISABLE_ZSTANDARD_PLUGIN (for cmake).

Other Changes

New Contributors

4.5.4 - January 7, 2022

Requirements

  • netCDF-C: 4.7.4+

Changes


Return to the Main Unidata NetCDF page.
Generated on Fri May 19 2023 15:32:39 for NetCDF-Fortran. NetCDF is a Unidata library.