From 2348a0388b93e71edb3c5437c741e9334c2c9882 Mon Sep 17 00:00:00 2001 From: Edzer Pebesma Date: Sun, 26 Apr 2020 22:14:09 +0200 Subject: [PATCH] tidy --- NEWS.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/NEWS.md b/NEWS.md index 71d0966b3..77cf98110 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,16 +1,20 @@ # version 0.4-2 +* `st_crop` now works with bounding boxes larger than the downsampled bounding box; #276 + +* `st_crop` now has a non-zero default for `epsilon` (bounding box shrinkage); #275 + * `image.stars` (and hence `plot.stars`) gains an `extent` argument for setting the extent of a plot; https://github.com/r-spatial/sf/issues/1193 # version 0.4-1 * `st_warp` (stars native) flips longitudes a full cycle; #256, #264, #269 -* handle axis order in `st_transform` (needs sf >= 0.9-1) +* handle axis order in `st_transform` (requires sf >= 0.9-1) * depend on sf 0.9-0 -* adapt to cubelyr split-off from dplyr; add cubelyr to Suggests; https://github.com/hadley/cubelyr/issues/2 +* adapt to cubelyr split-off from dplyr; add cubelyr to Suggests:; https://github.com/hadley/cubelyr/issues/2 * add `droplevels` method