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
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 ofilpy.Relation.Equal
. This fixes that and bumps the version for a new release