Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add brief release notes for 5.6.0 release #1402

Merged
merged 1 commit into from
Jan 2, 2025
Merged
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
10 changes: 10 additions & 0 deletions docs/src/site/pages/netcdfJava/Upgrade.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,23 @@ 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.6.x](#netcdf-java-api-changes-56x)
* [Summary of changes for v5.5.x](#netcdf-java-api-changes-55x)
* [Summary of changes for v5.4.x](#netcdf-java-api-changes-54x)
* [Summary of changes for v5.3.x](#netcdf-java-api-changes-53x)
* [Summary of changes for v5.2.x](#netcdf-java-api-changes-52x)
* [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.6.x)

Point release notes:
* [5.6.0](https://github.com/Unidata/netcdf-java/releases/tag/v5.6.0){:target="_blank"} (_2024-07-16_)

5.6.x contains significant improvements to DAP4, Zarr, and Sigmet IOSP support.
Zarr support includes a new API for the Filters package.
Two new pre-processing modules are now available as NcML enhancements: Standardize and Normalize.

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

Point release notes:
Expand Down
Loading