You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,9 @@
1
1
# Changelog
2
2
3
+
# [1.17.0] - 2026-04-15
4
+
- new kwargs `not_in_domain_value = nothing` and `check_if_not_in_domain = isnothing(not_in_domain_value)` for grid interpolation.
5
+
This enables the user to interpolate values between grids which do not share the same domain. The value _outside_ the target domain has to be provided by the user.
6
+
3
7
## [1.15.0] - 2026-01-14
4
8
- add and export `explode` function that produces a grid with all adjacencies removed
0 commit comments