Skip to content

Releases: NOAA-FIMS/FIMS

v0.2.0

15 Dec 21:12
70c6cc9
Compare
Choose a tag to compare
v0.2.0 Pre-release
Pre-release

What's Changed

Summary of high level/breaking changes:

  • Added a pkgdown site for FIMS
  • Add code cov tests and site link
  • Remove recruitment bias correction and adjustment because we plan to use TMB (#185)
  • Improve logging coverage and separate logs into multiple files
  • Put recruitment deviations on the log scale when input
  • Report more values with standard errors
  • Code cleanup, documentation, and consistency improvements
  • Remove rapidjson dependence
  • Add start_year and end_year as slots to FIMSFrame
  • Make log_obs_error a vector
  • Load the Rcpp module upon package install so components don't need to be prefaced by fims$
  • Refactor vectors to use fims::Vector class
  • Add Newton steps to FIMS integration test to improve convergence in integration test

More detail:

New Contributors

Full Changelog: v0.1.0...v0.2.0

v0.1.0.0

19 Jul 19:45
25a2405
Compare
Choose a tag to compare
v0.1.0.0 Pre-release
Pre-release

This is the first version of the Fisheries Integrated Modeling System (FIMS). At this stage, FIMS can be used to estimate a simple age-structured population model such as case 0 in Li et al. (2021)’s manuscript. Please refer to the collaborative workflow for a description of the model functionality and completeness. Documentation can be found here.

Full Changelog: https://github.com/NOAA-FIMS/FIMS/commits/v0.1.0