netCDF-Fortran v4.6.0
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
(forconfigure
) and-DDISABLE_ZSTANDARD_PLUGIN
(forcmake
).
Other Changes
- Merge 4.5.4 changes back upstream by @WardF in #319
- Fix error in cmake-generated nf-config by @WardF in #322
- Wire in new tests in to PR #294 by @WardF in #325
- Update of netcdf f90 get interface to handle arrays with total size >… by @m214089 in #294
- Rationalize CMake minimum version to 3.12 by @scivision in #323
- Fix hdf5 version mismatch. by @WardF in #331
- adding v2 api test by @WardF in #332
- adding v2 api test by @edwardhartnett in #330
- set 'CMAKE_POSITION_INDEPENDENT_CODE ON' for shared lib by @MuellerSeb in #334
- bug fix: when all parallel features are disabled in netcdf-c by @wkliao in #352
- Updating github actions. by @WardF in #362
- Untangle conflicts caused by PR merge/reversions by @WardF in #324
- Gh318.wif by @WardF in #364
- "Add quantize feature to F77 and F90 APIs, with tests and documentation" by @WardF in #318
- convert to F90 and F by @edwardhartnett in #365
- Fix f90tst_parallel_compressed.F90 extension in CMake builds by @ArchangeGabriel in #339
- protect quantize code with preprocessor directives by @edwardhartnett in #366
- initialize value_grid_yt_loc to zeros by @wkliao in #357
- CI improvements: don't try to cache netcdf-c main build, add parallel I/O testing, and add testing with HDF5-1.12.2 by @edwardhartnett in #351
- fix warning of status may be used uninitialized by @wkliao in #356
- check if netcdf4 is enabled in netcdf-c by @wkliao in #353
- Github 292 by @WardF in #368
- Update nf_fortv2.90 by @LeonABenjamin in #292
- CMake build: fix handling of run_f90_par_test.sh by @ArchangeGabriel in #341
- Add support for zstandard compression by @edwardhartnett in #367
- HDF5_PLUGIN_DIR verbosity by @WardF in #372
New Contributors
- @m214089 made their first contribution in #294
- @scivision made their first contribution in #323
- @MuellerSeb made their first contribution in #334
- @ArchangeGabriel made their first contribution in #339
- @LeonABenjamin made their first contribution in #292