Skip to content

v4.9.1-rc1

Pre-release
Pre-release
Compare
Choose a tag to compare
@WardF WardF released this 24 Oct 19:00
· 1131 commits to main since this release

v4.9.1-rc1

This is the first release candidate for netCDF-C v4.9.1. This is primarily a maintenance release.

Known Issues

  • A test in the main branch of netcdf-cxx4 is broken by this rc; this will bear further investigation, but not being treated as a roadblock for the release candidate.
  • The new document, netcdf-c/docs/filter_quickstart.md is in rough-draft form.

Notable Changes (Manually Recorded)

  • [Enhancement][Documentation] Add Plugins Quick Start Guide. See GitHub #2524 for more information.
  • [Enhancement] Add new entries in netcdf_meta.h, NC_HAS_BLOSC and NC_HAS_BZ2. See Github #2511 and Github #2512 for more information.
  • [Enhancement] Add new options to nc-config: --has-multifilters, --has-stdfilters, --has-quantize, --plugindir. See Github #2509 for more information.
  • [Bug Fix] Fix some errors detected in PR 2497. PR #2497 . See Github #2503.
  • [Bug Fix] Split the remote tests into two parts: one for the remotetest server and one for all other external servers. Also add a configure option to enable the latter set. See Github #2491.
  • [Bug Fix] Fix blosc plugin errors. See Github #2461.
  • [Bug Fix] Fix support for reading arrays of HDF5 fixed size strings. See Github #2466.
  • [Bug Fix] Fix some errors detected in PR #2492 . See Github #2497.
  • [Enhancement] Add support for Zarr (fixed length) string type in nczarr. See Github #2492.
  • [Bug Fix] Split the remote tests into two parts: one for the remotetest server and one for all other external servers. Also add a configure option to enable the latter set. See Github #2491.
  • [Bug Fix] Fix support for reading arrays of HDF5 fixed size strings. See Github #2462.
  • [Bug Fix] Provide a default enum const when fill value does not match any enum constant for the value zero. See Github #2462.
  • [Bug Fix] Fix the json submodule symbol conflicts between libnetcdf and the plugin specific netcdf_json.h. See Github #2448.
  • [Bug Fix] Fix quantize with CLASSIC_MODEL files. See Github #2405.
  • [Enhancement] Add --disable-quantize option to configure.
  • [Bug Fix] Fix CMakeLists.txt to handle all acceptable boolean values for -DPLUGIN_INSTALL_DIR. See Github #2430.
  • [Bug Fix] Fix tst_vars3.c to use the proper szip flag. See Github #2421.
  • [Enhancement] Provide a simple API to allow user access to the internal .rc file table: supports get/set/overwrite of entries of the form "key=value". See Github #2408.
  • [Bug Fix] Use env variable USERPROFILE instead of HOME for windows and mingw. See Github #2405.
  • [Bug Fix] Fix the nc_def_var_fletcher32 code in hdf5 to properly test value of the fletcher32 argument. See Github #2403.

Changes since v4.9.0 (Automatically Generated by GitHub)

New Contributors

Full Changelog: v4.9.0...v4.9.1-rc1