diff --git a/CHANGES.rst b/CHANGES.rst index b5dee58..15dedbf 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,10 +1,10 @@ What's new ========== -0.9.1 (unreleased) +0.9.1 (2025-11-25) ------------------ -* Remove scipy-dependent code in ``add_nans_to_weight``. By `Pascal Bourgault `_. -* Fix some name collision issues in the parallel regridder initialisation. By `Pascal Bourgault `_. +* Rewrote ``xe.smm.add_nans_to_weight`` (called when ``unmapped_to_nan`` is True)to remove scipy-dependent code, which also resulted in a significant (>=4x) speedup of that step (:pull:`461`). By `Pascal Bourgault `_. +* Fix some name collision issues in the parallel regridder initialisation (:pull:`461`). By `Pascal Bourgault `_. 0.9.0 (2025-11-21) ------------------