Skip to content

Commit

Permalink
Changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
erick-xanadu committed Nov 9, 2023
1 parent 7761ddc commit 597f2a4
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions doc/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

<h3>New features</h3>

* Initial support for transforms. QFunc transforms are supported. QNode transforms have limited
support. QNode transforms cannot be composed, and transforms are limited to what is currently
available in PennyLane. This means that operations defined in Catalyst like `cond`, `for_loop`,
and `while_loop` are not supported by transforms. Additionally, transforms can only return
`MeasurementProcess`es.
[(#280)](https://github.com/PennyLaneAI/catalyst/pull/280)

<h3>Improvements</h3>

<h3>Breaking changes</h3>
Expand All @@ -12,6 +19,8 @@

This release contains contributions from (in alphabetical order):

Erick Ochoa Lopez.

# Release 0.3.2

<h3>New features</h3>
Expand Down

0 comments on commit 597f2a4

Please sign in to comment.