new preferences and bug fixes
This commit is contained in:
@@ -4,18 +4,27 @@
|
||||
- Currently only the AGE metadata is grabbed and is auto populated into the participants AGE field and displayed on their bubble
|
||||
- If the participants have metadata, a popup will be displayed asking if the user wants to group the participants by their metadata
|
||||
- If the user wants to create groups, a dialog box is presented allowing them to do so. Once completed, the GROUP value will be automatically applied to all applicable participants
|
||||
- A new options menu item has been added: Regroup Files from Metadata. This will allow the dialog to be opened at a later time with a popup appearing if there is no metadata present
|
||||
- Added two new options to the Export to CSV Viewer: Export Configuration to CSV and Paragraph of Configuration
|
||||
- Export Configuration to CSV will export the parameters utilized for each file into a CSV formatted file to provide additional validation of what parameters were used
|
||||
- Paragraph of Configuration will generate a ready-to-go paragraph explaining in a more friendly and easy to follow manner of what parameters were used
|
||||
- Chunked the loading of folders to provide more feedback to the user instead of hanging the application waiting for all files to load
|
||||
- New parameters have been added to the right side of the screen! This allows for more flexibility and customizability when processing
|
||||
- A new Preference Menu option has been added: Show Advanced Parameters. This keeps some of the parameters hidden when not checked. Since this is a preference, it will be saved when reopening the application
|
||||
- Advanced parameters should only be changed if you know what you are doing, and will have a yellow warning symbol next to them to avoid potential confusion on what parameters are advanced
|
||||
- Fixed an issue with the build script not properly updating the version string causing the application to falsely think that an update was always available
|
||||
- Fixed an issue where parameters that were dependent on SHORT_CHANNELS were not properly being updated
|
||||
- Fixed an issue where files that failed processing were not having their progress bar turn red at the step that failed
|
||||
- Fixed an issue where progress bars were not updating when MAX_WORKERS was set to a value higher than default
|
||||
- Fixed an issue where a high value of MAX_WORKERS was never hit the targeted value due to not being able to spawn the workers fast enough
|
||||
- Fixed an issue causing numerous 'Invalid File' popups to appear upon closing the application while files were still having their initial metadata being grabbed
|
||||
- Fixed an issue where both 'Update events in snirf file...' windows could not be open at the same time
|
||||
- Fixed an issue where externally updating a participant's metadata when they were selected would cause the application to crash
|
||||
- Fixed an issue where there was a redundant checking of dependencies when the parameters on the right side of the screen were being calculated
|
||||
- Fixed an issue in which clicking menu options too fast would cause the application to hard crash
|
||||
- Added a time elapsed message to the status bar denoting how long processing has been going on for. When processing is complete, it will change to be the time elapsed
|
||||
- Added a speedup multiplier to show how much time was saved by having MAX_WORKERS not set to 1. This multiplier is calculated using a naive approach and may not be accurate
|
||||
- Removed redundant font styling when parameters were changed from their default values
|
||||
|
||||
|
||||
# Version 1.5.1
|
||||
|
||||
Reference in New Issue
Block a user