Skip to content

Commit 33efa43

Browse files
committed
changelog updated
1 parent e05337a commit 33efa43

1 file changed

Lines changed: 10 additions & 4 deletions

File tree

CHANGES.md

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,15 @@
11
## Changes in 0.1.0 (in development)
22

3-
- Added algorithm for **affine transformation**.
4-
- Added algorithm for **rectification of non-regular grids**.
3+
- Added algorithm for **affine transformation**. (#4)
4+
- Added algorithm for **rectification of non-regular grids**. (#4)
55
- Added algorithm for **reprojection to a different coordinate reference system (CRS)**.
6+
(#4)
67
- Introduced main function `resample_in_space`, which dynamically selects the
7-
appropriate resampling algorithm based on the input dataset.
8-
- Added initial **unit tests** to verify core functionality.
8+
appropriate resampling algorithm based on the input dataset. (#4)
9+
- Added initial **unit tests** to verify core functionality. (#4)
10+
- Introduced a new unified keyword argument `interp_method` that supports values `0`,
11+
`1`, `"nearest"`, `"triangular"`, and `"bilinear"`. This argument applies
12+
consistently across all three resampling algorithms, simplifying usage and
13+
improving API consistency. (#8)
14+
915

0 commit comments

Comments
 (0)