Skip to content

Commit

Permalink
Incrementing the version number to 0.13.0rc1 (#180)
Browse files Browse the repository at this point in the history
* Pin numba version in docs

* Bump version to rc1

* Remove whitespace
  • Loading branch information
thisac authored Jun 16, 2020
1 parent a5f4376 commit 196bbc5
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 8 deletions.
10 changes: 4 additions & 6 deletions .github/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Version 0.13.0-dev
# Version 0.13.0rc1

### New features

Expand All @@ -8,12 +8,10 @@

* 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 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)


### Improvements

* Adds parallelization support using Dask for `quantum.probabilities`. [#161](https://github.com/XanaduAI/thewalrus/pull/161)
Expand All @@ -28,13 +26,13 @@

### Bug fixes

* Fixes Numba decorated functions not rendering properly in the documentation. [#173] (https://github.com/XanaduAI/thewalrus/pull/173)
* Fixes Numba decorated functions not rendering properly in the documentation. [#173](https://github.com/XanaduAI/thewalrus/pull/173)

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

### 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)
* 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)

### Contributors

Expand Down
2 changes: 1 addition & 1 deletion docs/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ sphinx==2.2.2
ipykernel
nbsphinx
cython>=0.20
numba
numba>=0.49.1
numpy>=1.9
sympy>=1.5.1
repoze.lru>=0.7
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.0-dev"
__version__ = "0.13.0rc1"

0 comments on commit 196bbc5

Please sign in to comment.