Skip to content

v0.7.0

Latest

Choose a tag to compare

@github-actions github-actions released this 15 Jul 05:49
847aabb

GameTheory v0.7.0

Diff since v0.6.0

New features

  • lemke_howson!, an in-place version of lemke_howson with a caller-supplied workspace, has been added.

Breaking changes

  • uniquetolrows now returns the original rows with the element type of the input preserved, instead of rounded values.
  • The plib keyword argument of AS is deprecated and ignored; AS no longer uses a polyhedra library.

Merged pull requests:

  • ci(deps): bump actions/checkout from 6 to 7 (#233) (@dependabot[bot])
  • TST: Pass compile=false to hc_solve in tests (#234) (@oyamad)
  • FIX: Address issues in AS and its tests (#235) (@oyamad)
  • ENH: Compute AS by direct 2D polygon clipping (#236) (@oyamad)
  • ENH: Add lemke_howson! with caller-supplied workspace (#237) (@oyamad)
  • DOC: Document the payoff array indexing convention (#239) (@oyamad)

Closed issues:

  • Citations for algorithms used in this package (#148)
  • Improve docs by describing format of payoff matrices (#157)