Skip to content

LiquidDiffract v1.1.10

Compare
Choose a tag to compare
@bjheinen bjheinen released this 18 Oct 12:40
52d16a2

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.