LiquidDiffract v1.1.10
Patch release to fix minor (but crashing) bug in v1.1.9 when using Python v>=3.10
- LiquidDiffract/gui/optim_ui.py line 705: setResizeMode --> setSectionResizeMode
The QHeaderView attribute setResizeMode is deprecated in PyQt5 and causes an AttributeError in some version combinations of PyQt5 and Python. setSectionResizeMode replaces it and is compatible with all versions.