Skip to content

v0.4.1

Choose a tag to compare

@Shiro-Raven Shiro-Raven released this 17 Nov 02:08
e3562be

0.4.1 (2025-11-16)

This release fixes several important bugs and makes the API more consistent and easier to use.

🐛 Fixed

  • Fixed QAOA bug where non-integer graph labels caused errors
  • Fixed bug where your custom initial parameters were being overwritten by automatic initialization
  • Fixed Sphinx documentation configuration that was reading from deprecated pyproject.toml section

🚀 Improvements

  • ⚡ Faster Observable Grouping: Improved performance when computing observable groupings of large Hamiltonians
  • 📚 Enhanced API Documentation: Improved docstrings and updated API reference documentation

🔧 API Changes

  • is_valid_qasm() now returns a simple boolean instead of bool | str for clearer behavior
  • validate_qasm_raise() renamed to validate_qasm() for consistency
  • New perform_final_computation parameter to skip final computation step when you only need optimization results

For detailed changes, see the changelog.