Matthew Silverman
Matthew Silverman
**Context:** we'd like to catch PL deprecation warnings as early as possible, so we can fix them well before feature freeze. We already do this with PL and plugin tests,...
**Context:** Every time there's a new merge to lightning master, the version on the test PyPI repo gets bumped. This causes noisy commits like [this one](https://github.com/PennyLaneAI/pennylane/pull/5250/commits/0a537929f8224b5fdc8d5717324e8897270a4fd9) for test suites that...
I started this in #5203, but missed the case when it's only applied to a subset of the device wires. This handles that case now as well Fixes #5235
**Context:** null.qubit doesn't quite do everything as it should, so it needs an upgrade of sorts. **Description of the Change:** Port null.qubit to the new Device API. The diff for...
### Feature details As title says. This will probably not be trivial since the decompositions would be different for each state in a batch, and they may not be able...
**Context:** We have a lot of stale PRs open on the repo, and it would be nice to get some help staying on top of things. **Description of the Change:**...
**Context:** These are really important pages, and it's not immediately obvious for readers to find them. **Description of the Change:** Move the list of interfaces (and the unsupported gradients doc)...
**Context:** The `julia` python package is backed by `PyCall`, and `PyCall` kinda sucks. `juliacall`/`pythoncall` is a much easier package to work with, with very simple [single-file configuration](https://juliapy.github.io/PythonCall.jl/stable/juliacall/#julia-deps) **Description of the...
**Context:** The beloved progress bar was neglected when I made the data module because it wasn't an MVP feature, but adding it is quite simple. **Description of the Change:** -...
**Context:** there are a lot of github notifs because of the dependency-tracking workflow, so it would be nice to reduce it. **Description of the Change:** Run stable deps generation on...