v1.3.0¶
Release date: 2026-03-23
Summary¶
v1.3.0 promotes the new booth / jury demo workflow into an official SDK release and adds a dedicated update guide so users can move existing machines to the latest version cleanly.
Highlights¶
- Added
iints demo-booth - Added
build_booth_demo(...) - Added
examples/demos/06_booth_demo.py - Added
scripts/run_booth_demo.sh - Added generated booth assets:
- poster PNG
- jury talk track
- live demo script
- command cheat sheet
- Added
docs/UPDATING.mdwith clean upgrade instructions for released installs and editable source installs
Why this release matters¶
This release closes a practical gap:
- one machine might already be on the newest source tree
- another machine might still be running an older PyPI build
With v1.3.0, the SDK now includes both:
- the actual booth-demo feature set
- the documentation needed to upgrade another machine without guesswork
Upgrade¶
Inside the active virtual environment:
python -m pip install -U pip
python -m pip install -U "iints-sdk-python35[mdmp]==1.3.0"
hash -r
python -c "import iints; print(iints.__version__)"
If the machine still behaves like an older install:
iints-sdk-doctor
Main booth-demo commands¶
./scripts/run_booth_demo.sh
or
iints demo-booth --output-dir results/booth_demo
Notes¶
- Python requirement remains
>=3.10 - Local AI features still work best with the optional
mdmpextra installed - If a legacy
iintspackage shadows the SDK, the update guide now includes the repair flow