Inklet v2.5.0
Inklet creates scientific figures from Python with live data, measured layout, native 3D artwork, and editable SVG/PDF exports.
This first public release includes:
- Nested multi-panel layouts and measured architecture diagrams.
- Scientific plots, shared scales, live datasets, and provenance records.
- Native 3D rendering and optional image and Blender support.
- SVG/PDF exports, local review pages, and layout diagnostics.
- Documentation, runnable examples, and a complete twenty-panel stress test.
Python 3.11 or later is required. Install the attached wheel directly:
python -m pip install https://github.com/Mapika/inklet/releases/download/v2.5.0/inklet-2.5.0-py3-none-any.whlAlternatively, download the wheel below and run python -m pip install inklet-2.5.0-py3-none-any.whl. The .tar.gz file contains the source distribution, examples, documentation, and tests. SHA256SUMS records the SHA-256 digest of each Python package.
Text rendering requires an installed font. Image layers and PNG review previews need the optional image dependencies; see the installation guide.
Quickstart · Documentation · Examples
Validation: 3,102 local tests passed, 26 visual comparisons matched their baselines, and the full twenty-panel stress test passed. GitHub CI passed, including wheel installation on Python 3.11, 3.12, and 3.13.
Inklet code is MIT licensed. Included third-party meshes and structure data retain the terms in THIRD_PARTY_NOTICES.md.