Releases: nmfs-fish-tools/MSSPM
Releases · nmfs-fish-tools/MSSPM
0.9.28 Beta Release for Windows
- Fixed bug with not being able to read MySQL databases created on Windows on Linux (due to case sensitivity limitation of MySQL)
- Added “don’t show again” checkbox to significant digits copy popup warning
- Added logic to only allow user to import/export appropriate files for the GUI they’re currently on
0.9.27 Beta Release for Windows
- Fixed Rescale not working for values < 1e6 on Estimation Tab 1
- Fixed Multi-Run not working
- Added Significant Digits logic
- Added preference for Significant Digits and set default to 4
- Added toolbar button for Significant Digits toggle
- Added user warning if they try to copy data that’s in Significant Digits mode
- Added additional checks that will strip commas from numbers prior to copying them
0.9.26 Beta Release for Windows
- Moved the InitBiomass > KMin check to the Population Parameters tab from the Observed Biomass tab
- Added commas to large numbers throughout the application for better readability
0.9.25 Beta Release for Windows
- Modified sample database: Be sure to import the database in the sample_data directory
- Fixed Models table field CarryingCapacity (changed type from int to double)
- Fixed missing objectName for REMORA UI
- Fixed missing ProjectName fields in various Forecast tables create code
- Added debug log statements to Remora/Forecast Run code (got an unrepeatable crash from Remora)
0.9.24d Beta Release for Windows
- Added debug statements for creating a new Model from within a Project
- Added more checks to allow multiple (and incomplete) Models in same Project
0.9.24 Beta Release for Windows
- Fixed unintended behavior when user imports a database into a project that doesn’t yet exist
- Fixed incorrect statistics displaying for multi-runs
- Updated Summary Statistics title to reflect a multirun (displays the averaging algorithm selected)
0.9.23 Beta Release for Windows
- Fixed bug on importing a database with non-matching current project name (the software now asks the user to select a project from those in the loading database)
0.9.22 Beta Release for Windows
- Fixed MSY guild calculations and updated whatsThis documentation
- Fixed guild exploitation rate logic
- Added logic to disable Run buttons and change to “Running…” while a Run is in progress
- Added first year’s data to "Harvest vs Time" and "Exploitation Rate vs Time" plots
- Added scrollable widget for the Model Settings in Setup Tab 4
- Updated Mohn's Rho logic to work with matrix parameters and not just vector parameters
- Updated Mohn’s Rho Summary Statistics page
0.9.21 Beta Release for Windows
- Modified sample database: Be sure to import the database in the sample_data directory
- Fixed bug with "Harvest vs Time" and "Exploitation Rate" charts when used with Effort
- Added functionality so when the user saves a model, the project name is saved with it in the Models table and with all tables that have a ModelName field (this allows same named model in different projects)
- Added functionality to allow the user to only load/delete models associated with the currently loaded project
- Added “duplicate” logic for a new Model in a project when the user clicks the "New" model button. Ensure that Estimation tabs 1,3,4 can change and Estimation tabs 2,5 cannot. Show warning, “This will change for all models in the current project.” if the user tries to change data in a model.
- Added functionality so when a user deletes a model, all of its associated data in all tables are also deleted
- Added SurveyQ estimation functionality to the Bees Algorithm
- Renamed Systems table to Models table and added the ProjectName field to it
- Renamed SystemName to ModelName in all tables
- Removed old Mohn’s Rho references
0.9.20 Beta Release for Windows
- Fixed bug with "Harvest vs Time" and "Exploitation Rate vs Time" not correctly using either harvest=catch or harvest=qE
- Fixed bug with stuck cursor if user switches from 2d Diagnostics to Retrospective Analysis without first doing a Retrospective Analysis
- Fixed bug with dock window positions not being saved between runs
- Fixed bug causing crash if user runs 2d diagnostics without first doing an estimation
- Added 10^n notation on Remora multi species charts in “1+” mode
- Added better warning if user tries to run a forecast without entering a Forecast name
- Removed peel widgets
- Removed ScaleVal denominator from Exploitation Rate Remora calculations