Skip to content
This repository has been archived by the owner on Jan 30, 2024. It is now read-only.

Commit

Permalink
prep NEWS.md for v0.2-1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
jsta committed Sep 14, 2016
1 parent 6310baa commit 2337f75
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,32 @@
dbhydroR 0.2
===================

### DEPRECATED

* The package API has been changed to underscored function names. `getwq()`, `gethydro()`, and `getdbkey()` are now deprecated in favor of `get_wq()`, `get_hydro()`, `get_dbkey()`.

### BUG FIXES

* `getdbkey()` is no longer limited to < 100 results
* MDL (Minumum Detection Limit) handling now occurs in `getwq()` regardless of how the `raw` parameter is set
* `getwq()` returns a no data warning even if the `raw` parameter is set to `TRUE`
* `gethydro()` and `getwq()` date/time stamps are now forced to the `EST` timezone independently of the user environment
* The character encoding of function results is forced to `UTF-8` regardless of the user environment

### MINOR IMPROVEMENTS

* Documentation formatting is now consistent with CRAN policies
* Added links to the ArcGIS Online Station Map in the README and vignette
* `getdbkey()` coordinates are now in decimal degree format

dbhydroR 0.1-6
===================

### NEW FEATURES

* Added argument to handle MDLs (Minimum Detection Limits) in `getwq()`


dbhydroR 0.1-5
===================

Expand Down

0 comments on commit 2337f75

Please sign in to comment.