Skip to content

Version 0.3.0

Latest
Compare
Choose a tag to compare
@schweikart schweikart released this 28 Sep 22:36
7edfc5a

Features:

  • Add GML object format (#37)
  • Add Cirq MaxCut solver (#45)

Bugfixes:

  • Re-add Qiskit-aer package after removal from main qiskit package (#38)
  • Fix SAT negation prefix (#48)

Tests:

  • Fix variable name comment order in DIMACS test cases (#27)
  • Add unit tests for all solvers (#29)

Documentation:

  • Add release guide (#25)
  • Improve swagger endpoint documentation (#41)

Refactor:

  • ProcessRunner streamlining (#31)
  • Clean up generics (#34)
  • Remove suitability score in favor of meta-solver strategies (#35)
  • Remove controller boilerplate (#39)
  • Split up feature model anomaly problem types (#40)
  • Use IDs for ProblemType serialization (#44)
  • Merge Solution and SolutionHandle (#47)