Skip to content

Commit

Permalink
RC PR creation
Browse files Browse the repository at this point in the history
  • Loading branch information
multiphaseCFD committed Jan 7, 2025
1 parent d8461f3 commit 5ffa681
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
14 changes: 7 additions & 7 deletions .github/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Release 0.40.0-dev
# Release 0.40.0

### New features since last release

Expand Down Expand Up @@ -29,15 +29,15 @@

### Improvements

* Add CUDA dependencies to Lightning GPU and Lightning Tensor Python wheels.
[(#1025)](https://github.com/PennyLaneAI/pennylane-lightning/pull/1025/)

* Replace the `dummy_tensor_update` method with the `cutensornetStateCaptureMPS`API to ensure that further gates apply is allowed after the `cutensornetStateCompute` call.
[(#1028)](https://github.com/PennyLaneAI/pennylane-lightning/pull/1028/)

* Add unit test for measurement with shots for Lightning Tensor with `tn` method.
[(#1027)](https://github.com/PennyLaneAI/pennylane-lightning/pull/1027)

* Add CUDA dependencies to Lightning GPU and Lightning Tensor Python wheels.
[(#1025)](https://github.com/PennyLaneAI/pennylane-lightning/pull/1025/)

* Update the python layer UI of Lightning Tensor.
[(#1022)](https://github.com/PennyLaneAI/pennylane-lightning/pull/1022/)

Expand Down Expand Up @@ -113,12 +113,12 @@
* Update CUDA version to 12.4 for GPU tests on CI.
[(#1023)](https://github.com/PennyLaneAI/pennylane-lightning/pull/1023)

* Fix Lightning Kokkos `[[maybe_unused]]` and `exp2` errors with hipcc.
[(#1018)](https://github.com/PennyLaneAI/pennylane-lightning/pull/1018)

* Pin `jax[cpu]==0.4.28` for compatibility with PennyLane and Catalyst.
[(#1019)](https://github.com/PennyLaneAI/pennylane-lightning/pull/1019)

* Fix Lightning Kokkos `[[maybe_unused]]` and `exp2` errors with hipcc.
[(#1018)](https://github.com/PennyLaneAI/pennylane-lightning/pull/1018)

* Fix Lightning Kokkos editable mode path.
[(#1010)](https://github.com/PennyLaneAI/pennylane-lightning/pull/1010)

Expand Down
2 changes: 1 addition & 1 deletion pennylane_lightning/core/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@
Version number (major.minor.patch[-label])
"""

__version__ = "0.40.0-dev43"
__version__ = "0.40.0-rc0"
2 changes: 1 addition & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ custatevec-cu12; sys_platform == "linux"
cutensornet-cu12; sys_platform == "linux"
pylint==2.7.4
scipy-openblas32>=0.3.26
git+https://github.com/PennyLaneAI/pennylane.git@master
git+https://github.com/PennyLaneAI/pennylane.git@v0.40.0-rc0
2 changes: 1 addition & 1 deletion requirements-tests.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ pytest-cov>=3.0.0
pytest-mock>=3.7.0
pytest-xdist>=2.5.0
flaky>=3.7.0
git+https://github.com/PennyLaneAI/pennylane.git@master
git+https://github.com/PennyLaneAI/pennylane.git@v0.40.0-rc0

0 comments on commit 5ffa681

Please sign in to comment.