Skip to content

Commit

Permalink
Incrementing the version number to 0.13.0 (#187)
Browse files Browse the repository at this point in the history
* Bump version

* Remove thingy

* Fix link
  • Loading branch information
thisac authored Aug 18, 2020
1 parent 11a5f49 commit b7b87bd
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
10 changes: 6 additions & 4 deletions .github/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Version 0.13.0rc2
# Version 0.13.0

### New features

Expand All @@ -8,9 +8,9 @@

* Adds a new module, `thewalrus.random`, to generate random unitary, symplectic and covariance matrices. [#169](https://github.com/XanaduAI/thewalrus/pull/169)

* Adds new functions `normal_ordered_expectation`, ` photon_number_expectation` and `photon_number_squared_expectation` in `thewalrus.quantum` to calculate expectation values of products of normal ordered expressions and number operators and their squares. [#175](https://github.com/XanaduAI/thewalrus/pull/175)
* Adds new functions `normal_ordered_expectation`, `photon_number_expectation` and `photon_number_squared_expectation` in `thewalrus.quantum` to calculate expectation values of products of normal ordered expressions and number operators and their squares. [#175](https://github.com/XanaduAI/thewalrus/pull/175)

* Adds the function `hafnian_sample_graph_rank_one` in `thewalrus.samples` to sample from rank-one adjacency matrices. [#174](https://github.com/XanaduAI/thewalrus/pull/169)
* Adds the function `hafnian_sample_graph_rank_one` in `thewalrus.samples` to sample from rank-one adjacency matrices. [#174](https://github.com/XanaduAI/thewalrus/pull/174)

### Improvements

Expand All @@ -30,6 +30,8 @@

* Solves the issue with `quantum` and `samples` not being rendered in the documentation or the TOC. [#173](https://github.com/XanaduAI/thewalrus/pull/173)

* Fix bug where quantum and samples were not showing up in the documentation. [#182](https://github.com/XanaduAI/thewalrus/pull/182)

### Breaking changes

* The functions in `thewalrus.fock_gradients` are now separated into functions for the gradients and the gates. Moreover, they are renamed, for instance `Dgate` becomes `displacement` and its gradient is now `grad_displacement`. [#164](https://github.com/XanaduAI/thewalrus/pull/164/files)
Expand All @@ -38,7 +40,7 @@

This release contains contributions from (in alphabetical order):

Theodor Isacsson, Filippo Miatto, Nicolas Quesada
Theodor Isacsson, Josh Izaac, Filippo Miatto, Nicolas Quesada

---

Expand Down
2 changes: 1 addition & 1 deletion thewalrus/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@
Version number (major.minor.patch[-label])
"""

__version__ = "0.13.0rc2"
__version__ = "0.13.0"

0 comments on commit b7b87bd

Please sign in to comment.