Skip to content

Commit

Permalink
[refactor] Removed Backend.get_<data> methods (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
lmondada authored Sep 30, 2021
1 parent aec3396 commit 2ebd6e5
Show file tree
Hide file tree
Showing 5 changed files with 225 additions and 289 deletions.
14 changes: 14 additions & 0 deletions pytket/docs/changelog.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,20 @@
Changelog
==================================

0.16.0 (Unreleased)
-------------------

Minor new features:

* New :py:meth:``backends.Backend.run_circuit`` and :py:meth:``backends.Backend.run_circuits``
methods.

API changes:

* The deprecated ``get_shots``, ``get_counts`` and ``get_state`` methods
of the ``Backend`` class are removed. Use ``run_circuits`` and the homonym
methods of the :py:class:`backends.backendresult.BackendResult` class instead.

0.15.0 (September 2021)
-----------------------

Expand Down
Loading

0 comments on commit 2ebd6e5

Please sign in to comment.