Skip to content

v0.11.0

Compare
Choose a tag to compare
@michaeldiamant michaeldiamant released this 12 Apr 20:28
· 133 commits to master since this release
495e379

Added

  • Introduce optional compiler optimization to remove redundant sequential ScratchSlot store/load invocations (#247). The optimization is disabled by default.
  • Expose DynamicScratchVar to reference arbitrary ScratchVar instances (#198).

Changed

  • Bump minimum supported Python version to v3.10 (#269).
  • Add @Subroutine support for ScratchVar parameters (#198).
  • Make minor doc updates (#248) and (#265).
  • Remove outdated Jupyter notebook demo (#268).
  • Fix docs warning about multiple OptimizeOptions targets (#271).