Skip to content

Releases: ioos/compliance-checker

v5.4.2

09 Sep 20:40
c53d8ca

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v5.4.1...v5.4.2

v5.4.1

02 Sep 18:10
c50ae46

Choose a tag to compare

What's Changed

  • Avoid importing pyudunits2 if cf_units is available by @rokm in #1234

New Contributors

Full Changelog: v5.4.0...v5.4.1

v5.4.0

25 Aug 18:04
1b826ec

Choose a tag to compare

What's Changed

This release adds support for CF-1.11

New Contributors

Full Changelog: v5.3.0...v5.4.0

v5.3.0

29 Apr 15:05
3cad37f

Choose a tag to compare

What's Changed

This release adds support for CF-1.10

Full Changelog: v5.2.0...v5.3.0

v5.2.0

13 Mar 01:01
ef9c2db

Choose a tag to compare

What's Changed

Minor changes and bugfixes

Full Changelog: v5.1.2...v5.2.0

v5.1.2

26 Feb 19:03
caedeac

Choose a tag to compare

Release synopsis: Mostly a bugfix release with some improvements to CI, domain variables, and NetCDF groups support

What's Changed

New Contributors

Full Changelog: v5.1.1...v5.1.2

v5.1.1

16 Apr 17:24
da97a6d

Choose a tag to compare

What's Changed

New Contributors

Checker bug fixes

  • Fixed a logic error in CF 1.6 checker with valid_range when valid_min or valid_max were present.

Full Changelog: v5.1.0...v5.1.1

v5.1.0

17 May 22:27
cb451c5

Choose a tag to compare

This release adds support for CF-1.9

Overview

  • Extensive improvements to CF conformance
  • Many CI/quality of life improvements for the codebase

What's Changed

New Contributors

Full Changelog: v5.0.2...v5.1.0

v5.0.2

25 May 18:24
70b287e

Choose a tag to compare

  • Numerous fixes to CF 1.6 conformance
  • Fixes handling of standard name modifiers
  • Fixes to calendar handling
  • Fixes to flag related attributes when only one flag is specified
  • Adds possible corrections when an invalid CF standard name is provided
  • Code cleanup, pre-commit and CI fixes, narrower exception handling

PRs list

Full Changelog: 5.0.1...v5.0.2

scale_factor/add_offset fixes

16 Feb 20:48
1cef413

Choose a tag to compare

Fixes a number of long-standing issues with scale_factor and odd_offset type comparison when comparing non-equivalent types.