-
Notifications
You must be signed in to change notification settings - Fork 39
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 release candidate v0.24.0
#304
Conversation
This comment has been minimized.
This comment has been minimized.
Hi @maliasadi. Thanks for putting this together. |
Codecov Report
@@ Coverage Diff @@
## master #304 +/- ##
==========================================
- Coverage 99.81% 99.79% -0.03%
==========================================
Files 38 38
Lines 3887 3920 +33
==========================================
+ Hits 3880 3912 +32
- Misses 7 8 +1
Continue to review full report at Codecov.
|
Co-authored-by: Amintor Dusko <87949283+AmintorDusko@users.noreply.github.com>
Co-authored-by: Chae-Yeun Park <chae-yeun@xanadu.ai>
* Add IsingXY * Auto update version * Trigger CI * Trigger CI * Trigger CI * Trigger CI * Trigger CI * Trigger CI * Trigger CI * Trigger CI * make format * make format * Delete .DS_Store .DS_Store deleted * Delete .DS_Store * Delete .DS_store * Delete .DS_Store * Trigger CI * fix MacOS ARM64 wheels * Auto update version * comment line 66 of wheel_macros_arm64.yml * uncomment line 66 * Remove space at the end of line 89 Co-authored-by: Dev version update bot <chae-yeun@xanadu.ai> Co-authored-by: Lee James O'Riordan <mlxd@users.noreply.github.com>
* add_isingxy_generator * Auto update version * Remove commented lines * add IsingXY gate to the Python tests * Statevector vjp and support Hamiltonian in adjoint_jacobian (#294) * Adding * Refactoring Algorithms * Add more test * Refactor bindings * Exploring more * Refactoring JacobianTape... * C++ test works * Hamiltonian works in Python * Refactoring vjp * Fixing some errors from tests * Fixing some tests * New branch from master * Add tests * Fix Python test * Fix test * Update coverage * Fix binding dependency * Fix GBenchmark * Revert StateVector tests to origin * Add more tests * Auto update version * Fix for tidy * Update KernelMap * Fix for codefactor * Auto update version * Trigger CI * Update Memory * Fix * Revert single file * Fix for tidy * Fixing * Works * Works for python tests * Remove unused file * Fix some more * Auto update version * Trigger CI * Fix * Fix for tidy * Fix for MSVC * Fix tape trainable_param interface * Add statevec diff test * Fixing serialization tests * Apply suggestions from code reviews * Update macos target version * Update MacOS minimum version in CMake * Update for MacOS * Revert aligned_alloc for MacOS * Fix * Apply suggestions from code review Co-authored-by: Ali Asadi <ali@xanadu.ai> * Apply suggestions from code review * Test passes * Update * Fix * Fix docstring * Remove unused dir * Update * Fix doc * Remove BUILD_EXAMPLES option from CMake * Fix * Update memory * Memory works * Try to use std::aligned_alloc for MacOS * Revert "Try to use std::aligned_alloc for MacOS" This reverts commit b2b0035. * Use C aligned_alloc for MacOs * Fix for tidy * Revert to posix_malloc in MacOS * Update pennylane_lightning/src/simulator/KernelMap.hpp Co-authored-by: Lee James O'Riordan <mlxd@users.noreply.github.com> * Update docstring * Update pennylane_lightning/src/tests/Test_Measures_Sparse.cpp Co-authored-by: Amintor Dusko <87949283+AmintorDusko@users.noreply.github.com> * Apply suggestions from review * Auto update version * Update KernelMap * Update pennylane_lightning/src/tests/TestKernels.hpp Co-authored-by: Amintor Dusko <87949283+AmintorDusko@users.noreply.github.com> * Fix tests * Add Changelog * Split and add tests for observables * Auto update version * Trigger CI * Trigger CI * Fix for tidy * Fix non-const error from clang * Fix for tidy * Apply suggestions from code review Co-authored-by: Lee James O'Riordan <mlxd@users.noreply.github.com> * Apply suggestions from a code review * Apply suggestions from code review Co-authored-by: Amintor Dusko <87949283+AmintorDusko@users.noreply.github.com> * Increase coverage a bit * Fix * Fix * Format * Add C++ tests for LinearAlgebra * Format * Use span for statevector * Add tests for getObsName * Format * More format * Trigger CI * Fix * Fix for tidy * Add more tests for covergage * More fix for tidy * Add more tests for observables * Fix for tidy * Add python tests; Use std::span * Add more tests for codecov * Add more tests for coverage; Update Makefile * Fix for tidy * Fix for tidy * Clarify documentation on statevector diff; Add tests for complex dy for StateVecAdjDiff * Apply suggestions from code review; Add some tests * Update tests/test_adjoint_jacobian.py Co-authored-by: Amintor Dusko <87949283+AmintorDusko@users.noreply.github.com> * Fix docstring * Fix doc * Auto update version * Update pennylane_lightning/src/algorithms/StateVecAdjDiff.hpp Co-authored-by: Lee James O'Riordan <mlxd@users.noreply.github.com> * Fix for invalid trainable_params * Format * Fix multithreading hamiltonian expval * Fix format * Fix for MacOS? * Format * Fix more openmp parallel Hamiltonian computation * Add complicated Hamiltonian test * Add changelog * Apply suggestions from code review * Fix for tidy Co-authored-by: Ali Asadi <ali@xanadu.ai> Co-authored-by: Lee James O'Riordan <mlxd@users.noreply.github.com> Co-authored-by: Amintor Dusko <87949283+AmintorDusko@users.noreply.github.com> Co-authored-by: Dev version update bot <chae-yeun@xanadu.ai> Co-authored-by: Lee James O'Riordan <mlxd@users.noreply.github.com> Co-authored-by: Ali Asadi <ali@xanadu.ai> Co-authored-by: Amintor Dusko <87949283+AmintorDusko@users.noreply.github.com>
Has the Kokkos build been turned on by default here yet for the wheels? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me! I think we can merge these back into the master branch, but do not delete this branch for follow up PRs. It is likely cleaner this way than leaving the open PR dangling.
Co-authored-by: Lee James O'Riordan <mlxd@users.noreply.github.com>
@@ -21,6 +24,14 @@ | |||
|
|||
### Improvements | |||
|
|||
* Split matrix operations, refactor dispatch mechanisms, and add a benchmark suits. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
benchmark suite
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ah! It's fixed in the release notes and will update CHANGELOG consequently. Thanks!
This PR is for v0.24.0 updating
CHANGELOG.md
and_version.py