Changelog * add support of Python 3.12 * drop Python 3.6
2.2.1
Changelog
Core
* fix: GUI could not open because of changed signature of tk.StringVar() (25 and 27)
Misc.
* switch CI/CD from Travis to GitHub actions * add support of Python 3.9, 3.10, 3.11
2.2.0
Changelog
Core
* fix: returns complete correction vectors and matrices (18 ) * feat: add support and generation of isotopic inchis (19 )
Misc.
* add support of python 3.8 in travis * update doc
2.1.4
Changelog
GUI
* fix: scroollbar for tracer purity is functional (15) * feat: tooltips for the GUI (13) * feat: display logs progressively in the GUI * feat: display some text if local IsoCor's version is outdated (14)
... and some more tuning.
Misc.
* chore: new image displaying IsoCor GUI * feat: maintain only one version number in `__init__.py`
2.1.3
Changelog
* fix: encoding of datafiles path to utf-8 9 * feat: improved checks when parsing database files, clearer error messages 9
2.1.2
Changelog
* fix: parsing error when names of samples contained only numbers * feat: improved CLI interface (test correction parameters early and exit on error) * added reference to IsoCor v2 publication * and updated doc