Skip to content

Commit

Permalink
Version Bump (#97)
Browse files Browse the repository at this point in the history
* post release version bump

* dummy

Co-authored-by: josh146 <josh146@users.noreply.github.com>
Co-authored-by: Antal Szava <antalszava@gmail.com>
  • Loading branch information
3 people committed Jan 12, 2022
1 parent a9918dc commit 64e877c
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 4 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
# Release 0.21.0-dev

### New features since last release

### Breaking changes

### Improvements

### Documentation

### Bug fixes

### Contributors

This release contains contributions from (in alphabetical order):

---

# Release 0.20.0

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

__version__ = "0.20.0"
__version__ = "0.21.0-dev"
5 changes: 2 additions & 3 deletions tests/test_device.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,9 +92,8 @@ def test_consecutive_subsystem(self, tol):
assert np.allclose(res, expected, atol=tol, rtol=0)

def test_non_consecutive_subsystem(self, tol):
"""Test that matrix-vector multiplication
over a non-consecutive subset of the system agrees with standard
dense matrix multiplication"""
"""Test that matrix-vector multiplication over a non-consecutive subset
of the system agrees with standard dense matrix multiplication"""
wires = 3
dev = ForestDevice(wires=wires, shots=1)

Expand Down

0 comments on commit 64e877c

Please sign in to comment.