Skip to content

Commit dddaedb

Browse files
authored
Merge pull request #300 from QuantumSavory/compathelper/new_version/2024-06-27-01-03-03-119-02328791243
CompatHelper: bump compat for QuantumOpticsBase in [weakdeps] to 0.5, (keep existing compat)
2 parents ad2d697 + 53002d5 commit dddaedb

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,15 @@
55

66
# News
77

8-
## v0.9.4 - 2024-06-19
8+
## v0.9.4 - 2024-06-28
99

1010
- Addition of a constructor for concatenated quantum codes -- `Concat`.
1111
- Addition of multiple unexported classical code constructors.
1212
- Failed compactification of gates now only raises a warning instead of throwing an error. Defaults to slower non-compactified gates.
1313
- Gate errors are now conveniently supported by the various ECC benchmark setups in the `ECC` module.
1414
- Remove printing of spurious debug info from the PyBP decoder.
1515
- Significant improvements to the low-level circuit compiler (the sumtype compactifier), leading to faster Pauli frame simulation of noisy circuits.
16+
- Bump `QuantumOpticsBase.jl` package extension compat bound.
1617

1718
## v0.9.3 - 2024-04-10
1819

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ PrecompileTools = "1.2"
5959
PyQDecoders = "0.2.1"
6060
Quantikz = "1.3.1"
6161
QuantumInterface = "0.3.3"
62-
QuantumOpticsBase = "0.4.18"
62+
QuantumOpticsBase = "0.4.18, 0.5"
6363
Random = "1.9"
6464
SIMD = "3.4.0"
6565
SparseArrays = "1.9"

0 commit comments

Comments
 (0)