All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.
1.1.1 (2026-07-19)
- ci: upgrade setuptools before pip-audit (c081cae)
- lead README with AlphaMate reveal video (55ecde1)
1.1.0 (2026-07-17)
- models: support v10 open-weights (448 canvas) (ee61482)
- Support open-weights model v10.0.0 (unified ONNX; 448×448 canvas)
- Default letterbox canvas to 448 when sidecar metadata is missing
1.0.6 (2026-07-02)
- ci: use Python 3.12 as mypy target for numpy 2.x stubs (f5cfa68)
1.0.5 (2026-07-02)
- ci: skip numpy stubs in mypy to fix CI on numpy 2.x (1b5a42d)
1.0.4 (2026-07-02)
- ci: update mypy target to Python 3.10 (08941b1)
The two product variants now have clear canonical names: withoutBG Open Weights Model (local ONNX) and withoutBG API (cloud).
New primary API:
WithoutBG.open_weights()replacesWithoutBG.opensource()OpenWeightsModelreplacesOpenSourceModelWithoutBGAPIClientreplacesProAPIWithoutBGOpenWeightsreplacesWithoutBGOpenSource- CLI
--model open-weightsreplaces--model opensource
Deprecated (removed in next major release):
WithoutBG.opensource()— emitsDeprecationWarning, delegates toopen_weights()OpenSourceModel— alias forOpenWeightsModelProAPI— alias forWithoutBGAPIClientWithoutBGOpenSource— alias forWithoutBGOpenWeights- CLI
--model opensource— maps toopen-weightswith a deprecation notice