convexengineering / gpfit

Fit posynomials to data
http://gpfit.readthedocs.io/en/latest/
MIT License
10 stars 7 forks source link

Setup #49

Closed pgkirsch closed 8 years ago

pgkirsch commented 8 years ago

Creating a setup.py to facilitate installation of gpfit system-wide. Ready for a quick review @whoburg (or @bqpd).

bqpd commented 8 years ago

I like it! Give it a real version number, though? I think this deserves a 1.0...

pgkirsch commented 8 years ago

Oops I didn't realise it was 0.0. Given that the code still kind of sucks, and in keeping with the current GPkit precedent, I went with a 0.1 instead. Thanks for catching that!

whoburg commented 8 years ago

Thanks @pgkirsch!

whoburg commented 8 years ago

Is this an expected warning? /Users/whoburg/anaconda/envs/gpkit/lib/python2.7/distutils/dist.py:267: UserWarning: Unknown distribution option: 'install_requires'

whoburg commented 8 years ago

@galbramc, we now have a setup script for gpfit -- should Jenkins be updated to use it?

galbramc commented 8 years ago

Yep, Jenkins should be using it so that the script it self gets tested. I'll make the updates.

galbramc commented 8 years ago

@whoburg and @pgkirsch, I updated the Jenkins scripts, but now Jenkins is failing because the example is producing different results than what is stored in the repo.

whoburg commented 8 years ago

see #52