Skip to content

Commit 8276035

Browse files
authored
Prepare v0.9.1 (#462)
* prepare v 0.9.1 * Update CHANGES.rst
1 parent c686ba1 commit 8276035

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

CHANGES.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
What's new
22
==========
33

4-
0.9.1 (unreleased)
4+
0.9.1 (2025-11-25)
55
------------------
6-
* Remove scipy-dependent code in ``add_nans_to_weight``. By `Pascal Bourgault <https://github.com/aulemahal>`_.
7-
* Fix some name collision issues in the parallel regridder initialisation. By `Pascal Bourgault <https://github.com/aulemahal>`_.
6+
* 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 <https://github.com/aulemahal>`_.
7+
* Fix some name collision issues in the parallel regridder initialisation (:pull:`461`). By `Pascal Bourgault <https://github.com/aulemahal>`_.
88

99
0.9.0 (2025-11-21)
1010
------------------

0 commit comments

Comments
 (0)