Released: 2026-03-26. Diff.
Version rationale: patch for additive Python runtime expansion without import-model or runtime floor changes.
Expansion
- Added a first
python/operatorharvest focused on plain-value operator helpers:
abs,add,and_,concat,contains,countOf,eq,floordiv,ge,getitem,gt,indexOf,inv,invert,is_,is_not,le,lshift,lt,mod,mul,ne,neg,not_,or_,pos,pow,rshift,sub,truediv,truth, andxor.