-
-
Notifications
You must be signed in to change notification settings - Fork 48
🔖 Update changelog with v3.4.0 release
#1434
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
Conversation
Signed-off-by: burgholzer <[email protected]>
📝 WalkthroughSummary by CodeRabbit
✏️ Tip: You can customize this high-level summary in your review settings. WalkthroughUpdates release and upgrade documentation for version 3.4.0: adds a 3.4.0 changelog entry, moves a build-related item into the release, updates the Unreleased reference, and documents new QDMI–Qiskit integration classes and Python wheel changes. Changes
Sequence Diagram(s)sequenceDiagram
participant User
participant QiskitClient as Qiskit
participant QDMIProvider
participant QDMIBackend
participant Device
User->>QiskitClient: create & submit circuit
QiskitClient->>QDMIProvider: request backend (QDMI)
QDMIProvider->>QDMIBackend: instantiate backend / submit job
QDMIBackend->>QDMIJob: create job
QDMIJob->>Device: send circuit for execution
Device-->>QDMIJob: execution result
QDMIJob-->>QDMIBackend: deliver result
QDMIBackend-->>QiskitClient: return job/result handle
QiskitClient-->>User: provide results
Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes Possibly related PRs
Poem
🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. 📜 Recent review detailsConfiguration used: Organization UI Review profile: ASSERTIVE Plan: Pro 📒 Files selected for processing (1)
🧰 Additional context used🧠 Learnings (6)📓 Common learnings📚 Learning: 2025-12-05T17:45:37.602ZApplied to files:
📚 Learning: 2025-12-01T11:00:40.342ZApplied to files:
📚 Learning: 2025-10-14T14:37:38.047ZApplied to files:
📚 Learning: 2026-01-04T21:41:30.252ZApplied to files:
📚 Learning: 2025-11-04T15:22:19.558ZApplied to files:
🪛 LanguageToolCHANGELOG.md[typographical] ~20-~20: To join two clauses or introduce examples, consider using an em dash. (DASH_RULE) 🔇 Additional comments (3)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Signed-off-by: burgholzer <[email protected]>
Description
This PR updates the changelog (and the upgrade guide) after the release of
v3.4.0from the stable3.xbranch.Checklist: