Skip to content

v0.24.0

Compare
Choose a tag to compare
@bbroder-algo bbroder-algo released this 20 Mar 14:36
· 16 commits to master since this release
9301892

Added

  • Clarify that Approve and Reject always exit in the documentation. (#660)
  • Added frame pointer support for router. (#600)
    • NOTE: a backwards incompatable change was imposed in this PR: previous build_program method in Router was exported and public, now this method is hidden. Use compile_program only.
  • Experimental source mapping capability. (#650)

Changed

  • Enable source maps using the new FeatureGate class. See examples/applications/sourcemap.py for a usage example. (#687)