Skip to content
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

chore(tket2): release v0.1.0-alpha.1 #357

Merged
merged 3 commits into from
May 24, 2024

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented May 23, 2024

🤖 New release

  • tket2: 0.1.0-alpha.1
Changelog

tket2

0.0.0-alpha.1 - 2024-05-24

Bug Fixes

  • Check for rewrite composition in badger (#255)
  • induced cycles in depth optimisation (#264)
  • Encode opaque symbolic constants (#273)
  • Correctly detect custom ops by name (#281)
  • Track input linear units in Command (#310)
  • Don't convert tket2 measurements into tket1 ops (#331)

Documentation

  • Expand the main module and README docs (#298)

New Features

  • add angle type to tket2 extension (#231)
  • bindings for circuit cost and hash (#252)
  • Implement PyErr conversion locally in tket2-py (#258)
  • Add a "progress timeout" to badger (#259)
  • [breaking] Add lexicographic cost (#270)
  • rewrite tracing (#267)
  • Move pre/post rewrite cost to the RewriteStrategy API (#276)
  • [breaking] Lexicographic cost fn (#277)
  • Return rewrite strategies as a generator (#275)
  • add qalloc, qfree, reset ops (#284)
  • [breaking] Support any ops in portmatching (#293)
  • Add PatternMatch::nodes and subcircuit + matching example (#299)
  • Use IncomingPort and OutgoingPort instead of Port where possible. (#296)
  • expose Tk2Op name (#307)

Refactor

  • Move tket2 code to a workspace member (#210)
  • Restructure the python code (#211)
  • s/taso/badger/ (#228)
  • Move python bindings from tket2 to tket2-py (#235)
  • rename t2op (#256)

Testing

  • Add small parallel badger test (#237)
  • fix non-deterministic badger test (#245)


This PR was generated with release-plz.

@qartik
Copy link
Member

qartik commented May 23, 2024

@aborgna-q shouldn't the first alpha release be 0.1.0-alpha.1? Do you plan to ever release a v0.0.0?

@aborgna-q
Copy link
Collaborator

Yes, we'll override the version for this first release.

github-merge-queue bot pushed a commit that referenced this pull request May 24, 2024
Otherwise release-plz tries to generate changelogs for `tket2-py` and
the binary tools.
#357

<img width="426" alt="image"
src="https://github.com/CQCL/tket2/assets/121866228/b62e8599-7526-450a-8bdc-acb9a6364e19">
@github-actions github-actions bot changed the title chore: release chore(tket2): release v0.0.0-alpha.1 May 24, 2024
@github-actions github-actions bot force-pushed the release-plz-2024-05-23T16-11-41Z branch from 93edf24 to 4b24533 Compare May 24, 2024 08:17
@aborgna-q aborgna-q force-pushed the release-plz-2024-05-23T16-11-41Z branch from 392833d to 3ddd61e Compare May 24, 2024 14:54
@aborgna-q aborgna-q changed the title chore(tket2): release v0.0.0-alpha.1 chore(tket2): release v0.1.0-alpha.1 May 24, 2024
Copy link

codecov bot commented May 24, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 84.49%. Comparing base (9f7d415) to head (3ddd61e).

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #357      +/-   ##
==========================================
+ Coverage   84.14%   84.49%   +0.34%     
==========================================
  Files          31       31              
  Lines        4290     4290              
  Branches     4290     4290              
==========================================
+ Hits         3610     3625      +15     
+ Misses        501      485      -16     
- Partials      179      180       +1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@aborgna-q
Copy link
Collaborator

I edited the version manually and updated some metadata for the release.

There's a test failing in the python bindings, but it shouldn't affect the rust crate.

@aborgna-q aborgna-q marked this pull request as ready for review May 24, 2024 14:59
@aborgna-q aborgna-q added this pull request to the merge queue May 24, 2024
Merged via the queue into main with commit 9b7abff May 24, 2024
12 of 13 checks passed
@aborgna-q aborgna-q deleted the release-plz-2024-05-23T16-11-41Z branch May 24, 2024 15:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants