From 82abe740c5b2bff3eb3fb4b79c50ca1af8ec5d32 Mon Sep 17 00:00:00 2001 From: hollymandel Date: Wed, 25 Sep 2024 12:14:52 -0700 Subject: [PATCH] whats new --- doc/whats-new.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/whats-new.rst b/doc/whats-new.rst index 89c8d3b4599..c14915fb477 100644 --- a/doc/whats-new.rst +++ b/doc/whats-new.rst @@ -32,6 +32,9 @@ New Features `Tom Nicholas `_. - Added zarr backends for :py:func:`open_groups` (:issue:`9430`, :pull:`9469`). By `Eni Awowale `_. +- Added support for vectorized interpolation using additional interpolators from the +``scipy.interpolate`` module (:issue:`9049`, :pull:`9526`). + By `Holly Mandel `_. Breaking changes ~~~~~~~~~~~~~~~~