Skip to content

Commit

Permalink
News updated
Browse files Browse the repository at this point in the history
  • Loading branch information
zozlak committed Jan 4, 2019
1 parent 15b0981 commit 35ba75c
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,34 @@
# 0.4.0 (2019-01-04)

Backward incompatible changes:

* `S2_put_ROI()` renamed to `S2_put_roi()` to follow naming convention of other
functions.
* `S2_put_roi()` nor returns parsed REST API response object instead of the raw
`httr` package response object.
* Default `dateMin` and `dateMax` values removed from `S2_query_roi()`.

Enhancements:

* `S2_query_roi()` supports the `spatial` parameter allowing to parse ROIs'
geometries into R spatial objects.
* `S2_do_query()` casts returned data frames to `dplyr's` tibble if the `dplyr`
package is installed.
* `S2_do_query()` provides information useful for debugging if a request fails.
* `roi_to_jgeom()` made more flexible (can handle all `sp's` package `*DataFrame`
objects as well as reproject objects in non WGS-84 projections)
* Tests coverage rised slightly.
* Credentials are now stored in a little safer way (in a package's private environment
instead of global R options).

Bugfixes:

* Fixes to `S2_buy_granules()`.

Other:

* Obsolete internal functions removed

# 0.3.1 (2018-12-18)

* It is now possible to abort the `S2_download()` function.
Expand Down

0 comments on commit 35ba75c

Please sign in to comment.