Skip to content
This repository has been archived by the owner on Nov 16, 2023. It is now read-only.

Latest commit

 

History

History
30 lines (26 loc) · 1.44 KB

NEWS.md

File metadata and controls

30 lines (26 loc) · 1.44 KB

0.2 (not yet released)

  • 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)

0.1 (2022-11-23)

  • 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 that qrao can be more easily used as a library. If you wish to install these optional dependencies, run pip install -e '.[notebook-dependencies]'. (#34)
  • 2022-06-09: Added a comparison to exact optimal function value using CplexOptimizer in the first tutorial (#27)