Skip to content

Latest commit

 

History

History
232 lines (121 loc) · 11.1 KB

CHANGELOG.md

File metadata and controls

232 lines (121 loc) · 11.1 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Common Changelog, and this project adheres to Semantic Versioning.

[1.12.0] - 2024-12-20

Changed

  • Clean up docstrings, especially removing types that are already annotated in function signature (#274) (@danielfromearth)

Added

Removed

  • Breaking: drop support for randomized value checks, which are no longer part of API (#271) (@danielfromearth)

Fixed

[1.11.0] - 2024-11-14

Added

Removed

[1.10.0] - 2024-07-10

Changed

  • Group dependabot updates into fewer PRs (#233) (@danielfromearth)
  • Change xarray Dataset.dims reference to Dataset.sizes due to FutureWarning (#246)(@nannau)

Added

Removed

Fixed

  • Fix help text for second NetCDF file passed on command line (#230) (@berquist)

[1.9.0] - 2024-05-29

Changed

Added

Fixed

[1.8.0] - 2024-03-12

Changed

[1.7.3] - 2024-02-06

Changed

[1.7.2] - 2024-02-06

Changed

[1.7.1] - 2024-02-06

Changed

[1.7.0] - 2024-02-06

Changed

Fixed

[1.6.2] - 2024-01-16

Changed

[1.6.1] - 2024-01-16

Changed

Removed

[1.6.0] - 2024-01-16

Changed

Added

Removed

Fixed

[1.5.0] - 2023-10-25

Added

[1.4.0] - 2023-10-23

Added

  • Add the ability to modify the width of each column in the comparison table (#59) (@danielfromearth)

Fixed

[1.3.0] - 2023-10-20

Fixed

[1.2.0] - 2023-10-11

Changed

Added

  • Add issue templates and markdown guides for CONTRIBUTING and the CODE_OF_CONDUCT (#44) (@danielfromearth)

[1.1.0] - 2023-09-26

Changed

Added

[1.0.2] - 2023-09-20

Changed

Added

  • Add automated publishing (via poetry) to TestPyPI and PyPI in Actions workflow #19 (@danielfromearth)

[1.0.1] - 2023-09-06

Changed

Fixed