Skip to content

release-2.0.1

Compare
Choose a tag to compare
@selimnairb selimnairb released this 06 Sep 13:27
· 119 commits to master since this release

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