Skip to content

Commit

Permalink
Bump version to 2.6.0 (#868)
Browse files Browse the repository at this point in the history
  • Loading branch information
karalekas authored Mar 29, 2019
1 parent 4aad0ff commit 910dfe7
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 4 deletions.
35 changes: 32 additions & 3 deletions docs/source/changes.rst
Original file line number Diff line number Diff line change
@@ -1,8 +1,39 @@
Changelog
=========

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

Improvements and Changes:

- Added a CODEOWNERS file for default reviewers (gh-855).

- Bifurcated the ``QPUCompiler`` endpoint parameter into two -- ``quilc_endpoint`` and
``qpu_compiler_endpoint`` -- to reflect changes in Quantum Cloud Services (gh-856).

- Clarified documentation around the DELAY pragma (gh-862).

- Added information about the ``local_qvm`` context manager to the
getting started documentation (gh-851).

Bugfixes:

- Added a non-None default timeout to the ``QVMCompiler`` object (gh-850) and
the ``get_benchmarker`` function (gh-854).

- Fixed the docstring for the ``apply_clifford_to_pauli`` function (gh-836).

- Allowed the ``apply_clifford_to_pauli`` function to now work with the Identity
as input (gh-849).

- Updated a stale link to the Rigetti Forest Slack workspace (gh-860).

- Fixed a notation typo in the documentation for noise (gh-861).

Special thanks to willzeng for all the contributions this release!

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

Improvements and Changes:

Expand All @@ -26,8 +57,6 @@ Bugfixes:

- Some stale tests have been brought into the modern era.



v2.4 (February 14, 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.5.2"
__version__ = "2.6.0"

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

0 comments on commit 910dfe7

Please sign in to comment.