PyneComp v6.0.40 — parser fixes for hoisted-constant dependency tracking and…
Fixes
- Identifier collection now follows chained subexpressions, so member/method call chains include identifiers from nested call arguments — preserves transitive dependencies for hoisted constants and avoids forward
NameErroremissions. - History-indexed typed inputs (
input.int/input.float/input.colorreferenced with[n]) are now annotated asSeries, while non-indexed scalar inputs stay plain.