Skip to content

Commit

Permalink
Bump version to 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
joethorley committed Mar 25, 2024
1 parent b3c01e0 commit d45e3ce
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: teckfish
Title: R Tools for Teck Fish and Aquatic Sciences Projects
Version: 0.2.0
Version: 0.2.1
Authors@R: c(
person("Joe", "Thorley", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-7683-4592")),
Expand Down
6 changes: 5 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
<!-- NEWS.md is maintained by https://fledge.cynkra.com, contributors should not edit this file -->

# teckfish 0.2.1

- Set lower default `min_length = 122` for `gsdd_cf()`.

# teckfish 0.2.0

- Added `gsdd()` and `gdd()` to calculate Growing Season Degree Days and Growing Degree Days for a data frame for longest season (following decision by Ecofish and Lotic).
- Soft-deprecated `gsdd_cf()` for `gsdd_vctr()` which both calculate Growing Season Degree Days for a vector for longest season (following decision by Ecofish and Lotic).
- Soft-deprecated `gsdd_cf()` for `gsdd::gsdd_vctr()` which both calculate Growing Season Degree Days for a vector.
- Removed `simulated_data`.

# teckfish 0.1.0
Expand Down

0 comments on commit d45e3ce

Please sign in to comment.