From b4088898497231c18b8220b040995ab5351c389a Mon Sep 17 00:00:00 2001 From: Lars Buntemeyer Date: Thu, 19 Dec 2024 12:10:02 +0000 Subject: [PATCH] update whats new --- docs/whats_new.rst | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/docs/whats_new.rst b/docs/whats_new.rst index 0f77f49..f092ed5 100644 --- a/docs/whats_new.rst +++ b/docs/whats_new.rst @@ -3,15 +3,21 @@ What's new ========== -UNRELEASED ----------- +v0.10.0 (Unreleased) +-------------------- -New function :py:meth:`cordex.rewrite_coords` that rewrites coordinates (X and Y axes) in a dataset to correct rounding errors. +New function :py:meth:`cordex.rewrite_coords` that rewrites coordinates (X and Y axes and transformed coordinates) in a dataset to correct +rounding errors. This version drops python3.8 support. New Features ~~~~~~~~~~~~ -- New function :py:meth:`cordex.rewrite_coords` (:pull:`282`). +- New function :py:meth:`cordex.rewrite_coords` (:pull:`306`). + +Breaking Changes +~~~~~~~~~~~~~~~~ + +- Drop python3.8 support (:pull:`306`). v0.9.0 (18 November 2024) -------------------------