Releases: nmfs-fish-tools/MSSPM
Releases · nmfs-fish-tools/MSSPM
1.1.6 Release for Linux
- Modified sample db to match Howard's InitParams_mskeyruns22.xlsx spreadsheet and removed all parameter ranges
- Modified slightly GUI Setup Page 2: moved Project Dir above Project Name to better represent workflow
- Fixed Guild Calculate button on Setup page
1.1.5 Release for Windows
- Fixed Population Parameters not saving correctly (it wasn’t saving InitBiomass)
- Fixed precision bug in Population Parameters when Percentage is used for Min/Max calculations
- Fixed precision bug in estimated SurveyQ values in the Output Estimation tables
- Fixed behavior of Percentage functionality in Population Parameters that caused a re-calculation upon widget loading
- Modified value checking for SurveyQ columns to not allow 0
1.1.5 Release for Linux
- Fixed Population Parameters not saving correctly (it wasn’t saving InitBiomass)
- Fixed precision bug in Population Parameters when Percentage is used for Min/Max calculations
- Fixed behavior of Percentage functionality in Population Parameters that caused a re-calculation upon widget loading
- Fixed precision bug in estimated SurveyQ values in the Output Estimation tables
- Modified value checking for SurveyQ columns to not allow 0
1.1.4 Release for Windows
Release Instructions:
- Table "modelreview" has been modified. You must remove this table and re-create all tables prior to running this release.
Release Notes:
- Modified Model Review Add functionality to take a snapshot of the database for reproducibility
- Modified Model Review delete functionality to delete all auxiliary files when user deletes a Model Review row
1.1.4 Release for Linux
Release Instructions:
- Table "modelreview" has been modified. You must remove this table and re-create all tables prior to running this release.
Release Notes:
- Modified Model Review Add functionality to take a snapshot of the database for reproducibility
- Modified Model Review delete functionality to delete all auxiliary files when user deletes a Model Review row
1.1.3 Release for Linux
- Fixed missing ReadSettings call in Covariates GUI
- Fixed bug after loading a project but not creating a model and then quitting.
1.1.3 Release for Windows
- Fixed missing ReadSettings call in Covariates GUI
- Fixed bug after loading a project but not creating a model and then quitting.
1.1.2 Release for Windows
- Fixed bug with settings file not being deleted when requested in linux (ill-formed path)
- Fixed issue with multiple popups on a new database with covariate table checks
- Fixed import not working correctly on Setup Species/Guild pages
1.1.2 Release for Linux
- Fixed bug with settings file not being deleted when requested in linux (ill-formed path)
- Fixed issue with multiple popups on a new database with covariate table checks
- Fixed import not working correctly on Setup Species/Guild pages
1.1.1 Release for Windows
Release Instructions
- Remove the following tables (their format has changed)
- covariate
- covariateassignment
- covariateinitialvaluesandranges
- forecasts
- forecastuncertainty
- Run Utilities -> Create Tables
Release Notes:
- Added new FitWeights table
- Added check to see if more than half of ObsBiomass data are missing for any species; if so, show a warning
- Added Success message when user clicks Load button on Covariate tabs
- Added ability to import covariate data without first having to add the correct number of columns (only if there are 0 columns present)
- Added Weighted Average functionality for Effort Fit to Catch harvest type
- Added Set button to Forecast->Harvest Data for quick data set from Estimation's Harvest data
- Added Set button to quickly populate covariate initial, min, and max cells to 0.5, 0, and 1
- Added popup warning if competition alpha matrix and the rho predation matrix have values in the same cell
- Added environmental parameter(s) to Diagnostics
- Added SurveyQ covariate logic
- Added 3rd harvest option Effort Fit to Catch and have option where Effort and Catch tables both are visible in the Harvest tab
- Added Effort Fit to Catch functionality for Model Efficiency and Maximum Likelihood
- Added Forecast uncertainty parameters for environmental covariates\
- Added functionality to allow missing Observed Biomass cells
- Added Effort Fit to Catch functionality in Forecast Harvest GUI (per Jason)
- Added functionality to support blanks in covariate tables (per Jason)
- Fixed sum of square calculations to be:
sumSq = diff1diff1 + diff2diff2 where diff1 = estBM-obsBM, diff2 = Catch-qEB (per Jason) - Fixed success prompt on Import/Export file browser when user cancels
- Fixed "Try creating a new Forecast" message appears twice when changing models
- Fixed having to do an estimation every time prior to a forecast once one has been run
- Fixed missing forecast hover help over uncertainty value if < 1% due to lack of precision
- Fixed historical vertical dotted line not appearing correctly between estimation and forecast plots
- Fixed crash when running Effort or EffortFitToCatch in Diagnostics
- Fixed simulated biomass functionality to work as expected with relative biomass and covariates
- Fixed Survey Q issue in NLOPT api