tulip-control / polytope

Geometric operations on polytopes of any dimension
https://pypi.org/project/polytope
Other
74 stars 19 forks source link

mv version to polytope/version.py #8

Closed johnyf closed 10 years ago

johnyf commented 10 years ago

to have a single place where it is defined, while avoiding importing the polytope package when importing the version into setup.py. After thinking of creating a polytope/__version__.py file, searching led to this discussion

Justification for design choices:

Drawbacks of the approach: file littering, ugly exec command

johnyf commented 10 years ago

Closing to open a pull request into branch dev, instead of branch master. Retargeting the merge seems to be possible with some github-fu, but a first attempt failed and so just going to use the ugly solution.

johnyf commented 10 years ago

Re-opened after it was decided that a dev branch will not be used.

slivingston commented 10 years ago

After the pull request tulip-control/tulip-control#87 is accepted, changes from it will be incorporated here so that tulip and polytope are using the same non-release version strings protocols.