Warning
This version removed the :latest alias to all tests. The user now can use the unversioned alias for the latest, or a specific version number after the :, for example compliance-checker --test=cf:1.11 myfile.nc
This is also the last version with the built in ioos_sos checker. Note that the passing of the dataset (ds) in all functions as args is deprecated. Any plugins relying on these features won't work with compliance-checker >=7.0.0.
What's Changed
- Fix bug in html text parsing by @ocefpaf in #1247
- Fix time_coverage_extents check for non-standard calendars by @Shreyaav18 in #1250
- Add dependabot cooldown period as suggested by zizmor by @ocefpaf in #1257
- Test on Python 3.14 by @ocefpaf in #1259
- Use cf-units ABI3 wheel here by @ocefpaf in #1263
- Fix table test by @ocefpaf in #1270
- Point to the active repo by @ocefpaf in #1269
- Slim test matrix by @ocefpaf in #1271
- Fix metadata test status by @ocefpaf in #1262
- Python 3.5 reached EoL and we do not support it. by @ocefpaf in #1278
- Remove 3.3 hack by @ocefpaf in #1279
- Remove duplicated entry by @ocefpaf in #1280
- Run blackdoc by @ocefpaf in #1282
- Move ruff format by @ocefpaf in #1283
- Download table from source by @ocefpaf in #1289
- Add a deprecation warning in ioos_sos checker by @ocefpaf in #1277
- Remove entry for "latest" and use natsort on the checker keys by @ocefpaf in #1286
- Deprecate passing ds arg to every checker by @ocefpaf in #1281
New Contributors
- @Shreyaav18 made their first contribution in #1250
Full Changelog: v5.4.2...v6.0.0