-
Notifications
You must be signed in to change notification settings - Fork 40
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 a base LKokkos new device API backend. #810
Commits on Jul 22, 2024
-
Create a base with mock simulate, jacobian, simulate_and_jacobian, vj…
…p and simulate_and_vjp
Configuration menu - View commit details
-
Copy full SHA for 93a52bf - Browse repository at this point
Copy the full SHA 93a52bfView commit details -
Configuration menu - View commit details
-
Copy full SHA for feca914 - Browse repository at this point
Copy the full SHA feca914View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5ccf20c - Browse repository at this point
Copy the full SHA 5ccf20cView commit details -
Configuration menu - View commit details
-
Copy full SHA for bcf961e - Browse repository at this point
Copy the full SHA bcf961eView commit details -
Merge branch 'kokkosNewAPI_backend' of github.com:PennyLaneAI/pennyla…
…ne-lightning into kokkosNewAPI_backend
Configuration menu - View commit details
-
Copy full SHA for 5701cc5 - Browse repository at this point
Copy the full SHA 5701cc5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2e4e668 - Browse repository at this point
Copy the full SHA 2e4e668View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3ee9669 - Browse repository at this point
Copy the full SHA 3ee9669View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0e717f6 - Browse repository at this point
Copy the full SHA 0e717f6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 42b6714 - Browse repository at this point
Copy the full SHA 42b6714View commit details
Commits on Jul 23, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 27c7ebc - Browse repository at this point
Copy the full SHA 27c7ebcView commit details -
Configuration menu - View commit details
-
Copy full SHA for fd02214 - Browse repository at this point
Copy the full SHA fd02214View commit details
Commits on Jul 24, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 14b4964 - Browse repository at this point
Copy the full SHA 14b4964View commit details -
Configuration menu - View commit details
-
Copy full SHA for 369ac0e - Browse repository at this point
Copy the full SHA 369ac0eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 04283f9 - Browse repository at this point
Copy the full SHA 04283f9View commit details -
Apply suggestions from code review
Co-authored-by: Amintor Dusko <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8d40c14 - Browse repository at this point
Copy the full SHA 8d40c14View commit details -
Co-authored-by: Amintor Dusko <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 44751ee - Browse repository at this point
Copy the full SHA 44751eeView commit details -
Configuration menu - View commit details
-
Copy full SHA for d17059d - Browse repository at this point
Copy the full SHA d17059dView commit details -
Configuration menu - View commit details
-
Copy full SHA for e8de485 - Browse repository at this point
Copy the full SHA e8de485View commit details -
Configuration menu - View commit details
-
Copy full SHA for 79b6bbe - Browse repository at this point
Copy the full SHA 79b6bbeView commit details -
Configuration menu - View commit details
-
Copy full SHA for f34100b - Browse repository at this point
Copy the full SHA f34100bView commit details -
Configuration menu - View commit details
-
Copy full SHA for bcd323e - Browse repository at this point
Copy the full SHA bcd323eView commit details
Commits on Jul 26, 2024
-
Configuration menu - View commit details
-
Copy full SHA for a54ab3f - Browse repository at this point
Copy the full SHA a54ab3fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 39fb65f - Browse repository at this point
Copy the full SHA 39fb65fView commit details
Commits on Jul 29, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 8dc5004 - Browse repository at this point
Copy the full SHA 8dc5004View commit details -
Configuration menu - View commit details
-
Copy full SHA for 90d1d6e - Browse repository at this point
Copy the full SHA 90d1d6eView commit details
Commits on Jul 30, 2024
-
Add the simulate class for the new device (#817)
### Before submitting Please complete the following checklist when submitting a PR: - [X] All new features must include a unit test. If you've fixed a bug or added code that should be tested, add a test to the [`tests`](../tests) directory! - [X] All new functions and code must be clearly commented and documented. If you do make documentation changes, make sure that the docs build and render correctly by running `make docs`. - [X] Ensure that the test suite passes, by running `make test`. - [ ] Add a new entry to the `.github/CHANGELOG.md` file, summarizing the change, and including a link back to the PR. - [X] Ensure that code is properly formatted by running `make format`. When all the above are checked, delete everything above the dashed line and fill in the pull request template. ------------------------------------------------------------------------------------------------------------ **Context:** Migrate the lightning.kokkos device to the new device API. **Description of the Change:** The 'simulate' method is necessary to achieve full functionality with the new device API. We are going to follow the same recipe used with LightningQubit. **Benefits:** Add one of the essential methods for the new device API into LightningKokkos. **Possible Drawbacks:** **Related GitHub Issues:** ## Partial / Freezzed PR
⚠️ ❄️ To make a smooth integration of LightningKokkos with the new device API, we set the branch `kokkosNewAPI_backend` as the base branch target for this development. The branch `kokkosNewAPI_backend` has the mock of all classes and methods necessary for the new API. Also, several tests were disabled with ``` python if device_name == "lightning.kokkos": pytest.skip("Kokkos new API in WIP. Skipping.",allow_module_level=True) ``` Additionally, the CI testing from PennyLane for LKokkos is temporally disabled through commenting the following lines in `.github/workflows` files ``` yml : # pl-device-test --device ${DEVICENAME} --skip-ops --shots=20000 $COVERAGE_FLAGS --cov-append : # pl-device-test --device ${DEVICENAME} --shots=None --skip-ops $COVERAGE_FLAGS --cov-append ``` However, these tests will unblocked as the implementation progresses. After all the developments for integrating LightningKokkos with the new API have been completed then the PR will be open to merge to master [sc-68801] --------- Co-authored-by: Vincent Michaud-Rioux <[email protected]> Co-authored-by: Ali Asadi <[email protected]>Configuration menu - View commit details
-
Copy full SHA for 80277d9 - Browse repository at this point
Copy the full SHA 80277d9View commit details -
Configuration menu - View commit details
-
Copy full SHA for a15b018 - Browse repository at this point
Copy the full SHA a15b018View commit details -
Configuration menu - View commit details
-
Copy full SHA for 09d02dc - Browse repository at this point
Copy the full SHA 09d02dcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 06a8d2b - Browse repository at this point
Copy the full SHA 06a8d2bView commit details
Commits on Aug 1, 2024
-
Configuration menu - View commit details
-
Copy full SHA for aa052ad - Browse repository at this point
Copy the full SHA aa052adView commit details -
Configuration menu - View commit details
-
Copy full SHA for 180a065 - Browse repository at this point
Copy the full SHA 180a065View commit details
Commits on Aug 2, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 6eb6eba - Browse repository at this point
Copy the full SHA 6eb6ebaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 319cacc - Browse repository at this point
Copy the full SHA 319caccView commit details -
Add the support class for the Adjoint Jacobian to the new device (#829)
### Before submitting Please complete the following checklist when submitting a PR: - [X] All new features must include a unit test. If you've fixed a bug or added code that should be tested, add a test to the [`tests`](../tests) directory! - [X] All new functions and code must be clearly commented and documented. If you do make documentation changes, make sure that the docs build and render correctly by running `make docs`. - [X] Ensure that the test suite passes, by running `make test`. - [ ] Add a new entry to the `.github/CHANGELOG.md` file, summarizing the change, and including a link back to the PR. - [X] Ensure that code is properly formatted by running `make format`. When all the above are checked, delete everything above the dashed line and fill in the pull request template. ------------------------------------------------------------------------------------------------------------ **Context:** Migrate the lightning.kokkos device to the new device API. **Description of the Change:** The 'jacobian' and vjp` methods are necessary to achieve full functionality with the new device API. We are going to follow the same recipe used with LightningQubit. **Benefits:** Add two of the essential methods for the new device API into LightningKokkos. **Possible Drawbacks:** **Related GitHub Issues:** ## Partial / Freezzed PR
⚠️ ❄️ To make a smooth integration of LightningKokkos with the new device API, we set the branch kokkosNewAPI_backend as the base branch target for this development. The branch kokkosNewAPI_backend has the mock of all classes and methods necessary for the new API. Also, several tests were disabled with ```python if device_name == "lightning.kokkos": pytest.skip("Kokkos new API in WIP. Skipping.",allow_module_level=True) ``` Additionally, the CI testing from PennyLane for LKokkos is temporally disabled through commenting on the following lines in .github/workflows files ```bash : # pl-device-test --device ${DEVICENAME} --skip-ops --shots=20000 $COVERAGE_FLAGS --cov-append : # pl-device-test --device ${DEVICENAME} --shots=None --skip-ops $COVERAGE_FLAGS --cov-append ``` However, these tests will unblocked as the implementation progresses. After all the developments for integrating LightningKokkos with the new API have been completed then the PR will be open to merging to master [sc-68808] [sc-68814] --------- Co-authored-by: Vincent Michaud-Rioux <[email protected]> Co-authored-by: Ali Asadi <[email protected]>Configuration menu - View commit details
-
Copy full SHA for 5b99da7 - Browse repository at this point
Copy the full SHA 5b99da7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3eea0d1 - Browse repository at this point
Copy the full SHA 3eea0d1View commit details
Commits on Aug 5, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 35bcab6 - Browse repository at this point
Copy the full SHA 35bcab6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3588b9d - Browse repository at this point
Copy the full SHA 3588b9dView commit details
Commits on Aug 9, 2024
-
Add (check) full support for sampling in full parity with Lightning (#…
…836) ### Before submitting Please complete the following checklist when submitting a PR: - [X] All new features must include a unit test. If you've fixed a bug or added code that should be tested, add a test to the [`tests`](../tests) directory! - [X] All new functions and code must be clearly commented and documented. If you do make documentation changes, make sure that the docs build and render correctly by running `make docs`. - [X] Ensure that the test suite passes, by running `make test`. - [ ] Add a new entry to the `.github/CHANGELOG.md` file, summarizing the change, and including a link back to the PR. - [X] Ensure that code is properly formatted by running `make format`. When all the above are checked, delete everything above the dashed line and fill in the pull request template. ------------------------------------------------------------------------------------------------------------ **Context:** Migrate the lightning.kokkos device to the new device API. **Description of the Change:** Add the necessary method for the LightningKokkos that allows the use of new device API. It should have a similar structure as the LightningQubit class. Note: Lightning Kokkos does not support MCMC sampling. **Benefits:** Integration of LighntingKokkos with the new device API. **Possible Drawbacks:** **Related GitHub Issues:** ## Partial / Freezzed PR
⚠️ ❄️ To make a smooth integration of LightningKokkos with the new device API, we set the branch `kokkosNewAPI_backend` as the base branch target for this development. The branch `kokkosNewAPI_backend` has the mock of all classes and methods necessary for the new API. Also, several tests were disabled with ```python if device_name == "lightning.kokkos": pytest.skip("Kokkos new API in WIP. Skipping.",allow_module_level=True) ``` Additionally, the CI testing from PennyLane for LKokkos is temporally disabled through commenting on the following lines in .github/workflows files ``` : # pl-device-test --device ${DEVICENAME} --skip-ops --shots=20000 $COVERAGE_FLAGS --cov-append : # pl-device-test --device ${DEVICENAME} --shots=None --skip-ops $COVERAGE_FLAGS --cov-append ``` However, these tests will unblocked as the implementation progresses. After all the developments for integrating LightningKokkos with the new API have been completed then the PR will be open to merging to master [sc-68820] --------- Co-authored-by: Vincent Michaud-Rioux <[email protected]> Co-authored-by: Ali Asadi <[email protected]> Co-authored-by: Amintor Dusko <[email protected]>Configuration menu - View commit details
-
Copy full SHA for f9ab86f - Browse repository at this point
Copy the full SHA f9ab86fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0d1dd71 - Browse repository at this point
Copy the full SHA 0d1dd71View commit details -
Configuration menu - View commit details
-
Copy full SHA for ac9ed86 - Browse repository at this point
Copy the full SHA ac9ed86View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9a20ee1 - Browse repository at this point
Copy the full SHA 9a20ee1View commit details
Commits on Aug 12, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 244e0a1 - Browse repository at this point
Copy the full SHA 244e0a1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 873656c - Browse repository at this point
Copy the full SHA 873656cView commit details
Commits on Aug 13, 2024
-
Update unit/integration tests for the new device (#840)
### Before submitting Please complete the following checklist when submitting a PR: - [X] All new features must include a unit test. If you've fixed a bug or added code that should be tested, add a test to the [`tests`](../tests) directory! - [X] All new functions and code must be clearly commented and documented. If you do make documentation changes, make sure that the docs build and render correctly by running `make docs`. - [X] Ensure that the test suite passes, by running `make test`. - [ ] Add a new entry to the `.github/CHANGELOG.md` file, summarizing the change, and including a link back to the PR. - [X] Ensure that code is properly formatted by running `make format`. When all the above are checked, delete everything above the dashed line and fill in the pull request template. ------------------------------------------------------------------------------------------------------------ **Context:** Migrate the lightning.kokkos device to the new device API. **Description of the Change:** Unlock and modify all the unit tests for `Lightning Kokkos` and pass all the CI. **Benefits:** Integration of LighntingKokkos with the new device API. **Possible Drawbacks:** **Related GitHub Issues:** ## Partial / Freezzed PR
⚠️ ❄️ To make a smooth integration of LightningKokkos with the new device API, we set the branch `kokkosNewAPI_backend` as the base branch target for this development. The branch `kokkosNewAPI_backend` has the mock of all classes and methods necessary for the new API. Also, several tests were disabled with ```python if device_name == "lightning.kokkos": pytest.skip("Kokkos new API in WIP. Skipping.",allow_module_level=True) ``` Additionally, the CI testing from PennyLane for LKokkos is temporally disabled through commenting on the following lines in .github/workflows files ``` : # pl-device-test --device ${DEVICENAME} --skip-ops --shots=20000 $COVERAGE_FLAGS --cov-append : # pl-device-test --device ${DEVICENAME} --shots=None --skip-ops $COVERAGE_FLAGS --cov-append ``` However, these tests will unblocked as the implementation progresses. After all the developments for integrating LightningKokkos with the new API have been completed then the PR will be open to merging to master [sc-68823] --------- Co-authored-by: Vincent Michaud-Rioux <[email protected]> Co-authored-by: Ali Asadi <[email protected]> Co-authored-by: Amintor Dusko <[email protected]>Configuration menu - View commit details
-
Copy full SHA for fe0954a - Browse repository at this point
Copy the full SHA fe0954aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 286ea30 - Browse repository at this point
Copy the full SHA 286ea30View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3cb37be - Browse repository at this point
Copy the full SHA 3cb37beView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1bd9adc - Browse repository at this point
Copy the full SHA 1bd9adcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9ebbefc - Browse repository at this point
Copy the full SHA 9ebbefcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 86316bc - Browse repository at this point
Copy the full SHA 86316bcView commit details
Commits on Aug 14, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 5c6b97d - Browse repository at this point
Copy the full SHA 5c6b97dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0293b29 - Browse repository at this point
Copy the full SHA 0293b29View commit details -
Configuration menu - View commit details
-
Copy full SHA for e310fef - Browse repository at this point
Copy the full SHA e310fefView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9478c50 - Browse repository at this point
Copy the full SHA 9478c50View commit details -
Configuration menu - View commit details
-
Copy full SHA for bbc6448 - Browse repository at this point
Copy the full SHA bbc6448View commit details
Commits on Aug 15, 2024
-
Apply suggestions from code review - remove debug comments
Co-authored-by: Vincent Michaud-Rioux <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b586e21 - Browse repository at this point
Copy the full SHA b586e21View commit details -
Configuration menu - View commit details
-
Copy full SHA for 00b6eb6 - Browse repository at this point
Copy the full SHA 00b6eb6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3f3a48d - Browse repository at this point
Copy the full SHA 3f3a48dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 84795f5 - Browse repository at this point
Copy the full SHA 84795f5View commit details
Commits on Aug 19, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 6dbb9fe - Browse repository at this point
Copy the full SHA 6dbb9feView commit details -
Configuration menu - View commit details
-
Copy full SHA for 620a021 - Browse repository at this point
Copy the full SHA 620a021View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7ae3360 - Browse repository at this point
Copy the full SHA 7ae3360View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4a91c6f - Browse repository at this point
Copy the full SHA 4a91c6fView commit details
Commits on Aug 20, 2024
-
Configuration menu - View commit details
-
Copy full SHA for ebc503c - Browse repository at this point
Copy the full SHA ebc503cView commit details -
Configuration menu - View commit details
-
Copy full SHA for c93f1c5 - Browse repository at this point
Copy the full SHA c93f1c5View commit details
Commits on Aug 21, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 519ce4a - Browse repository at this point
Copy the full SHA 519ce4aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 794c166 - Browse repository at this point
Copy the full SHA 794c166View commit details -
Configuration menu - View commit details
-
Copy full SHA for 168a406 - Browse repository at this point
Copy the full SHA 168a406View commit details -
Configuration menu - View commit details
-
Copy full SHA for 63ee6fd - Browse repository at this point
Copy the full SHA 63ee6fdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3608945 - Browse repository at this point
Copy the full SHA 3608945View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2ce52c3 - Browse repository at this point
Copy the full SHA 2ce52c3View commit details -
Merge branch 'kokkosNewAPI_backend' of github.com:PennyLaneAI/pennyla…
…ne-lightning into kokkosNewAPI_backend
Configuration menu - View commit details
-
Copy full SHA for 9bcd0fc - Browse repository at this point
Copy the full SHA 9bcd0fcView commit details -
Co-authored-by: Amintor Dusko <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a8f4ec2 - Browse repository at this point
Copy the full SHA a8f4ec2View commit details -
Configuration menu - View commit details
-
Copy full SHA for cc67c16 - Browse repository at this point
Copy the full SHA cc67c16View commit details -
Configuration menu - View commit details
-
Copy full SHA for 81fd864 - Browse repository at this point
Copy the full SHA 81fd864View commit details -
Configuration menu - View commit details
-
Copy full SHA for c0d6e11 - Browse repository at this point
Copy the full SHA c0d6e11View commit details -
Co-authored-by: Amintor Dusko <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 330cc9c - Browse repository at this point
Copy the full SHA 330cc9cView commit details -
Co-authored-by: Amintor Dusko <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e59baa1 - Browse repository at this point
Copy the full SHA e59baa1View commit details
Commits on Aug 22, 2024
-
Co-authored-by: Amintor Dusko <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c41b69a - Browse repository at this point
Copy the full SHA c41b69aView commit details -
Configuration menu - View commit details
-
Copy full SHA for ee2c01a - Browse repository at this point
Copy the full SHA ee2c01aView commit details -
Co-authored-by: Amintor Dusko <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b1d4cad - Browse repository at this point
Copy the full SHA b1d4cadView commit details -
Co-authored-by: Amintor Dusko <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 32cf4a6 - Browse repository at this point
Copy the full SHA 32cf4a6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 57dfbca - Browse repository at this point
Copy the full SHA 57dfbcaView commit details -
Configuration menu - View commit details
-
Copy full SHA for d046ad9 - Browse repository at this point
Copy the full SHA d046ad9View commit details -
Configuration menu - View commit details
-
Copy full SHA for c2079f9 - Browse repository at this point
Copy the full SHA c2079f9View commit details -
Merge branch 'kokkosNewAPI_backend' of github.com:PennyLaneAI/pennyla…
…ne-lightning into kokkosNewAPI_backend
Configuration menu - View commit details
-
Copy full SHA for 2a7e58a - Browse repository at this point
Copy the full SHA 2a7e58aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3402e10 - Browse repository at this point
Copy the full SHA 3402e10View commit details
Commits on Aug 23, 2024
-
Configuration menu - View commit details
-
Copy full SHA for cc0f209 - Browse repository at this point
Copy the full SHA cc0f209View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8d5e198 - Browse repository at this point
Copy the full SHA 8d5e198View commit details -
Configuration menu - View commit details
-
Copy full SHA for aa98b93 - Browse repository at this point
Copy the full SHA aa98b93View commit details -
Merge branch 'kokkosNewAPI_backend' of github.com:PennyLaneAI/pennyla…
…ne-lightning into kokkosNewAPI_backend
Configuration menu - View commit details
-
Copy full SHA for e706192 - Browse repository at this point
Copy the full SHA e706192View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5aced15 - Browse repository at this point
Copy the full SHA 5aced15View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4ed563a - Browse repository at this point
Copy the full SHA 4ed563aView commit details -
Configuration menu - View commit details
-
Copy full SHA for ea412bb - Browse repository at this point
Copy the full SHA ea412bbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5363361 - Browse repository at this point
Copy the full SHA 5363361View commit details -
Configuration menu - View commit details
-
Copy full SHA for 37fdbe2 - Browse repository at this point
Copy the full SHA 37fdbe2View commit details
Commits on Aug 26, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 818093e - Browse repository at this point
Copy the full SHA 818093eView commit details -
Configuration menu - View commit details
-
Copy full SHA for bd5ebf8 - Browse repository at this point
Copy the full SHA bd5ebf8View commit details -
Configuration menu - View commit details
-
Copy full SHA for f64edf0 - Browse repository at this point
Copy the full SHA f64edf0View commit details -
Configuration menu - View commit details
-
Copy full SHA for bef41b6 - Browse repository at this point
Copy the full SHA bef41b6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3e60948 - Browse repository at this point
Copy the full SHA 3e60948View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4b8b9a7 - Browse repository at this point
Copy the full SHA 4b8b9a7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6e9a6a3 - Browse repository at this point
Copy the full SHA 6e9a6a3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2dc1bc8 - Browse repository at this point
Copy the full SHA 2dc1bc8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7e57ec2 - Browse repository at this point
Copy the full SHA 7e57ec2View commit details
Commits on Aug 27, 2024
-
Configuration menu - View commit details
-
Copy full SHA for ab56233 - Browse repository at this point
Copy the full SHA ab56233View commit details -
Configuration menu - View commit details
-
Copy full SHA for 43b3724 - Browse repository at this point
Copy the full SHA 43b3724View commit details
Commits on Sep 3, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 00d01c8 - Browse repository at this point
Copy the full SHA 00d01c8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4af7af9 - Browse repository at this point
Copy the full SHA 4af7af9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 47b4860 - Browse repository at this point
Copy the full SHA 47b4860View commit details -
Co-authored-by: Ali Asadi <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for cf9302b - Browse repository at this point
Copy the full SHA cf9302bView commit details
Commits on Sep 4, 2024
-
Configuration menu - View commit details
-
Copy full SHA for f84cdcf - Browse repository at this point
Copy the full SHA f84cdcfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0252f8a - Browse repository at this point
Copy the full SHA 0252f8aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5561277 - Browse repository at this point
Copy the full SHA 5561277View commit details