Skip to content

Commit

Permalink
Bump version to 2.7.0 and update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
karalekas committed Apr 29, 2019
1 parent 91c66c2 commit ec98e45
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ pyQuil is licensed under the [Apache 2.0 license](https://github.com/rigetti/pyQ

[![Build Status](https://semaphoreci.com/api/v1/rigetti/pyquil/branches/master/badge.svg)](https://semaphoreci.com/rigetti/pyquil)
[![Documentation Status](https://readthedocs.org/projects/pyquil/badge/?version=latest)](http://pyquil.readthedocs.io/en/latest/?badge=latest)
[![pipeline status](https://gitlab.com/rigetti/pyquil/badges/master/pipeline.svg)](https://gitlab.com/rigetti/pyquil/commits/master)
[![pipeline status](https://gitlab.com/rigetti/forest/pyquil/badges/master/pipeline.svg)](https://gitlab.com/rigetti/forest/pyquil/commits/master)

**Please note: To make full use of our SDK, in addition to installing
pyQuil, you will need to have installed quilc and the QVM (compiler
Expand Down
18 changes: 18 additions & 0 deletions docs/source/changes.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,24 @@
Changelog
=========

v2.7 (April 29, 2019)
---------------------

Improvements and Changes:

- Standard deviation -> standard error in operator estimation (gh-870).

- Update what pyQuil expects from quilc in terms of rewiring pragmas -- they are
now comments rather than distinct instructions (gh-878).

- Allow users to deprioritize QPU jobs -- mostly a Rigetti-internal feature (gh-877).

- Remove the ``qubits`` field from the ``TomographyExperiment`` dataclass (gh-896).

Bugfixes:

- Ensure that shots aren't lost when passing a ``Program`` through ``address_qubits`` (gh-895).

v2.6 (March 29, 2019)
---------------------

Expand Down
2 changes: 1 addition & 1 deletion pyquil/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "2.6.0"
__version__ = "2.7.0"

from pyquil.quil import Program
from pyquil.api import list_quantum_computers, get_qc

0 comments on commit ec98e45

Please sign in to comment.