Changelog¶

v0.2.4 (Oct. 4, 2024)¶

  • Fix OptimizerBase (an issue when the duplicate solution is obtained, and the optimizer cannot find a feasible alternative solution due to constraints).

  • Fix Constraint. penality_formulation is now specified for any inequality constraints.

  • Update the document.

v0.2.3 (Sep. 9, 2024)¶

  • Fix trainer class for FMQA.

v0.2.2 (Sep. 5, 2024)¶

  • Update the documents.

  • Add nbformat as dependency.

v0.2.1 (Sep. 4, 2024)¶

  • Fix logger.

  • Fix DataFrame access.

v0.2.0 (Sep. 2, 2024)¶

  • Remove the Bayesian optimizer.

v0.1.0 (Aug. 29, 2024)¶

  • Initial relase.