Skip to content

Commit

Permalink
Incrementing the version number to 0.17.0 (#302)
Browse files Browse the repository at this point in the history
* bump version

* update changelog

* remove dummy file
  • Loading branch information
thisac authored Nov 18, 2021
1 parent a02c686 commit c138fdd
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 10 deletions.
14 changes: 5 additions & 9 deletions .github/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,21 +1,17 @@
# Version 0.17.0-dev

### New features
# Version 0.17.0

### Improvements
* Python installation no longer requires [`repoze.lru`](https://pypi.org/project/repoze.lru/). [#293](https://github.com/XanaduAI/thewalrus/pull/293)

* Multidimensional Hermite polynomials are now implemented in numba, hence reducing the C++ dependencies of The Walrus. [#295](https://github.com/XanaduAI/thewalrus/pull/295)
* Multidimensional Hermite polynomials are now implemented in Numba, hence reducing the C++ dependencies of The Walrus. [#295](https://github.com/XanaduAI/thewalrus/pull/295)

### Bug fixes

### Breaking changes
* Updates missing figures in the "Basics of Hafnians and Loop Hafnians" documentation. [#288](https://github.com/XanaduAI/thewalrus/pull/288)

### Contributors

This release contains contributions from (in alphabetical order):

Mikhail Andrenkov
Mikhail Andrenkov, Sebastián Duque

---

Expand All @@ -42,7 +38,7 @@ Filippo Miatto

* Updates the `samples.generate_torontonian_sample` function to ensure probabilities are normalized. [#250](https://github.com/XanaduAI/thewalrus/pull/250)

* Pins Numba to version `<0.54` to avoid binary imcompatibilities with the 1.21 release of NumPy. [#250](https://github.com/XanaduAI/thewalrus/pull/250)
* Pins Numba to version `<0.54` to avoid binary incompatibilities with the 1.21 release of NumPy. [#250](https://github.com/XanaduAI/thewalrus/pull/250)

### Contributors

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.17.0-dev"
__version__ = "0.17.0"

0 comments on commit c138fdd

Please sign in to comment.