Releases: AutoFlowResearch/SmartPeak
Releases · AutoFlowResearch/SmartPeak
v1.17.0
Fix
- Read the Docs maintenance (#447)
- Display error in info panel when user select incorrect file for session file. (#456)
- Fix/fix sample group processing - processors can run into infinite loop. (#450)
- Enabled OpenMP for MacOS builds (fix crash when running multithreaded workflows) (#455)
Changes
- Modifying start menu title to include SmartPeakGUI version (#451)
v1.16.0
Features
- SmartPeak support for exporting heatmaps as PNGs (#433)
- Display Errors in Info Panel (#439)
Fix
- Fixed computation of merge injections (#434)
- Fix DDA parameters (#435)
- Statistics Widget: display message if no sample/transition is selected (#438)
- Min/Max zooming sliders issues (#440)
- Fixed export of PivotTable (#444)
- Fix export of Pivot Table (#445)
- Fix/select dilution (#446)
v1.15.0
Features
- "Select All" button when generating Report (#427)
- Added options to SmartPeakCLI (#429)
- --input-file (-f): Override input file.
- --parameter (-p): Override parameter.
- --mzml (-z): Overrides the default location for the mzML directory.
- --reports-out-dir (-ro): Overrides the default location for reports.
- --output-features (-o): Overrides the default location for output features.
- --input-features (-i): Overrides the default location for input features.
- Create Report: Pivotable and FeatureDB button to use FilePickerHandler (#431)
Fix
- Fixed number of transitions does not appear after loading (#430)
Changes
- Changed options to SmartPeakCLI (#429)
- --output (-o) is now replaced by either --output-features or --reports-out-dir
- --disable-progressbar short form has been replaced from -p to -pg
- --integrity short form has been replaced from -i to -t
v1.14.0
Features
- Implementation of user sessions (#423)
Fix
- Fixed some metadata not appearing in PivotTable (#424)
- Fixed failure to load featureQCComponents.csv when featureQCComponentGroups.csv is not provided (#423)
v1.13.0
Features
- SmartPeak support for exporting workflow results as plots (#412)
- Improving Feature Table (#385)
- Multithreading options for SequenceProcessor methods (#401)
Fix
- Fixed sorted data for Calibrator plot. (#413)
- Fixed Pivot table header with component name and groups (#410)
v1.12.0
Changes
- Chromatogram's time-ranger in compact form (#397)
- CI: moved to python 3.7.2 to fix a change in typing module (#400)
- Enhancing issue filing usability (#403)
- Rework of Filenames class (#404)
Fix
- Fixed flooding of log when workflow fails to be loaded (#399)
- Fixed handling of windows separators in CLI. (#402)
- Fixed ProcessSequence Fails with SIGABRT (#398)
v1.11.0
- DDA Workflow and Support for visualization of non-targeted LC-MS/MS data (#386)
- Automatic, accurate selection of data based on dilution and compound (#394)
v1.10.0
- Added headless CLI to package (#391) (#391)
- Fixed show-back of log and info panel, once previously hidden. (#389)
- Display error if required column is missing in the parameters file. (#388)
v1.9.0
Features
- SmartPeak headless mode. (#365)
Fix
- Report error for invalid value in parameter.csv. (#387)
v1.8.0
Features
- Added support of NA keyword in the sequence file. (#376)
Changes
- Change testing framework to googletest (#374)
Fix
- Fixed display of native_id for scans in explorer view (#379)
- Removing trailing zeros in FilePicker (#377)
- Fixed MergeSpectra when spectrum has no peak (#382)