Skip to content

Commit 504caea

Browse files
authored
Add whats new for dataset interpolation with non-numerics (#5297)
1 parent 1fa7b9b commit 504caea

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

doc/whats-new.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,9 @@ v0.18.1 (unreleased)
2121

2222
New Features
2323
~~~~~~~~~~~~
24-
24+
- :py:meth:`Dataset.interp` now allows interpolation with non-numerical datatypes,
25+
such as booleans, instead of dropping them. (:issue:`4761` :pull:`5008`).
26+
By `Jimmy Westling <https://github.com/illviljan>`_.
2527

2628
Breaking changes
2729
~~~~~~~~~~~~~~~~

0 commit comments

Comments
 (0)