pmorissette / ffn

ffn - a financial function library for Python
pmorissette.github.io/ffn
MIT License
1.96k stars 294 forks source link

PyPI has not the latest version #96

Closed r0f1 closed 3 years ago

r0f1 commented 4 years ago

Hi, PyPI has not the latest version. I get an error in the function display_month_returns(), because it uses the old .ix[] accessor of pandas. Looking at the code on Github, it seems that the issue was fixed already.

My remedy: Installing ffn from directly from Github using pip install --upgrade git+https://github.com/pmorissette/ffn.git.

Best, Flo

y26805 commented 4 years ago

looks like a duplicate of https://github.com/pmorissette/ffn/issues/89

apparently the version on Windows works fine, but for Mac/Linux PIP does not offer the latest version. thanks for adding the git command to install from source!

timkpaine commented 3 years ago

closing, will do a release in the nearish future. Feel free to use an older version of pandas in the mean time.