Skip to content

v2.0.2

Choose a tag to compare

@linpeng0105 linpeng0105 released this 25 Mar 09:16
· 6 commits to main since this release

This release continues the Local-MIP 2.0 series and mainly improves Python usability.

Highlights

  • Python bindings can now be installed directly via pip:
    pip install localmip
    
  • Users no longer need to clone the repository or manually build the Python extension to get started.
  • Published Linux x86_64 wheels are available on PyPI.
  • The Python package keeps the existing import style:
    import localmip_py as lm
    

Notes

  • This release is part of the Local-MIP 2.0 series.
  • The main focus of this update is Python packaging and installation convenience.
  • Repository-based development builds are still supported through python-bindings/.

PyPI

Project page:
https://pypi.org/project/localmip/