- Fixed a bug concerning outputs and the exported table.
- Fixed the problem of certain widgets being disabled when selecting tables to output.
- Fixed feature filtering problem in output files, now all features are present.
- Removed the 'LLOQ' and 'ULOQ' columns from specific tables in the output files.
- Fixed bug where infinite and empty cells were present in "Table.xlsx" files. They are now replace with "NA".
- Changes introduced in new versions are now explicitly detailed in the graphical user interface
- Ratios are not calculated any more, just parsed from data
- Fixed bug on launch where the program wouldn't start because of multiple calls to set_config
- Removed deprecated pandas functions
- Rebuilt test suite to include new features
- Added testing support for Python 3.11 & 3.12
1.6.0 - 2024-03-20
- Skyline data input format is now tabular with 'tsv' or 'txt' extension
- Added system to handle infinity signs which are now coerced to 'NaN'