Skip to content

Commit

Permalink
Bump version to 2.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
karalekas committed Nov 26, 2019
1 parent 032cd5e commit 187df56
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
9 changes: 5 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
Changelog
=========

[v2.14](https://github.com/rigetti/pyquil/compare/v2.13.0...master) (in development)
------------------------------------------------------------------------------------
[v2.14](https://github.com/rigetti/pyquil/compare/v2.13.0...master) (November 25, 2019)
---------------------------------------------------------------------------------------

### Announcements

### Improvements and Changes

- There is a new `QuantumComputer.experiment` method for running a collection of
quantum programs as defined by a `TomographyExperiment`. These objects have a
main program body and a collection of state preparation and measurement
Expand All @@ -18,6 +16,9 @@ Changelog
the QVM or QPU). For more information check out the API documentation sections
on the [Quantum Computer](docs/source/apidocs/quantum_computer.rst) and on the
[Experiment Module](docs/source/apidocs/experiment.rst) (@karalekas, gh-1100).

### Improvements and Changes

- Type hints have been added to the `PauliTerm` class (@rht, gh-1075).
- The `rigetti/forest` Docker image now has less noisy output due to stdout and
stderr redirection to log files `entrypoint.sh` (@karalekas, gh-1105).
Expand Down
2 changes: 1 addition & 1 deletion VERSION.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.13.0
2.14.0

0 comments on commit 187df56

Please sign in to comment.