Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ allprojects {
// We try to follow semantic versioning, and thus we use <major>.<minor>.<patch>-<prerelease version>
// <prerelease version> may be SNAPSHOT, alphax, betax, etc.
// Note - if bumping to a new major or minor version, be sure to update the docs
version = '5.8.0-SNAPSHOT'
version = '5.9.0-SNAPSHOT'
status = 'development'
}

Expand Down
2 changes: 1 addition & 1 deletion docs/src/site/_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
theme: unidata-jekyll-theme

# this will appear in an HTML meta tag, sidebar, and perhaps elsewhere
docset_version: 5.8 (dev)
docset_version: 5.9 (dev)

# this appears on the top navigation bar next to the home button
topnav_title: netCDF-Java
Expand Down
16 changes: 16 additions & 0 deletions docs/src/site/pages/netcdfJava/Upgrade.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ Java WebStart has been deprecated as of [Java 9](https://www.oracle.com/technetw
As such, we no longer utilize WebStart.

## Quick Navigation
* [Summary of changes for v5.9.x](#netcdf-java-api-changes-59x)
* [Summary of changes for v5.8.x](#netcdf-java-api-changes-58x)
* [Summary of changes for v5.7.x](#netcdf-java-api-changes-57x)
* [Summary of changes for v5.6.x](#netcdf-java-api-changes-56x)
* [Summary of changes for v5.5.x](#netcdf-java-api-changes-55x)
Expand All @@ -30,6 +32,20 @@ As such, we no longer utilize WebStart.
* [Summary of changes for v5.1.x](#netcdf-java-api-changes-51x)
* [Summary of changes for v5.0.x](#netcdf-java-api-changes-50x)

## netCDF-Java API Changes (5.9.x)

## netCDF-Java API Changes (5.8.x)

Point release notes:
* [5.8.0](https://github.com/Unidata/netcdf-java/releases/tag/v5.8.0){:target="_blank"} (_2025-05-08_)

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.
The release also adds limited support for the General Unstructured Grid (template 101).
Additionally, various GRIB and BUFR tables have been updated.
Time coordinates on scan aggregations can now be configured to produce uduints based coordinates values.
Improvements were also made to Zarr support, including the addition of scalar array support.
Please see the release notes on GitHub for more details on additions, enhancements, and bug fixes.

## netCDF-Java API Changes (5.7.x)

Point release notes:
Expand Down