What's Changed
Features/enhancements:
- Service Provider for applying enhancements by @matakleo in #1369 (see https://www.unidata.ucar.edu/blogs/developer/en/entry/extensible-ncml-for-ai-ml for more information!)
- Upgrade gradle by @tdrwenski in #1337
- Improve performance of enhancement providers by @tdrwenski in #1373
- Add relativize method to MFile by @tdrwenski in #1388
- Enhance Bufr data support including multi-category messages by @Yaqiang in #1396
Notable bug fixes:
- Update test container by @tdrwenski in #1376
- Migrate from
Charsets
toStandardCharsets
. by @kluever in #1374 - Fix invalid checksum error by @tdrwenski in #1380
- Fix subsetting axis with single value by @tdrwenski in #1383
- refactor some of the enhancement SPI logic and provider interface by @haileyajohnson in #1393
- BUG: Fix decompressing all zlib data for NIDS by @dopplershift in #1394
- Fix NcmlReader.mergeNcml with groups by @lesserwhirls in #1404
Dependency Updates
- ch.qos.logback:logback-classic v1.5.14
- org.apache.commons:commons-math3 v3.6.1
New Contributors
Full Changelog: v5.6.0...v5.7.0