Skip to content

Releases: opencobra/swiglpk

Make a source release on PyPi

Choose a tag to compare

@Midnighter Midnighter released this 08 Aug 20:33

The manylinux build did not by default also upload the sources to PyPi. This is added now.

Helper functions to avoid common bottlenecks

Choose a tag to compare

@phantomas1234 phantomas1234 released this 19 Apr 09:28
1.4.3

fix: don't use swig '-builtin' option because it changes the interface

1.4.1

Choose a tag to compare

@hredestig hredestig released this 20 Feb 14:19
  • Upgrade to glpk 4.61
  • Do not use brew glpk. Fixes bug causing instability with other packages also using glpk
  • Add helpers to get all row/column primal/duals in one go from the C level as well as helper functions that convert Python lists to the required int/doubleArray types.

Python 3.6 support

Choose a tag to compare

@phantomas1234 phantomas1234 released this 03 Feb 09:55
Fix/py36 (#20)

* fix: add py36 to build plans

* fix: adjust to changes in setuptools

* fix: try again

* fix: stubborn setuptools..

* fix: different way to get versions

* try again

* ..and again

Python 3.6 support

Python 3.6 support Pre-release
Pre-release

Choose a tag to compare

@phantomas1234 phantomas1234 released this 02 Feb 11:17
Fix/py36 (#20)

* fix: add py36 to build plans

* fix: adjust to changes in setuptools

* fix: try again

* fix: stubborn setuptools..

* fix: different way to get versions

* try again

* ..and again