Skip to content

Commit

Permalink
Merge pull request #65 from XanaduAI/update_version
Browse files Browse the repository at this point in the history
Updates CHANGELOG.md, version.hpp and _version.py for version 0.8.0
  • Loading branch information
josh146 authored Oct 3, 2019
2 parents 743781c + cef6424 commit 63510db
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 5 deletions.
18 changes: 16 additions & 2 deletions .github/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,29 @@
# Version 0.8.0-dev
# Version 0.8.0

### New features

* Adds classical sampling of permanents of positive definite matrices in `csamples`. [#61](https://github.com/XanaduAI/thewalrus/pull/61)

* The Walrus gallery with examples of nongaussian state preparations that can be studied using the functions from the `quantum` module. [#55](https://github.com/XanaduAI/thewalrus/pull/55)

### Improvements

* Updates the bibliography of the documentation with recently published articles. [#51](https://github.com/XanaduAI/thewalrus/pull/51)

### Bug fixes

### Contributors
* Important bugfix in `quantum`. This bug was detected by running the tests in `test_integration`. [#48](https://github.com/XanaduAI/thewalrus/pull/48)

* Corrects the Makefile so that it uses the environment variable pointing to Eigen (if available). [#58](https://github.com/XanaduAI/thewalrus/pull/58)

* Removes any reference to Fortran in the Makefile. [#58](https://github.com/XanaduAI/thewalrus/pull/58)

### Contributors
This release contains contributions from (in alphabetical order):

Luke Helt, Josh Izaac, Soran Jahangiri, Nicolas Quesada, Guillaume Thekkadath


---

# Version 0.7.0
Expand Down
4 changes: 2 additions & 2 deletions docs/gallery/gallery.rst
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
.. _gallery:

Nongaussian states gallery
Non-Gaussian states gallery
##########################


Here you can find a curated list of Gaussian circuits and photon-number-resolved measurements to prepare nongaussian states of interest in quantum optics, information, metrology and computing.
Here you can find a curated list of Gaussian circuits and photon-number-resolved measurements to prepare non-Gaussian states of interest in quantum optics, information, metrology and computing.


If you develop a new circuit and measurement scheme to prepare a nongaussian state, add it to the gallery!
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.8.0-dev"
__version__ = "0.8.0"

0 comments on commit 63510db

Please sign in to comment.