Skip to content

Commit

Permalink
Merge branch 'master' into josh146-patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
lillian542 authored Dec 15, 2023
2 parents 8665bcf + b352abb commit c016ea0
Show file tree
Hide file tree
Showing 46 changed files with 179 additions and 5,525 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ jobs:
steps:
- uses: actions/checkout@v1
- name: Black Code Formatter
uses: lgeiger/black-action@v1.0.1
uses: lgeiger/black-action@master
with:
args: "-l 100 pennylane_honeywell/ --check"
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.7, 3.8, 3.9, '3.10']
python-version: [3.9, '3.10', '3.11']
steps:
- name: Cancel Previous Runs
uses: styfle/[email protected]
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/upload.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: 3.7
python-version: 3.9

- name: Build and install Plugin
run: |
Expand All @@ -29,7 +29,7 @@ jobs:
python -m pytest tests --tb=native
- name: Publish
uses: pypa/gh-action-pypi-publish@master
uses: pypa/gh-action-pypi-publish@release/v1
with:
user: __token__
password: ${{ secrets.PYPI }}
16 changes: 9 additions & 7 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,14 @@ sphinx:
configuration: doc/conf.py

python:
version: 3.8
install:
- requirements: doc/requirements.txt
- method: pip
path: .
system_packages: true
install:
- requirements: doc/requirements.txt
- method: pip
path: .

build:
image: latest
os: ubuntu-22.04
tools:
python: "3.9"
apt_packages:
- graphviz
52 changes: 49 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,65 @@
# Release 0.24.0-dev
# Release 0.34.0-dev

### New features since last release

### Improvements 🛠

* Avoid using the now-deprecated `tape.is_sampled` property.
[(#55)](https://github.com/PennyLaneAI/pennylane-honeywell/pull/55)

### Breaking changes 💔

### Deprecations 👋

### Documentation 📝

### Bug fixes 🐛

### Contributors ✍️

This release contains contributions from (in alphabetical order):

Matthew Silverman

---
# Release 0.33.0

### Breaking changes

* Support for Python 3.8 has been removed.
[(#49)](https://github.com/PennyLaneAI/pennylane-honeywell/pull/49)

* The old return type system has been removed.
[(#50)](https://github.com/PennyLaneAI/pennylane-honeywell/pull/50)

### Contributors

This release contains contributions from (in alphabetical order):

Mudit Pandey

---
# Release 0.30.0

### Breaking changes

* Support for Python 3.7 has been removed.
[(#40)](https://github.com/PennyLaneAI/pennylane-honeywell/pull/40)

### Improvements

### Documentation
* Updated the plugin to be compatible with the new PennyLane return type system.
[(#39)](https://github.com/PennyLaneAI/pennylane-honeywell/pull/39)

### Bug fixes
* Support for Python 3.11 has been added.
[(#40)](https://github.com/PennyLaneAI/pennylane-honeywell/pull/40)

### Contributors

This release contains contributions from (in alphabetical order):

Mudit Pandey

---
# Release 0.23.0

Expand Down
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PennyLane-Honeywell Plugin
##########################

.. image:: https://img.shields.io/github/workflow/status/PennyLaneAI/pennylane-honeywell/Tests/master?logo=github&style=flat-square
.. image:: https://img.shields.io/github/actions/workflow/status/PennyLaneAI/pennylane-honeywell/tests.yml?branch=master&logo=github&style=flat-square
:alt: GitHub Workflow Status (branch)
:target: https://github.com/PennyLaneAI/pennylane-honeywell/actions?query=workflow%3ATests

Expand All @@ -13,7 +13,7 @@ PennyLane-Honeywell Plugin
:alt: CodeFactor Grade
:target: https://www.codefactor.io/repository/github/pennylaneai/pennylane-honeywell

.. image:: https://img.shields.io/readthedocs/pennylane-honeywell.svg?logo=read-the-docs&style=flat-square
.. image:: https://readthedocs.com/projects/xanaduai-pennylane-honeywell/badge/?version=latest&style=flat-square
:alt: Read the Docs
:target: https://docs.pennylane.ai/projects/honeywell

Expand Down
Binary file modified doc/_static/favicon.ico
Binary file not shown.
Binary file added doc/_static/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
80 changes: 80 additions & 0 deletions doc/_static/pennylane.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 0 additions & 5 deletions doc/_templates/autosummary/base.rst

This file was deleted.

86 changes: 0 additions & 86 deletions doc/_templates/autosummary/class.rst

This file was deleted.

40 changes: 0 additions & 40 deletions doc/_templates/autosummary/module.rst

This file was deleted.

10 changes: 0 additions & 10 deletions doc/_templates/autosummary_core/base.rst

This file was deleted.

Loading

0 comments on commit c016ea0

Please sign in to comment.