Releases: qBraid/qbraid-algorithms
Releases · qBraid/qbraid-algorithms
v0.1.2
Release 0.1.2 (Feb 28, 2026)
Summary
Added
- QAOA (Quantum Approximate Optimization Algorithm) with MaxCut, Min Vertex Cover, and Max Clique cost functions, X and XY mixers, and SWAP-test support. (#79)
- Gaussian OpenPulse waveform generator with PyQASM module export and Qubit Spectroscopy example notebook. (#77)
Improved / Modified
- Restructured project layout and improved clarity across multiple modules. (#66)
- Migrated all documentation links to the qBraid v2 site. (#82)
- Simplified docs site CSS and cleaned up index page HTML. (#82)
Removed
- Deleted obsolete
todo.txtfrom package. (#82) - Removed "Launch on Lab" link from
pyproject.toml. (#82)
Fixed
- Fixed functionality across HHL algorithm implementation and Jupyter notebooks. (#66)
Dependencies
- Updated
qbraidto 0.11.0. (#81) - Updated
qiskit[qasm3-import]to >=2.1.0,<2.4.0. (#76) - Updated
sphinxto >=7.4,<9.1. (#73) - Set Python 3.13 for GitHub Pages action. (#74)
PRs Merged
- Refactor: Restructure qBraid-Algorithms, update docs, and fix functionality by @vinayswamik in #66
- Update sphinx requirement from <8.3,>=7.4 to >=7.4,<9.1 by @dependabot[bot] in #73
- Set python version to 3.13 for GH pages action by @ryanhill1 in #74
- Add Gaussian OpenPulse waveform generator with PyQASM module export by @robertjovanov in #77
- Qaoa implementation by @TheGupta2012 in #79
- Update qbraid version to 0.11.0 by @ryanhill1 in #81
- Update docs, links, and styling for v2 site migration by @ryanhill1 in #82
- Update qiskit[qasm3-import] requirement from <2.3.0,>=2.1.0 to >=2.1.0,<2.4.0 by @dependabot[bot] in #76
- Bump project version to 0.1.2 by @github-actions[bot] in #83
New Contributors
- @vinayswamik made their first contribution in #66
- @robertjovanov made their first contribution in #77
- @TheGupta2012 made their first contribution in #79
Full Changelog: v0.1.1...v0.1.2
v0.1.1
Release 0.1.1 (Oct 25, 2025)
Summary
- Add
.qasmfiles toMANIFEST.inso they are included in dist - QasmBuilder macro (
qbraid_algorithms.qtran.QasmBuilder) - New algos:
- HHL (
qbraid_algorithms.hhl) - Rodeo (Direct and Mid-Circuit) (
qbraid_algorithms.rodeo) - Amplitude Amplification (
qbraid_algorithms.amplitude_amplification)
- HHL (
PRs Merged
- QasmBuilder Macro by @MTakahashi-KWH in #59
- Bump qbraid from 0.9.9.dev20250814175257 to 0.9.9 by @dependabot[bot] in #65
- Update pyqasm requirement from <0.6.0,>=0.5.0 to >=0.5.0,<1.1.0 by @dependabot[bot] in #68
- Update qiskit[qasm3-import] requirement from <2.2.0,>=2.1.0 to >=2.1.0,<2.3.0 by @dependabot[bot] in #67
- Update sphinx-autodoc-typehints requirement from <3.3,>=1.24 to >=1.24,<3.6 by @dependabot[bot] in #70
- Bump qbraid from 0.9.9 to 0.9.10 by @dependabot[bot] in #69
- include qasm files in dist by @ryanhill1 in #71
- Bump project version to 0.1.1 by @github-actions[bot] in #72
New Contributors
- @MTakahashi-KWH made their first contribution in #59
Full Changelog: v0.1.0...v0.1.1
v0.1.0
Release 0.1.0 (Aug 25, 2025)
Summary
- First official release
PRs Merged
- Project reset: version 0 by @ryanhill1 in #50
- Update sphinx-autodoc-typehints requirement from <3.1,>=1.24 to >=1.24,<3.3 by @dependabot[bot] in #52
- Initial Sample Implementation - Bell's Inequality Circuit by @LukeAndreesen in #51
- Update issue templates by @LukeAndreesen in #57
- qBraid Algos v0.1 by @LukeAndreesen in #56
- Update sphinx requirement from <8.2,>=7.4 to >=7.4,<8.3 by @dependabot[bot] in #53
- Update docutils requirement from <0.22 to <0.23 by @dependabot[bot] in #55
- Bump qbraid from 0.9.9.dev20250814175257 to 0.9.9.dev20250821232849 by @dependabot[bot] in #61
- Update bump-version workflow to skip citation update by @ryanhill1 in #62
- Bump project version to 0.1.0 by @github-actions[bot] in #63