Skip to content

Commit

Permalink
Increment version to 0.20.0 (#657)
Browse files Browse the repository at this point in the history
* bump release

* update tw requirement
  • Loading branch information
thisac authored Nov 19, 2021
1 parent 8721cb3 commit 52e55d6
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 12 deletions.
18 changes: 11 additions & 7 deletions .github/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Release 0.20.0 (development release)
# Release 0.20.0 (current release)

<h3>New features since last release</h3>

Expand Down Expand Up @@ -320,26 +320,30 @@
passed at initialization.

* The `api` subpackage has been removed and the contained `DeviceSpec` and `Result` classes have
been moved to the root `strawberryfields` folder. They can now be imported as follows:
been moved to the root `strawberryfields` folder.
[(#652)](https://github.com/XanaduAI/strawberryfields/pull/652)

They can now be imported as follows:

```python
import strawberryfields as sf
# sf.DeviceSpec
# sf.Result
```

<h3>Bug fixes</h3>

<h3>Documentation</h3>

* Strawberry Fields interactive has been removed from the documentation.
[(#635)](https://github.com/XanaduAI/strawberryfields/pull/635)

<h3>Contributors</h3>

This release contains contributions from (in alphabetical order):

Mikhail Andrenkov, Sebastián Duque Mesa, Theodor Isacsson, Filippo Miatto, Nicolás Quesada, Antal
Száva, Yuan Yao.
Mikhail Andrenkov, Sebastián Duque Mesa, Theodor Isacsson, Josh Izaac, Filippo Miatto, Nicolás
Quesada, Antal Száva, Yuan Yao.

# Release 0.19.0 (current release)
# Release 0.19.0

<h3>New features since last release</h3>

Expand Down
2 changes: 1 addition & 1 deletion doc/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ sphinx-copybutton
sphinx-automodapi
sphinxcontrib-bibtex==0.4.2
tensorflow==2.6.1
http://xanadu-wheels.s3-website-us-east-1.amazonaws.com/thewalrus-0.17.0.dev0+20211117203611-cp38-cp38-manylinux2014_x86_64.whl#sha256=f8cef1f05a903eec2b563758b7542490681dfc899e57cce1542385546e222306
thewalrus>=0.17.0
toml
2 changes: 1 addition & 1 deletion requirements-ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ tensorboard
networkx
quantum-blackbird
python-dateutil
http://xanadu-wheels.s3-website-us-east-1.amazonaws.com/thewalrus-0.17.0.dev0+20211117203611-cp38-cp38-manylinux2014_x86_64.whl#sha256=f8cef1f05a903eec2b563758b7542490681dfc899e57cce1542385546e222306
thewalrus>=0.17.0
toml
appdirs
numba
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ scipy==1.7.1
sympy==1.8
tensorflow==2.6.1
tensorboard==2.6.0
thewalrus==0.16.2
thewalrus==0.17.0
toml==0.10.2
typing-extensions==3.7.4
urllib3==1.25.8
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"requests>=2.22.0",
"scipy>=1.0.0",
"sympy>=1.5",
"thewalrus>=0.15.0",
"thewalrus>=0.17.0",
"toml",
"urllib3>=1.25.3",
"xanadu-cloud-client>=0.1.1",
Expand Down
2 changes: 1 addition & 1 deletion strawberryfields/_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.20.0-dev"
__version__ = "0.20.0"

0 comments on commit 52e55d6

Please sign in to comment.