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 NameError emissions.
  • History-indexed typed inputs (input.int/input.float/input.color referenced with [n]) are now annotated as Series, while non-indexed scalar inputs stay plain.