Skip to content

1.4.1a Release for Windows

Compare
Choose a tag to compare
@rklasky rklasky released this 13 Dec 02:30
· 21 commits to master since this release

This is a temporary release with half of the most recent post-WGSAM changes implemented.

Release Instructions

Changes to the database have been made and the user should either:

  1. To create a new database:
     1.1. Click: Utilities -> Create Tables
     1.2. Create their own database
     1.3. Import their own data

  or

  1. To import an existing database:
     2.1. Click: Utilities -> Create Tables
     2.2. Create a project: preWGSAM
     2.3. Import the database included with this release in the sample_data directory: Keyrun_preWGSAM

  or

  1. To patch a current database:
     3.1. Run the following commands at the MySQL command line prior to running this version of MSSPM:
     -- alter table species add column Weight float NULL after ExploitationRate
     -- alter table species add column GrowthRateShape float NULL after GrowthRate
     -- alter table species add column GrowthRateShapeMin float NULL after GrowthRateMax
     -- alter table species add column GrowthRateShapeMax float NULL after GrowthRateShapeMin
     -- alter table species drop column SpeciesKCovarCoeff, drop column GrowthRateCovarCoeff
     -- alter table summarydiagnostic add column GrowthRateShape varchar(50) NULL after GrowthRate
     -- alter table forecastmontecarloparameters add column GrowthRateShape double NULL after GrowthRate
     -- alter table forecastuncertainty add column GrowthRateShape float NOT NULL after GrowthRate
     -- alter table modelreview add column isEstGrowthRateShapeEnabled varchar(10) NOT NULL after isEstGrowthRateChecked
     -- alter table modelreview add column isEstGrowthRateShapeChecked varchar(10) NOT NULL after isEstGrowthRateShapeEnabled
     -- alter table models add column EstimateGrowthRateShape int(11) NULL after EstimateGrowthRate
     3.2. Run MSSPM and reset GUI and Settings prior to application start up
     3.3. Make sure project database and project name are: Keyrun_preWGSAM and preWGSAM (if planning on importing the sample db)
     3.4. Click: Utilities -> Create Tables

Release Notes

  • Added plot of Catch and Observed together vs time
  • Added tooltip on Observed Biomass to show the actual coordinates and not just "Obs Biomass"
  • Added functionality where user can set the scale factor in Remora larger than 4
  • Added Weight functionality for species (N.B. required changes to database tables)
  • Added Growth Rate Shape parameter functionality (N.B. required changes to database tables)
  • Added a None scaling type to give user full control as to whether and when to use which Scaling algorithm
  • Added whatsThis help to Model Review table
  • Added error checking for case of no db loaded
  • Fixed issue with Remora sometimes resizing larger than the laptop height
  • Fixed issue with Setup Tab3 Export not asking user if they want a non-default name for the .csv file
  • Fixed issue with Setup Tab3 Export not working correctly when on Guild page