Skip to content

v2.2.0

Compare
Choose a tag to compare
@nick-gorman nick-gorman released this 04 Jun 05:51
bbeffad

Fixes a few issues:

  • specifies version 1.16rc0 for mip-python (solver interface). This is a pre-release of mip-python so not ideal, but the other recent version are having install issues across mac, linux, and windows. Version 1.16rc0 only seems to be having issues on mac so it the best option for now, but we will update when a better one is available.
  • Changes implementation of solver interface to avoid a pandas warning
  • Corrects some errors in the bidstack example.
  • Bumps default requests version in poetry.lock (security fix)
  • Changes python version in poetry to ">=3.8,<3.13"