marionmari / pyGPs

pyGPs is a library containing an object-oriented python implementation for Gaussian Process (GP) regression and classification.
Other
213 stars 64 forks source link

Update PyPi with new setup.py file #38

Closed mathDR closed 7 years ago

mathDR commented 8 years ago

Hey @marionmari @shansfolder can one of you update the pypi file for pygps? I just added the future dependency in setup.py and now the code will compile and work from a git clone. But I think it will still break if one tries to pip install pyGPs.

Thanks

mathDR commented 7 years ago

Was this done? If so, we can close this

shansfolder commented 7 years ago

I just checked again. pip install pyGPs seems still broken for me. I will update the pypi file tomorrow and also start to take care of the other small open issue.

Sorry for being not very responsible on this project last year. Now I am back in the game! :)

mathDR commented 7 years ago

👍

shansfolder commented 7 years ago

Hi everyone, I made a new release 1.3.4 today which contains new commits from Sep 2016. It includes a few bugs fix, enhancement of the clustering demo for time series, and Python 3 future dependency fix in setup.py (described in this issue).

I tested the release using different python version and installation methods. It looks good. :)

Here is the new release and pypi is also up to date to the new release.

shansfolder commented 7 years ago

The docs hosted at TU Dortmund are not maintained though, it still shows v1.3.2. Is anyone of us able to access it?