Skip to content

Releases: quantumlib/chromobius

v1.1.1 – Platform Palette

Choose a tag to compare

@mhucka mhucka released this 21 Nov 17:39

Notable changes:

Updated the set of precompiled wheels:

  • Added Python versions 3.13, 3.14.

  • Added platforms arm64 for macosx and aarch64 for manylinux distributions. The complete set of platforms is: macosx_11_0_arm64, macosx_11_0_x86_64, manylinux_2_26_aarch64, manylinux_2_27_x86_64, and win_amd64.

  • Dropped platform macosx_10_15_x86_64. GitHub has retired macOS 13 workflow runners, which prevents us from testing Chromobius builds on that platform.

Notable bug fixes:

  • Fixed core dump when invoking chromobius without any arguments.
  • Fixed undefined sort function during compilation on some platforms.
  • Avoid exceeding Windows' default path length limits during pip install.

v1.1.0 - Weighted Decoding

Choose a tag to compare

@Strilanc Strilanc released this 24 Sep 09:16
aeae4dd
  • Added chromobius.CompiledDecoder.predict_weighted_obs_flips_from_dets_bit_packed
  • Added a convention where setting 4th detector coordinate to -1 causes chromobius to completely ignore that detector

v1.0.0 - Initial Release

Choose a tag to compare

@Strilanc Strilanc released this 14 Dec 12:21
cfcec53

This is the version of Chromobius that was released when the paper "New circuits and an open source decoder for the color code" was published on the arXiv.