funkelab / ilpy

Unified python wrappers for popular ILP solvers
https://funkelab.github.io/ilpy/
MIT License
3 stars 2 forks source link

go back to star import, bump version to 0.2.2 #7

Closed tlambert03 closed 1 year ago

tlambert03 commented 1 year ago

this reverts the explicit import of names from wrapper back to the star import. I didn't realize that Cython exports all enum members in addition to the enum namespaces, so #3 broke the ability to use ilpy.Equal instead of ilpy.Relation.Equal. This fixes that and bumps the version for a new release