Skip to content

quantcore.glm 1.3.0

Compare
Choose a tag to compare
@jtilly jtilly released this 13 Apr 05:56

1.3.0 - 2021-04-12

New features:

  • We added a new solver based on scipy.optimize.minimize(method='trust-constr').
  • We added support for linear inequality constraints of type A_ineq.dot(coef_) <= b_ineq.