Skip to content

Releases: quantumlib/chromobius

v1.1.1 – Platform Palette

21 Nov 17:39

Choose a tag to compare

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

24 Sep 09:16
aeae4dd

Choose a tag to compare

  • 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

14 Dec 12:21
cfcec53

Choose a tag to compare

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.