Skip to content

Commit

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

CompatHelper: bump compat for QuantumOpticsBase in [weakdeps] to 0.5, (keep existing compat)
  • Loading branch information
Krastanov committed 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

2 comments on commit dddaedb

@Krastanov
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request created: JuliaRegistries/General/110046

Tip: Release Notes

Did you know you can add release notes too? Just add markdown formatted text underneath the comment after the text
"Release notes:" and it will be added to the registry PR, and if TagBot is installed it will also be added to the
release that TagBot creates. i.e.

@JuliaRegistrator register

Release notes:

## Breaking changes

- blah

To add them here just re-invoke and the PR will be updated.

Tagging

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v0.9.4 -m "<description of version>" dddaedbac7ac76ae6ce4fb1fc171acdc142a9b53
git push origin v0.9.4

Please sign in to comment.