v1.3.2¶
Release date: 2026-03-24
v1.3.2 makes the booth demo work better on secondary machines and makes the SDK installation story much clearer.
Highlights¶
- Added
iints demo-exportso installed users can export the showable booth demo code without cloning the repository - Bundled the live stage demo script inside the SDK package
- Added
docs/INSTALLATION.mdwith a simple explanation of: - which commands can run from any folder
- which commands must run from the SDK repository root
- when to move into a generated quickstart project
- Improved
examples/demos/07_live_stage_demo.pyso it visibly demonstrates these SDK features: run_full(...)generate_results_poster(...)prepare_ai_ready_artifacts(...)- Improved booth helper scripts so they resolve the repository root automatically
Why this patch matters¶
Before this patch, a second machine with only the installed SDK could run IINTS, but it could not easily show the exact booth-demo code that lives in the repository.
With v1.3.2, that same machine can now do this:
iints demo-export --output-dir iints_demo
cd iints_demo
python 07_live_stage_demo.py
That closes the gap between:
- the machine where you develop the SDK
- the machine where you want to present the SDK
Upgrade¶
python -m pip install -U "iints-sdk-python35[mdmp]==1.3.2"
Or simply track the latest release:
python -m pip install -U "iints-sdk-python35[mdmp]"
Demo flow on an installed machine¶
iints demo-export --output-dir iints_demo
cd iints_demo
python 07_live_stage_demo.py
Demo flow from the repository¶
./scripts/run_live_stage_demo.sh