Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
🤖 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]>
- Loading branch information