From 25af70063643b4154c03d8f9094ad263bddfab87 Mon Sep 17 00:00:00 2001 From: Lars Buntemeyer Date: Sat, 25 Jan 2025 21:34:35 +0100 Subject: [PATCH] Update whats_new.rst --- docs/whats_new.rst | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/docs/whats_new.rst b/docs/whats_new.rst index 78c7060..27d75da 100644 --- a/docs/whats_new.rst +++ b/docs/whats_new.rst @@ -17,7 +17,12 @@ New Features Internal Changes ~~~~~~~~~~~~~~~~ -- Update of API documentation in accessor (:pull:`308`). +- Fix coordinate bounds attribute in :py:meth:`transform_bounds` (:pull:`314`). + +Bugfixes +~~~~~~~~ + +- Fixed deprecated ``xarray`` keywords (:pull:`273`). Breaking Changes ~~~~~~~~~~~~~~~~