Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create v0.35.1 bugfix release #5345

Merged
merged 5 commits into from
Mar 8, 2024
Merged

Conversation

Mandrenkov
Copy link
Contributor

@Mandrenkov Mandrenkov commented Mar 8, 2024

Context:

There are two compatibility issues with the v0.35.0 release of PennyLane:

  1. The minimum required Catalyst version is now v0.5.0 (Update minimum catalyst version #5320).
  2. Lightning simulators need special handling of diagonalizing gates when performing sampling measurements (Bugfix: Lightning simulators do not support rotations anymore. #5343).

This PR cherry-picks the squashed commit corresponding to (1) into the RC branch as the change necessary for (2) is already being made directly to the RC branch.

Description of the Change:

  • Bumped the PennyLane Python package version to v0.35.1.
  • Cherry-picked the following commits into the RC branch: a4f0fff and 79ce676.

Benefits:

  • The latest PennyLane release works with the latest releases of Catalyst and Lightning.

Possible Drawbacks:

None.

Related GitHub Issues:

None

This comment was marked as outdated.

erick-xanadu and others added 2 commits March 8, 2024 14:24
**Context:** `pennylane==0.35.0` and `pennylane-catalyst==0.4.1` have
some failing test.

**Description of the Change:** Update the minimum version of catalyst.

**Benefits:** Versions are compatible.
@Mandrenkov Mandrenkov marked this pull request as ready for review March 8, 2024 20:25
Copy link
Contributor

@erick-xanadu erick-xanadu left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @Mandrenkov!

Copy link

codecov bot commented Mar 8, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

❗ No coverage uploaded for pull request base (v0.35.1-rc@cf042f6). Click here to learn what that means.

Additional details and impacted files
@@              Coverage Diff              @@
##             v0.35.1-rc    #5345   +/-   ##
=============================================
  Coverage              ?   99.64%           
=============================================
  Files                 ?      399           
  Lines                 ?    36622           
  Branches              ?        0           
=============================================
  Hits                  ?    36491           
  Misses                ?      131           
  Partials              ?        0           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@Mandrenkov Mandrenkov merged commit 47b0394 into v0.35.1-rc Mar 8, 2024
39 checks passed
@Mandrenkov Mandrenkov deleted the sc-58357-v0.35.1-bugfix-release branch March 8, 2024 21:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants