Skip to content

Commit

Permalink
Update changelog and increment version to v0.12 (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
josh146 authored Oct 20, 2020
1 parent a31609d commit c25fa55
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 7 deletions.
19 changes: 13 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,26 @@
# Release 0.12.0-dev

### New features since last release

### Breaking changes
# Release 0.12.0

### Improvements

* Speeds up the computation of expectation values by using native Qulacs methods.
[(#14)](https://github.com/PennyLaneAI/pennylane-qulacs/pull/14)

### Documentation

### Bug fixes
* Updates the installation instructions, to indicate how to install the PennyLane-Qulacs
plugin with either the CPU or GPU version of Qulacs.
[(#14)](https://github.com/PennyLaneAI/pennylane-qulacs/pull/14)

* Adds note to the documentation showing how to use multiple OpenMP threads by setting the
`OMP_NUM_THREADS` environment variable.
[(#14)](https://github.com/PennyLaneAI/pennylane-qulacs/pull/14)

### Contributors

This release contains contributions from (in alphabetical order):

Theodor Isacsson, Maria Schuld.

---

# Release 0.11.0
Expand Down
2 changes: 1 addition & 1 deletion pennylane_qulacs/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@
"""
PennyLane-Qulacs plugin.
"""
__version__ = "0.12.0-dev"
__version__ = "0.12.0"

0 comments on commit c25fa55

Please sign in to comment.