Skip to content

Commit 58eedb5

Browse files
committed
Update docs for release
1 parent 8889f03 commit 58eedb5

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

docs/src/site/_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
theme: unidata-jekyll-theme
33

44
# this will appear in an HTML meta tag, sidebar, and perhaps elsewhere
5-
docset_version: 5.8 (dev)
5+
docset_version: 5.8
66

77
# this appears on the top navigation bar next to the home button
88
topnav_title: netCDF-Java

docs/src/site/pages/netcdfJava/Upgrade.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ Java WebStart has been deprecated as of [Java 9](https://www.oracle.com/technetw
2121
As such, we no longer utilize WebStart.
2222

2323
## Quick Navigation
24+
* [Summary of changes for v5.8.x](#netcdf-java-api-changes-58x)
2425
* [Summary of changes for v5.7.x](#netcdf-java-api-changes-57x)
2526
* [Summary of changes for v5.6.x](#netcdf-java-api-changes-56x)
2627
* [Summary of changes for v5.5.x](#netcdf-java-api-changes-55x)
@@ -30,6 +31,18 @@ As such, we no longer utilize WebStart.
3031
* [Summary of changes for v5.1.x](#netcdf-java-api-changes-51x)
3132
* [Summary of changes for v5.0.x](#netcdf-java-api-changes-50x)
3233

34+
## netCDF-Java API Changes (5.8.x)
35+
36+
Point release notes:
37+
* [5.8.0](https://github.com/Unidata/netcdf-java/releases/tag/v5.8.0){:target="_blank"} (_2025-05-08_)
38+
39+
The 5.8.x release adds basic support for decoding using libaec via native libraries in support of GRIB2 DRS 42, which uses CCSDS compression.
40+
The release also adds limited support for the General Unstructured Grid (template 101).
41+
Additionally, various GRIB and BUFR tables have been updated.
42+
Time coordinates on scan aggregations can now be configured to produce uduints based coordinates values.
43+
Improvements were also made to Zarr support, including the addition of scalar array support.
44+
Please see the release notes on GitHub for more details on additions, enhancements, and bug fixes.
45+
3346
## netCDF-Java API Changes (5.7.x)
3447

3548
Point release notes:

0 commit comments

Comments
 (0)