From 20371c8d96be7c2d855891b3c88e69dac0fbf959 Mon Sep 17 00:00:00 2001 From: tomvothecoder Date: Wed, 29 Nov 2023 09:11:00 -0800 Subject: [PATCH] Update changelog --- HISTORY.rst | 27 +++++++++++++-------------- 1 file changed, 13 insertions(+), 14 deletions(-) diff --git a/HISTORY.rst b/HISTORY.rst index d106d1ff..902bfaca 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -2,17 +2,17 @@ History ======= -0.6.1 (29 November 2023) ------------------------- +v0.6.1 (29 November 2023) +------------------------- This patch version adds a default value to the ``axes`` argument in -``ds.bounds.add_missing_bounds()``. The ``axes`` argument was added in -v0.6.0 and did not have a default value, which inadvertently introduced -a breaking change to the API. +``ds.bounds.add_missing_bounds()`` (``axes=["X", "Y", "T"]``). The ``axes`` +argument was added in v0.6.0 and did not have a default value, which +inadvertently introduced a breaking change to the API. ``xesmf`` is now a required dependency because its core library, ESMF, supports Windows as of Feb/2023. More information can be found -`here `__. +`here `_. Bug Fixes ~~~~~~~~~ @@ -20,20 +20,20 @@ Bug Fixes - Add defaults to add_missing_bounds by `Ana Ordonez`_ in https://github.com/xCDAT/xcdat/pull/569 +DevOps +~~~~~~ + +- Make xESMF a required dependency by `Tom Vo`_ in + https://github.com/xCDAT/xcdat/pull/566 + Documentation ~~~~~~~~~~~~~ -- Update doc: Add link to the video by `Jiwoo Lee`_ in +- Update doc: Add link to the ESFG seminar xCDAT introduction video by `Jiwoo Lee`_ in https://github.com/xCDAT/xcdat/pull/571 - Fix v0.6.0 changelog headers for proper nesting by `Tom Vo`_ in https://github.com/xCDAT/xcdat/pull/559 -DevOps -~~~~~~ - -- Make xESMF a required dependency by `Tom Vo`_ in - https://github.com/xCDAT/xcdat/pull/566 - **Full Changelog**: https://github.com/xCDAT/xcdat/compare/v0.6.0...0.6.1 v0.6.0 (10 October 2023) @@ -126,7 +126,6 @@ DevOps **Full Changelog**: https://github.com/xCDAT/xcdat/compare/v0.5.0...v0.6.0 - v0.5.0 (27 March 2023) --------------------------