Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: ritu-thombre99/catalyst

Tags

v0.9.0

Toggle v0.9.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Bump PennyLane and Lightning minimum versions (PennyLaneAI#1269)

Following the [release guidance
docs](https://github.com/PennyLaneAI/guidance-docs/blob/master/development/catalyst-release.md#prepare-bump-pennylane-and-lightning-minimum-versions-pr),
bump the PennyLane and Lightning minimum versions in preparation for the
Catalyst 0.9.0 release. These changes ensure we can build the wheels
after the Lightning release and before the core PennyLane release.

v0.8.1

Toggle v0.8.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Cherry-picking ZNE work from main (PennyLaneAI#1128)

**Context:** We need the ZNE related commits from main.

**Description of the Change:** Cherry-pick them.

---------

Co-authored-by: Daniel Strano <[email protected]>
Co-authored-by: Alessandro Cosentino <[email protected]>
Co-authored-by: Romain Moyard <[email protected]>
Co-authored-by: Joey Carter <[email protected]>
Co-authored-by: Josh Izaac <[email protected]>
Co-authored-by: paul0403 <[email protected]>

v0.8.0

Toggle v0.8.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Bump PennyLane and Lightning minimum versions (PennyLaneAI#1089)

**Context:** Merge only after Lightning has been released!

---------

Co-authored-by: Romain Moyard <[email protected]>

v0.7.0

Toggle v0.7.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Revert "Revert commit 5d910b6 (PennyLaneAI#909)" (PennyLaneAI#910)

**Context:** The so-called offending commit was not the actual cause of
CPL rc/rc/rc not passing. It was a problem with the Enzyme cache

**Description of the Change:** Revert the commit that reverts the commit

**Benefits:** The bug fixed by this commit will be fixed.

**Possible Drawbacks:** Not so clean commit history

v0.6.0

Toggle v0.6.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update versions (PennyLaneAI#715)

Update versions to use 0.36.0 and pl lightning's rc.

---------

Co-authored-by: David Ittah <[email protected]>

v0.5.0

Toggle v0.5.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update github action files (PennyLaneAI#581)

v0.4.1

Toggle v0.4.1's commit message

Partially verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
We cannot verify signatures from co-authors, and some of the co-authors attributed to this commit require their commits to be signed.
v0.4.1 bugfix RC (PennyLaneAI#481)

**Context:** v0.4.1 bugfix PR

**Description of the Change:**

Incorporates the following PRs: PennyLaneAI#439 PennyLaneAI#457 PennyLaneAI#437 PennyLaneAI#465 PennyLaneAI#471

---------

Co-authored-by: David Ittah <[email protected]>
Co-authored-by: Ali Asadi <[email protected]>
Co-authored-by: Romain Moyard <[email protected]>
Co-authored-by: Rashid N H M <[email protected]>
Co-authored-by: erick-xanadu <[email protected]>

v0.4.0

Toggle v0.4.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[Demo] Fix `qml` demos (PennyLaneAI#444)

**Description of the Change:** `range` is a generator and generators are
not supported.

---------

Co-authored-by: David Ittah <[email protected]>

v0.3.2-post1

Toggle v0.3.2-post1's commit message
Improve scripts and instructions for macOS & various minor fixes (Pen…

…nyLaneAI#363)

List of changes:
- `tensorflow-cpu` doesn't exist for macOS, use regular `tensorflow`
instead in `requirements.txt`
- add instructions to the documentation for building the docs
- fix the default mhlo build directory not being ignored by git (now
`bazel-build`, as it has to be a directory already present in the
upstream `.gitignore`)
- fix an AutoGraph lit test which produces slightly different output
with different TF versions when assigning tuples
- update formatting exclusions (e.g. with Enzyme directories)
- fix test that didn't clean up after itself
- update wheel build recipe with cleanup
- fix extra header in the Catalyst documentation landing page
- add other optional test dependencies to `requirements.txt`
- update installation guide with additional information on building
backends and running our various test suites

Otherwise I can confirm that the current build from source instructions
work for macOS, as well as all the default Make recipes (build, tests,
docs, formatting, demos, wheel). Also checked additional devices and
tests (Kokkos, openqasm).
Sanitized builds are left for a follow-up.

v0.3.2

Toggle v0.3.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[Docs] Update macOS installation guide for new release (PennyLaneAI#358)