Skip to content

Commit 52e782d

Browse files
committed
changelog corrected
1 parent 048caf3 commit 52e782d

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

CHANGES.md

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

3-
- `xcube_resampling.rectify_dataset` works now fully lazy and is scalable.
4-
- Methods `test_ij_bbox_from_xy_bbox` and `test_ij_bboxes_from_xy_bboxes` in `xcube_resampling.gridmapping.GridMapping` has been removed; note
5-
that both methods have been only used in `xcube_resampling.rectify_dataset`; thus updated methods
6-
are now in xcube_resampling.rectify._compute_source_tile_indexing`.
3+
- `xcube_resampling.rectify_dataset` is now fully lazy and scalable.
4+
- Removed methods `test_ij_bbox_from_xy_bbox` and `test_ij_bboxes_from_xy_bboxes` from
5+
`xcube_resampling.gridmapping.GridMapping`. These methods were only used by
6+
`xcube_resampling.rectify_dataset`; their updated implementations now live in
7+
`xcube_resampling.rectify._compute_source_tile_indexing`.
78

89

910
## Changes in 0.2.4

0 commit comments

Comments
 (0)