Skip to content

Commit

Permalink
update changelog with compactify_circuit
Browse files Browse the repository at this point in the history
  • Loading branch information
Krastanov committed May 17, 2023
1 parent 544ba07 commit 7da8d35
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,12 @@

# News

## v0.8.0
## v0.8.0 - 2023-05-16

- **(breaking)** Deprecated the `QuantumCliffordPlots` library and moved that functionality to 3 package extensions, one for each of `Quantikz`, `Plots`, and `Makie` visualizations.
- **(breaking)** Set minimum requirements to Julia 1.9
- Initial implementation of Pauli frame simulations (with `pftrajectories` and `PauliFrame`)
- Initial support for "sum type" gates for much faster dispatch (with `compactify_circuit`)
- Fixes to print/show formatting.

## v0.7.2 - 2023-04-09
Expand Down

2 comments on commit 7da8d35

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

  • (breaking) Deprecated the QuantumCliffordPlots library and moved that functionality to 3 package extensions, one for each of Quantikz, Plots, and Makie visualizations.
  • (breaking) Set minimum requirements to Julia 1.9
  • Initial implementation of Pauli frame simulations (with pftrajectories and PauliFrame)
  • Initial support for "sum type" gates for much faster dispatch (with compactify_circuit)
  • Fixes to print/show formatting.

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

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.8.0 -m "<description of version>" 7da8d351320b73e3f9461fa68b65c60ec03da3ea
git push origin v0.8.0

Please sign in to comment.