Skip to contents

sbt 1.0.0

Enhancements

  • Changed tagging parameters hstar from log to logit input
  • Dropped ln_bdiff from parameters and removed the option to have two different versions of B0, alpha, and beta because it is not being used
  • Dropped rec_AC and thus ability to impose autocorrelation to recruitment for all years (but will be able to apply autocorrelation to last couple of years) because it is not being used
  • Dropped option for catch to be in numbers because it is not being used
  • All catch adjustments/scenarios are done in R by the function get_data because TMB has no preliminary calcs section
  • The calculation of dl is done in R by the function get_data because TMB has no preliminary calcs section

New features

  • TMB code
  • R package
  • Help files and vignettes
  • Website

Bug Fixes