fabianp / hrf_estimation

HRF estimation
13 stars 6 forks source link

pip install results in newer version than master (0.6.0)? #2

Closed mekman closed 9 years ago

mekman commented 9 years ago

Hi Fabian,

thanks a lot for sharing this. I can't wait to try this with my own data.

After a pip install hrf_estimation, what I have is:

In [4]: he.__version__
Out[4]: '0.6.0'

That confuses me. Apparently the pypi version is newer than current master? I noticed, because the examples don't run with the pip version, e.g. he.data.get_sample_data() already applies the filtering inside the function call.

Do you understand what's happening here?

Best, Matthias

fabianp commented 9 years ago

Hi Matthias!

Thanks for trying out the software and for reporting this. I somehow managed to mess with the versions uploaded to pypi. To make the update easier I simply pushed a 0.7 version, so that pip install -U memory_profiler should update you to the latest working version.

Best,

Fabian

mekman commented 9 years ago

Thanks a lot! That was really quick. pip install -U hrf_estimation did the trick (although, I'm an excited user of "memory_profiler" too ;-) ).

fabianp commented 9 years ago

:-)