docs: Add extended v1 changelog - #200
Closed
tatiana-s wants to merge 3 commits into
Closed
Conversation
ss2165
reviewed
Jul 24, 2026
|
|
||
| ### Control and dagger modifiers | ||
|
|
||
| You can now transform gates, blocks of quantum operations, and functions automatically using modifiers. |
Member
There was a problem hiding this comment.
mention what control and dagger to explicitly
|
|
||
| ### More support for generics | ||
|
|
||
| You can now use generic variables in the type signature of comptime functions. However, explicitly specifying type arguments for both functions and structs is not supported yet. |
Member
There was a problem hiding this comment.
there is a mixture of active voice ("you can") and passive ("it is now possible"), suggest consistent use of passive throughout
CalMacCQ
reviewed
Jul 29, 2026
|
|
||
| ### A new `Measurement` type | ||
|
|
||
| Guppy has a new dedicated [`Measurement`](../api/generated/guppylang.std.quantum.Measurement.rst) type. Values returned from measurement functions now have this type instead of returning a `bool` directly. See the [language guide section on measurements](language_guide/measurement.md) for the design rationale behind this and the relevant migration guide section [here](v1_migration.md#the-stdquantummeasure-function-now-returns-a-measurement-rather-than-a-bool). |
Collaborator
There was a problem hiding this comment.
Suggested change
| Guppy has a new dedicated [`Measurement`](../api/generated/guppylang.std.quantum.Measurement.rst) type. Values returned from measurement functions now have this type instead of returning a `bool` directly. See the [language guide section on measurements](language_guide/measurement.md) for the design rationale behind this and the relevant migration guide section [here](v1_migration.md#the-stdquantummeasure-function-now-returns-a-measurement-rather-than-a-bool). | |
| Guppy has a new dedicated [`Measurement`](api/generated/guppylang.std.quantum.Measurement.rst) type. Values returned from measurement functions now have this type instead of returning a `bool` directly. See the [language guide section on measurements](language_guide/measurement.md) for the design rationale behind this and the relevant migration guide section [here](v1_migration.md#the-stdquantummeasure-function-now-returns-a-measurement-rather-than-a-bool). |
|
|
||
| ### Type aliases | ||
|
|
||
| Guppy now provides the ability to give an existing type another name using the `guppy.type_alias` function. Read more about type aliases in the [language guide](TODO). |
Collaborator
There was a problem hiding this comment.
Suggested change
| Guppy now provides the ability to give an existing type another name using the `guppy.type_alias` function. Read more about type aliases in the [language guide](TODO). | |
| Guppy now provides the ability to give an existing type another name using the `guppy.type_alias` function. Read more about type aliases in the [language guide](language_guide/data_types/aliases.md). |
This crossref should work if you merge in main.
Contributor
Author
|
Closing in favour of adding it directly to the release changelog |
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.

Closes Quantinuum/guppylang#1910