diff --git a/DESCRIPTION b/DESCRIPTION index 5c31050..50fc9df 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: gsdd Title: Calculate Growing Season Degree Days from Water Temperature Data -Version: 0.2.0 +Version: 0.3.0 Authors@R: c( person("Joe", "Thorley", , "joe@poissonconsulting.ca", role = c("aut", "cre"), comment = c(ORCID = "0000-0002-7683-4592")), diff --git a/NEWS.md b/NEWS.md index 3791ea3..8bbbd98 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,5 +1,11 @@ +# gsdd 0.3.0 + +- Added `date_atus()` to determine date when ATUs reached. (#9). +- Add `latex = FALSE` argument to `gss_plot()` to turn off use of LaTeX to add degree symbol to y-axis label. + + # gsdd 0.2.0 - Added `complete = FALSE` argument to `gsdd_vctr()` and `gss_vctr()` to specify whether the vector of water temperatures represents the complete growing period.