chore: release guppylang-internals 0.25.0#1278
Merged
Conversation
Collaborator
Author
|
This PR contains breaking changes to the public Python API. Breaking changes summary |
Contributor
Contributor
|
| Branch | release-please--branches--main--components--guppylang-internals |
| Testbed | Linux |
Click to view all benchmark results
| Benchmark | hugr_bytes | Benchmark Result bytes x 1e3 (Result Δ%) | Upper Boundary bytes x 1e3 (Limit %) | hugr_nodes | Benchmark Result nodes (Result Δ%) | Upper Boundary nodes (Limit %) |
|---|---|---|---|---|---|---|
| tests/benchmarks/test_big_array.py::test_big_array_compile | 📈 view plot 🚷 view threshold | 142.66 x 1e3(0.00%)Baseline: 142.66 x 1e3 | 144.08 x 1e3 (99.01%) | 📈 view plot 🚷 view threshold | 6,590.00(0.00%)Baseline: 6,590.00 | 6,655.90 (99.01%) |
| tests/benchmarks/test_ctrl_flow.py::test_many_ctrl_flow_compile | 📈 view plot 🚷 view threshold | 21.57 x 1e3(0.00%)Baseline: 21.57 x 1e3 | 21.78 x 1e3 (99.01%) | 📈 view plot 🚷 view threshold | 606.00(0.00%)Baseline: 606.00 | 612.06 (99.01%) |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #1278 +/- ##
=======================================
Coverage 93.33% 93.33%
=======================================
Files 124 124
Lines 11096 11096
=======================================
Hits 10356 10356
Misses 740 740 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
a9825b1 to
702bada
Compare
702bada to
910b712
Compare
d07e89d to
a200fad
Compare
a200fad to
84c6afe
Compare
84c6afe to
e227d6b
Compare
ss2165
approved these changes
Oct 29, 2025
Collaborator
Author
|
🤖 Created releases: 🌻 |
This file contains hidden or 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
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.
🤖 I have created a release beep boop
0.25.0 (2025-10-28)
⚠ BREAKING CHANGES
borrow_arrays instead ofvalue_arrays so elements do no longer need to be wrapped in options during lowering.checker.core.requires_monomorphizationrenamed intorequire_monomorphizationand now operating on all parameters simultaneouslytys.subst.BoundVarFinderremoved. Instead, use the newbound_varsproperty on types, arguments, and consts.tys.parsing.parse_parameternow requires aparam_var_mapping.Features
borrow_arrayinstead ofvalue_arrayfor array lowering (#1166) (f9ef42b)Bug Fixes
This PR was generated with Release Please. See documentation.