- 2022-11-23: The minimum required version of Qiskit is now 0.37.0, and the minimum required version of Qiskit Optimization is now 0.4.0. Python 3.6 is no longer supported. (#49)
- 2022-11-23: The backend tests now use qiskit-ibm-provider rather than qiskit-ibmq-provider. (#15)
- 2022-06-21: Magic rounding now supports all available encodings. (#33)
- 2022-06-17: Fixed a bug in the "weighted" sampling method for magic rounding. Anyone who did experiments using weighted sampling previously might want to try it again, as results ought to be better statistically now.
- 2022-06-13: Packages that are only necessary for running the
included Jupyter notebooks are no longer listed as requirements of
qrao
, so thatqrao
can be more easily used as a library. If you wish to install these optional dependencies, runpip install -e '.[notebook-dependencies]'
. (#34) - 2022-06-09: Added a comparison to exact optimal function value using
CplexOptimizer
in the first tutorial (#27)