Skip to content

Commit

Permalink
bump Polyester minimal version for TTFX fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Krastanov committed Dec 28, 2022
1 parent da80a22 commit 08dc633
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
9 changes: 5 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,16 @@
# News

Planned for v1.0.0:
# Planned changes for v1.0.0:

- `permute` will be a wrapper around to `QuantumInterface.permutesubsystems`. Documentation for `permute!` would be similarly updated
- reworking the rest of `NoisyCircuits` and moving it out of `Experimental`

## v0.6.7
# News

## v0.6.7 - 2022-12-27

- **(fix)** Fixed bug in `CliffordOperator(AbstractTwoQubitOperator)`.
- Fixes to inference failures (detected by JET).
- Significant test coverage increase.
- Significant improvement in TTFX thanks to fixes to Polyester.jl (for Julia 1.9).
- Stabilizing a few features, moving out of `Experimental.NoisyCircuits`
- `applynoise!`
- `affectedqubits`
Expand Down
4 changes: 2 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "QuantumClifford"
uuid = "0525e862-1e90-11e9-3e4d-1b39d7109de1"
authors = ["Stefan Krastanov <stefan@krastanov.org>"]
version = "0.6.6"
version = "0.6.7"

[deps]
Combinatorics = "861a8166-3701-5b0c-9a16-15d98fcdc6aa"
Expand All @@ -26,7 +26,7 @@ HostCPUFeatures = "0.1.6"
ILog2 = "0.2.3"
MacroTools = "0.5.9"
Nemo = "0.28, 0.29, 0.30, 0.31, 0.32"
Polyester = "0.6.14"
Polyester = "0.6.19"
QuantumInterface = "0.1.0"
SIMD = "3.4.0"
SnoopPrecompile = "1"
Expand Down

2 comments on commit 08dc633

@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 register

Release Notes:

  • (fix) Fixed bug in CliffordOperator(AbstractTwoQubitOperator).
  • Fixes to inference failures (detected by JET).
  • Significant test coverage increase.
  • Significant improvement in TTFX thanks to fixes to Polyester.jl (for Julia 1.9).
  • Stabilizing a few features, moving out of Experimental.NoisyCircuits
    • applynoise!
    • affectedqubits
    • NoisyGate
    • NoiseOp and NoiseOpAll
    • UnbiasedUncorrelatedNoise

@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/74712

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.6.7 -m "<description of version>" 08dc633dfd2f9704451ae4ec924c20f0e3fe9606
git push origin v0.6.7

Please sign in to comment.