Skip to content

Commit

Permalink
Merge pull request QuantumSavory#300 from QuantumSavory/compathelper/…
Browse files Browse the repository at this point in the history
…new_version/2024-06-27-01-03-03-119-02328791243

CompatHelper: bump compat for QuantumOpticsBase in [weakdeps] to 0.5, (keep existing compat)
  • Loading branch information
Krastanov authored Jun 28, 2024
2 parents ad2d697 + 53002d5 commit dddaedb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,15 @@

# 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.
- Failed compactification of gates now only raises a warning instead of throwing an error. Defaults to slower non-compactified gates.
- 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

Expand Down
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit dddaedb

Please sign in to comment.