Skip to content

Commit

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

# ssdtools 1.0.6.9010
# ssdtools 1.0.6.9011

## Additions

Expand Down Expand Up @@ -30,6 +30,9 @@
- Replaced column percentage between 0 and 100 with proportion between 0 and 1 in output of `ssd_hc()`
- Changed `delta = 7` to `delta = 9.21` to exclude models with AIC weight < 0.01.
- seeds now allocated to bootstrap samples as opposed to distributions (this results in a speed gain when more cores than the number of distributions).
- Exported `dists = ssd_dists_bcanz()` argument to `ssd_fit_bcanz()` to allow other packages to modify.
- Check `...` unused where appropriate.
- `ssd_plot_cdf()` now includes average with other distributions if `average = NA` (@poissonconsulting, #351).

## Fixes

Expand Down

0 comments on commit 886841e

Please sign in to comment.