Skip to content

v0.2.1

Pre-release
Pre-release

Choose a tag to compare

@paulglover paulglover released this 08 Aug 12:29
5832fe4

Housekeeping release. Nothing about the merge or the written files changed since v0.2.0 — no change to the merge maths, the output format, or the filenames produced. Upgrading is optional.

Added

  • CIpytest on every pull request and on pushes to main, across Python 3.9, 3.11 and 3.13 (#6). Merging into main now requires a green build, gated behind a single ci-ok job so the matrix stays free to change (#7).
  • CONTRIBUTING.md — dev setup, the tracked hooks/ directory and its one-time git config core.hooksPath hooks, and the branch/PR flow (#3, #10).
  • hooks/pre-push — refuses pushes to main locally, so the failure is immediate rather than a rejected round trip (#2).
  • CI and release badges on the README (#5, #9).

Install

pip install -e .
trichrome merge ./shoot

Needs numpy, rawpy, tifffile and imagecodecs. See the README for the full option list and the deletion-safety rules that govern --delete-originals.