Skip to content

Commit

Permalink
tidy
Browse files Browse the repository at this point in the history
  • Loading branch information
edzer committed Apr 26, 2020
1 parent 989f19d commit 2348a03
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down

0 comments on commit 2348a03

Please sign in to comment.