Changelog

May 18, 2024 ยท View on GitHub

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

Unreleased

2.0.0

Added

  • Validation by the JSON schema of classification:classes definition within a Machine Learning Model (MLM) output.
  • Example STAC item-model-classes.json demonstrating the use of classification:classes within a mlm:output.
  • nodata to the Class Object
  • percentage to the Class Object
  • count to the Class Object
  • Regular expression to validate name is machine-readable

Changed

  • Allow CommonMark for the description fields.
  • Class Object: name is required rather than description

Fixed

  • Fixed tests which were validating against v1.0.0

1.1.0

Fixed

  • Color hinting needed to be underscored color_hint to match convention of using snake_case.

1.0.0

Added

Initial release