Skip to content

Qiskit Optimization 0.5.0

Compare
Choose a tag to compare
@manoelmarques manoelmarques released this 27 Jan 15:18
· 91 commits to main since this release
8fa0437

Changelog

New Features

Upgrade Notices

  • The previously deprecated VQEProgram and QAOAProgram classes have been removed. They were originally deprecated in the Qiskit Optimization 0.3.0 release.

Bug Fixes

  • Fixed an issue that parse_tsplib_format() did not parse TSPLIB files correctly in all cases; in particular if extra whitespace existed around keywords or if an EOF keyword was present.