Skip to content

Commit

Permalink
Bump version to 0.0.1.9001
Browse files Browse the repository at this point in the history
  • Loading branch information
joethorley committed Feb 2, 2024
1 parent c383a08 commit e962105
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
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.0.1.9000
Version: 0.0.1.9001
Authors@R: c(
person("Joe", "Thorley", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-7683-4592")),
Expand Down
8 changes: 8 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
<!-- NEWS.md is maintained by https://fledge.cynkra.com, contributors should not edit this file -->

# teckfish 0.0.1.9001

- `gsdd_cf()` now requires at least 90 values.
- Renamed "left" and "right" truncation to "start" and "end" truncation.
- Added `na_trim = TRUE` argument to `gsdd_cf()` to trim leading or trailing missing values.
- `gsdd_cf()` by default now returns the sum of all the growing seasons within the period of interest as this is expected to be the most reliable predictor of growth.
- Added `pick` argument to specify whether to pick the "biggest", "smallest", "longest", "shortest", "first" or "last" 'season' or "all" 'seasons'.

# teckfish 0.0.1.9000

- `gsdd_cf()` now requires at least 180 values and returns `NA_real` if any values are `NA_real`.
Expand Down

0 comments on commit e962105

Please sign in to comment.