Skip to content

qis-compiler: v0.3.0

Choose a tag to compare

@hugrbot hugrbot released this 11 Jun 13:58
5a512a9

0.3.0 (2026-06-11)

⚠ BREAKING CHANGES

  • Updated the HUGR Python dependency to 0.17.1
  • The compiler now targets explicit qsystem platforms. compile_to_bitcode and compile_to_llvm_ir accept a platform argument for "helios" or "sol".
  • compile_to_bitcode and compile_to_llvm_ir now require keyword arguments for opt_level and target_triple.

Features

  • Add emit_debug support to compile_to_bitcode and compile_to_llvm_ir (#1521) (db2e530)
  • Add Helios and Sol qsystem platform support to the compiler (#1567) (b60553f)
  • Add support for HUGRs using the measurement extension (#1558) (7e35ecf)
  • Use compliant LLVM and TKET artifacts from hugrverse-env for wheel builds (#1471) (6faaf41)

Bug Fixes

  • Include Helios and Sol qsystem extensions in the compiler registry (#1646) (8800257), closes #1645
  • Trim trailing NUL bytes from public bitcode (#1602) (68dd0c3)