From aa70f69c1326af48463a641625b7b50c75b4a7dd Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Thu, 27 Jun 2024 01:03:07 +0000 Subject: [PATCH 1/2] CompatHelper: bump compat for QuantumOpticsBase in [weakdeps] to 0.5, (keep existing compat) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index efbf60078..7e351585a 100644 --- a/Project.toml +++ b/Project.toml @@ -59,7 +59,7 @@ PrecompileTools = "1.2" PyQDecoders = "0.2.1" Quantikz = "1.3.1" QuantumInterface = "0.3.3" -QuantumOpticsBase = "0.4.18" +QuantumOpticsBase = "0.4.18, 0.5" Random = "1.9" SIMD = "3.4.0" SparseArrays = "1.9" From 53002d58a82740839557c2e7c4027aaa6adcd507 Mon Sep 17 00:00:00 2001 From: Stefan Krastanov Date: Fri, 28 Jun 2024 17:19:07 -0400 Subject: [PATCH 2/2] bump --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d53e8db88..3ddde011d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ # News -## v0.9.4 - 2024-06-19 +## v0.9.4 - 2024-06-28 - Addition of a constructor for concatenated quantum codes -- `Concat`. - Addition of multiple unexported classical code constructors. @@ -13,6 +13,7 @@ - Gate errors are now conveniently supported by the various ECC benchmark setups in the `ECC` module. - Remove printing of spurious debug info from the PyBP decoder. - Significant improvements to the low-level circuit compiler (the sumtype compactifier), leading to faster Pauli frame simulation of noisy circuits. +- Bump `QuantumOpticsBase.jl` package extension compat bound. ## v0.9.3 - 2024-04-10