Skip to content

Latest commit

 

History

History
46 lines (29 loc) · 1.39 KB

CHANGELOG.md

File metadata and controls

46 lines (29 loc) · 1.39 KB

Changelog

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.

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

Fixed

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

Added

Initial release