chore(main): release hugr-py 0.8.0 #1430
Merged
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.8.0 (2024-08-30)
⚠ BREAKING CHANGES
itobool
/ifrombool
/itostring_{u,s}
to the conversions extension.1
for the successful variantCustom.name
toCustom.op_name
andFunc(Defn/Decl).name
tof_name
to allow for newname
methodListOp::pop
now returns an option.hugr.build
module. Movednode_port
andrender
into thehugr.hugr
module.Lift
,MakeTuple
,UnpackTuple
andLift
from core operations to prelude. Renameops::leaf
module toops::sum
.hugr.serialization
module andto_serial
methods are now internal only._DfBase
toDfBase
and_DefinitionBuilder
toDefinitionBuilder
idivmod_checked
,idivmod
,idiv
,idiv_checked
,imod
,ishl
,ishr
,irotl
,irotr
operations now only have one width argument for all inputs and outputs rather than two.Package
to pack extensions with HUGRs for serialisation.CustomOp
removed,OpType
now containsExtensionOp
andOpaqueOp
directly.CustomOpError
renamed toOpaqueOpError
.Features
Option
/Result
helpers (#1481) (9698420)Lift
,MakeTuple
,UnpackTuple
andLift
to prelude (#1475) (b387505)conversions
ext, add to/from usize (#1490) (88913f2)Bug Fixes
Code Refactoring
CustomOp
in toOpType
(#1429) (8e8bba5)_DfBase
and_DefinitionBuilder
public (#1461) (ea9cca0)This PR was generated with Release Please. See documentation.