Skip to content

Commit

Permalink
sunset the ProjectQ plugin (#98)
Browse files Browse the repository at this point in the history
* sunset the ProjectQ plugin

* changelog and version finalization

* Update .github/CHANGELOG.md

Co-authored-by: Thomas R. Bromley <49409390+trbromley@users.noreply.github.com>

---------

Co-authored-by: Thomas R. Bromley <49409390+trbromley@users.noreply.github.com>
  • Loading branch information
timmysilv and trbromley committed Jan 12, 2024
1 parent 090a127 commit 854f103
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 13 deletions.
15 changes: 5 additions & 10 deletions .github/CHANGELOG.md
@@ -1,21 +1,16 @@
# Release 0.34.0-dev

### New features since last release

### Improvements 🛠
# Release 0.34.0

### Breaking changes 💔

### Deprecations 👋

### Documentation 📝

### Bug fixes 🐛
* Pin the PennyLane version to <0.35
[(#98)](https://github.com/PennyLaneAI/pennylane-pq/pull/98)

### Contributors ✍️

This release contains contributions from (in alphabetical order):

Matthew Silverman

---
# Release 0.33.0

Expand Down
5 changes: 5 additions & 0 deletions README.rst
Expand Up @@ -25,6 +25,11 @@ PennyLane ProjectQ Plugin
:alt: PyPI - Python Version
:target: https://pypi.org/project/PennyLane-pq

\

**❗ This plugin will not be supported in newer versions of PennyLane. It is compatible with versions
of PennyLane up to and including 0.34❗**

.. header-start-inclusion-marker-do-not-remove
The PennyLane-ProjectQ plugin integrates the ProjectQ quantum computing library with PennyLane's
Expand Down
5 changes: 5 additions & 0 deletions doc/index.rst
Expand Up @@ -3,6 +3,11 @@ PennyLane-ProjectQ Plugin

:Release: |release|

.. warning::

This plugin will not be supported in newer versions of PennyLane. It is compatible with versions
of PennyLane up to and including 0.34.

.. image:: _static/puzzle_pq.png
:align: center
:width: 70%
Expand Down
2 changes: 1 addition & 1 deletion pennylane_pq/_version.py
Expand Up @@ -16,4 +16,4 @@
Version number (major.minor.patch[-label])
"""

__version__ = "0.34.0-dev"
__version__ = "0.34.0"
2 changes: 1 addition & 1 deletion requirements.txt
@@ -1,3 +1,3 @@
projectq>=0.5.1
pennylane>=0.15
pennylane>=0.15,<0.35
pybind11
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -21,7 +21,7 @@

requirements = [
"projectq>=0.5.1",
"pennylane>=0.15"
"pennylane>=0.15,<0.35"
] # pylint: disable=invalid-name


Expand Down

0 comments on commit 854f103

Please sign in to comment.