Skip to content

Commit

Permalink
Removing qiskit.wrapper (#1613)
Browse files Browse the repository at this point in the history
* Removing qiskit.wrapper

* Adding a section removed.
  • Loading branch information
jaygambetta authored and nonhermitian committed Dec 27, 2018
1 parent fcfbeec commit eea013d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 73 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,10 @@ Changed
- The ``Exception`` subclasses have been moved to an ``.exceptions`` module
within each package (for example, ``qiskit.exceptions.QiskitError``). (#1600).

Removed
-------

- Removed the wrapper folder as part of the post 0.7 cleanup

`0.7.0`_ - 2018-12-19
=====================
Expand Down
3 changes: 0 additions & 3 deletions qiskit/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,4 @@
except ImportError:
pass

# TODO: Remove
from .wrapper._wrapper import (load_qasm_string, load_qasm_file)

from .version import __version__
16 changes: 0 additions & 16 deletions qiskit/wrapper/__init__.py

This file was deleted.

54 changes: 0 additions & 54 deletions qiskit/wrapper/_wrapper.py

This file was deleted.

0 comments on commit eea013d

Please sign in to comment.