Skip to content

1.5.1

Choose a tag to compare

@jkowalleck jkowalleck released this 02 Jun 11:04
Immutable release. Only release title and notes can be modified.
87bf83a

Note

This release is a backport of the fixes in v1.7.1


Fixed – Schema Alignment

  • JSON: the $.version property is no longer required because it had a default value already.
  • Protobuf: added the optional, repeated field ModelCard.property (#726 via #743)
  • XML: added the optional, repeated node //modelCard/properties (#726 via #743)
  • XML: changed the node //modelCard/considerations/users/user from optional to optional and repeated (#737 via #744)
  • XML: changed the node //modelCard/considerations/useCases/useCase from optional to optional and repeated (#737 via #744)
  • XML: changed the node //modelCard/considerations/technicalLimitations/technicalLimitation from optional to optional and repeated (#737 via #744)
  • XML: changed the node //modelCard/considerations/performanceTradeoffs/performanceTradeoff from optional to optional and repeated (#737 via #744)

Docs – Schema Alignment

  • Backported streamlined documentation.

Tests

  • Backported test cases.
  • Backported test runners.

CI

  • Modernized CI runners where needed.

Full Changelog: 1.5...1.5.1