-
Notifications
You must be signed in to change notification settings - Fork 4
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
feat: Add array copy method #784
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #784 +/- ##
==========================================
+ Coverage 93.01% 93.03% +0.02%
==========================================
Files 71 71
Lines 8320 8360 +40
==========================================
+ Hits 7739 7778 +39
- Misses 581 582 +1 ☔ View full report in Codecov by Sentry. |
croyzor
approved these changes
Jan 30, 2025
github-merge-queue bot
pushed a commit
that referenced
this pull request
Feb 12, 2025
🤖 I have created a release *beep* *boop* --- ## [0.15.0](v0.14.0...v0.15.0) (2025-02-07) ### ⚠ BREAKING CHANGES * classical arrays can no longer be implicitly copied * `pytket` circuits no longer supported by `py` expressions (use `@pytket` or `load_pytket` instead) ### Features * add `panic` builtin function ([#757](#757)) ([4ae3032](4ae3032)) * Add array copy method ([#784](#784)) ([15bae6e](15bae6e)) * add boolean xor support ([#747](#747)) ([7fa4c8d](7fa4c8d)), closes [#750](#750) * Add CH gate to the stdlib ([#793](#793)) ([1199a14](1199a14)), closes [#792](#792) * Add string type ([#733](#733)) ([aa9341b](aa9341b)) * Array subscript assignment for classical arrays ([#776](#776)) ([6880e11](6880e11)) * Make `True` and `False` branches unconditional ([#740](#740)) ([748ea95](748ea95)) * Refactor to support affine arrays ([#768](#768)) ([92ec6d1](92ec6d1)) * Remove circuits from `py` expressions ([#746](#746)) ([ee8926b](ee8926b)) * support integer exponentiation in guppy source ([#753](#753)) ([70c8fcf](70c8fcf)) ### Bug Fixes * Allow string py expressions in result and panic ([#759](#759)) ([53401cc](53401cc)) * Fix error printing for structs defined in notebooks ([#777](#777)) ([b41e0fc](b41e0fc)) * Fix pytest hanging ([#754](#754)) ([9ad02bb](9ad02bb)) * panic on negative exponent in ipow ([#758](#758)) ([821771a](821771a)) * Properly report errors for unsupported subscript assignments ([#738](#738)) ([8afa2a9](8afa2a9)), closes [#736](#736) * remove newlines in extension description ([#762](#762)) ([2f5eed3](2f5eed3)) ### Documentation * remove broken link in README ([#801](#801)) ([fb1c3b5](fb1c3b5)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: hugrbot <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Closes #774