Skip to content

Releases: PennyLaneAI/pennylane-aqt

Release 0.44.0

13 Jan 20:23
fcee52a

Choose a tag to compare

Improvements 🛠

  • Added support for Python 3.14.
    (#106)

Internal changes ⚙️

  • Upgraded Sphinx to version 8.1.
    (#101)

  • Fix default_config access in tests.
    (#102)

Contributors ✍️

This release contains contributions from (in alphabetical order):

Runor Agbaire,
Yushao Chen.

Release 0.43.0

15 Oct 19:40
19e561f

Choose a tag to compare

Improvements 🛠

  • Overload the batch_transform to carry over the validation of no analytic execution.
    (#95)

Breaking changes 💔

  • Minimum supported version of PennyLane is now v0.43.0.
    (#99)

  • Remove support for Python 3.10 and add support for Python 3.13.
    (#93)

Contributors ✍️

This release contains contributions from (in alphabetical order):

Yushao Chen, Andrija Paurevic.

Release 0.42.0

15 Jul 19:19
f92e73b

Choose a tag to compare

Breaking changes 💔

  • Upgrade minimum supported version of PennyLane to 0.42.0.
    (#92)

Internal changes ⚙️

  • Bumped the readthedocs.yml action up to Ubuntu-24.04.
    (#88)

  • Use new pennylane.exceptions module for custom exceptions.
    (#86)

Contributors ✍️

This release contains contributions from (in alphabetical order):

Runor Agbaire,
Andrija Paurevic

Release 0.41.0

15 Apr 20:01
4369020

Choose a tag to compare

Internal changes ⚙️

  • Pinning setuptools in the CI to update how the plugin is installed.
    (#83)

Contributors ✍️

This release contains contributions from (in alphabetical order):

Pietropaolo Frisoni

Release 0.40.0

14 Jan 22:08
cbd487f

Choose a tag to compare

Breaking changes 💔

  • The qml.QubitStateVector template has been removed. Instead, use :class:~pennylane.StatePrep.
    (#77)

Contributors ✍️

This release contains contributions from (in alphabetical order):

Andrija Paurevic

Release 0.39.0

06 Nov 14:50
2106fe4

Choose a tag to compare

Breaking changes 💔

  • Drops Python 3.9 support. (#70)

  • Upgraded minimum supported version of PennyLane to 0.38.0. (#75)

Bug fixes 🐛

  • Fix deprecated import path for QubitDevice. (#66)

Contributors ✍️

This release contains contributions from (in alphabetical order):

Astral Cai, Andrija Paurevic

Release 0.32.0.post0

06 Sep 18:06
64e9322

Choose a tag to compare

This postfix release updates some documentation dependencies and testing.

Release 0.32.0

28 Aug 18:36
578947e

Choose a tag to compare

Breaking changes 💔

  • Drops Python 3.8 support. (#51)

Improvements 🛠

  • Added support for qml.StatePrep as a state preparation operation. (#50)

Contributors ✍️

This release contains contributions from (in alphabetical order):

Mudit Pandey,
Jay Soni

Release 0.29.0

28 Feb 18:19
2d1ee68

Choose a tag to compare

New features since last release

  • Adds Python 3.11 support.
    (#43)

Breaking changes

  • Drops Python 3.7 support.
    (#43)

Bug fixes

  • For compatibility with PennyLane v0.29, the use of Operation.inv() has been removed,
    and replaced with qml.adjoint.
    (#45)

Contributors

This release contains contributions from (in alphabetical order):

Lillian M. A. Frederiksen
Christina Lee

Release 0.27.0

15 Nov 00:27
443aa07

Choose a tag to compare

New features since last release

  • Adds Python 3.10 support. (#33)

Contributors

This release contains contributions from (in alphabetical order):

Christina Lee