Skip to content

0.3.0

Choose a tag to compare

@forman forman released this 20 Jan 14:05
  • Added more rules
    • core/CF rule "flags"
    • core/CF rule "lon-coordinate"
    • core/CF rule "lat-coordinate"
    • core/CF rule "time-coordinate" (#15)
    • core rule "no-empty-chunks"
    • xcube rule "time-naming" (#15)
  • Fixed problem where referring to values in modules via the form "<module>:<attr>" raised. (#21)
  • Introduced factory method new_plugin which simplifies creating plugin objects.
  • Refactored out new common mixin class Operation which reduces amount of code and simplifies testing of operation classes Rule, Processor, Formatter.
  • Improved overall test coverage.
  • Switched to ruff as default linter and formatter.

Full Changelog: v0.2.0...v0.3.0