Skip to content

Commit

Permalink
Bump version to 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
joethorley committed Mar 25, 2024
1 parent 398d2df commit b68f126
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 16 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.1.1.9000
Version: 0.2.0
Authors@R: c(
person("Joe", "Thorley", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-7683-4592")),
Expand Down
18 changes: 3 additions & 15 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,23 +1,11 @@
<!-- NEWS.md is maintained by https://fledge.cynkra.com, contributors should not edit this file -->

# teckfish 0.1.1.9000

- Added `gsdd()` and `gdd()`.
# 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).
- Removed `simulated_data`.

- Soft-deprecated `gsdd_cf()` for `gsdd_vctr()`.

- Switch to gsdd package to calculate gsdd.

- Switched default `pick` argument to `longest` following recommendations from Ecofish and Lotic.


# teckfish 0.1.1

- Switched default `pick` argument to `longest` following recommendations from Ecofish and Lotic.


# teckfish 0.1.0

## Additions
Expand Down

0 comments on commit b68f126

Please sign in to comment.