Skip to content

Releases: OpenNavigationSurface/BAG

release-2.0.3

12 Sep 19:34
fa896f1
Compare
Choose a tag to compare

BAG v.2.0.3 Release Notes

September 2024

This release adds metadata enumeration element for NOAA Product Uncertainty 2.0.

release-2.0.2

01 Dec 15:58
Compare
Choose a tag to compare

BAG v.2.0.2 Release Notes

December 2023

This release has no functional changes. It merely changes how libxml2 components are imported to fix broken builds against libxml2 2.12+.

release-2.0.1

06 Sep 13:27
Compare
Choose a tag to compare

BAG v.2.0.1 Release Notes

November 2022

  1. Refactor API from C to C++14
  2. Add Python API bindings using SWIG
  3. Add support for spatial metadata as described here: #2
  4. Add integrated, automatically generated, documentation hosted at: https://bag.readthedocs.io/en/latest/
  5. Add code coverage reporting for C++ unit tests
  6. Update Format Specification Document (FSD):
    a. Add description of spatial metadata support
    b. Remove description of API details, focusing on an implementation-agnostic description of the BAG format
    c. Integrate description of variable resolution extension to FSD document
  7. Add API How-to Guide to document how to accomplish common tasks using the C++ and Python APIs