From 97f72e241572d030fa073646823c37c15531043f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20BRIOL?= Date: Sun, 19 Nov 2023 13:14:03 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=20Add=20intersection=20method=20to?= =?UTF-8?q?=20LineString=20class=20and=20fix=20issues=20with=20RegularGrid?= =?UTF-8?q?Interpolator?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/source/changelog.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/source/changelog.rst b/docs/source/changelog.rst index b78b8de0..d14756f1 100644 --- a/docs/source/changelog.rst +++ b/docs/source/changelog.rst @@ -1,6 +1,11 @@ Changelog ######### +2023.11.0 +--------- +* Add intersection method to LineString class +* RegularGridInterpolator does not handle interpolator keywords. + 2023.10.2 --------- * Fix issues with Python 3.12