v5.8.0
What's Changed
Features/enhancements:
- Update GRIB/BUFR Tables by @lesserwhirls in #1414
- Add basic support for libaec decoding using native libraries by @lesserwhirls in #1426
- grib2: Support for General Unstructured Grid (template 101) by @michaeldiener in #1427
- Add support for GRIB2 DRS 42 (CCSDS compression) by @lesserwhirls in #1428
- Enable uduints based time coordinates on scan aggregations by @lesserwhirls in #1439, #1449
- Zarr improvements, including scalar array support by @lesserwhirls in #1448
Notable bug fixes:
- cdm-radial: fix for sigmet volume scan by @michaeldiener in #1409
- Using category list to make sure only unique categories are included by @Yaqiang in #1421
- Remove duplication of global metadata creation for BUFR by @lesserwhirls in #1423
- Do not try to compress variable-sized varaibles by @lesserwhirls in #1424
- Discontiguous time axis subset bug by @lesserwhirls in #1431
- Only apply enhancements once for CoordinateAxis variables by @lesserwhirls in #1437
- ToolsUI bug fixes by @lesserwhirls in #1438
Build changes
The version of gradle used to build the project was upgraded during this release cycle to support building with JDK 21. The upgrade required an upgrade to the shadow plugin, which builds the uber jars, such as toolsUI.jar and netcdfAll.jar. The new shadow plugin creates the jar files under build/distributions/ (previously they were created under build/libs/).
Full Changelog: v5.7.0...v5.8.0