Skip to content

IINTS-AF SDK v1.5.23

Release date: 2026-06-30

Summary

This patch makes the desktop app installation path easier and safer for users.

The generic desktop optional dependency now installs the PySide6/Qt runtime automatically. Users should not need to install PySide6 manually after installing the desktop app.

Fixed

  • Added PySide6 to the desktop extra.
  • Added plotly to the desktop extra so biology/PAE HTML views are available from the same install path.
  • Updated the app's own update command to:
python -m pip install -U "iints-sdk-python35[full,desktop,mdmp]"
  • Updated GitHub Actions desktop beta installs to use the same desktop extra for Windows and Linux.
  • Updated desktop docs and troubleshooting so users reinstall the desktop extra instead of installing PySide6 separately.

Compatibility

The older desktop-qt extra still exists for compatibility, but desktop is now the recommended app install extra.

Verified

  • python3 -m pytest tests/test_desktop_app.py -q
  • QT_QPA_PLATFORM=offscreen PYTHONPATH=src python3 -m iints_desktop.qt_app --smoke

Safety

The desktop app remains research and education software. It is not a medical device and must not be used for treatment decisions.