Known Issues
- A test in the
main
branch ofnetcdf-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. - Race conditions exist in some of the tests when run concurrently.
Changes
- Fixed issue with
libnetcdf-feedstock
at Conda-Forge.
Other Changes (automatically generated)
- Turn off extraneous debug output by @DennisHeimbigner in #2537
- typo fix by @wkliao in #2538
- replace 4194304 with READ_BLOCK_SIZE by @wkliao in #2539
- Rename variable to avoid function name conflict by @ibaned in #2550
- Add Cygwin CI and stop installing unwanted plugins by @DWesl in #2529
- Merge subset of v4.9.1 files back into main development branch by @WardF in #2530
- Fix race condition in ncdump (and other) tests. by @DennisHeimbigner in #2552
- Make dap4 reference dap instead of hard-wired to be disabled. by @WardF in #2553
- Suppress nczarr_test/tst_unknown filter test by @DennisHeimbigner in #2557
- Add fenceposting for HAVE_DECL_ISINF and HAVE_DECL_ISNAN by @WardF in #2559
New Contributors
Full Changelog: v4.9.1-rc1...v4.9.1-rc2