Pandas-datareader: Release 0.7.0

Created on 21 Feb 2018  路  15Comments  路  Source: pydata/pandas-datareader

The recent re-addition of Yahoo! will trigger a new release in the next week. I will try to get as many PRs in before then.

Most helpful comment

Also looking forward to the new release

All 15 comments

Do you have an idea, when 0.7 will be released? Support of Yahoo Finance would be fine and a great help for some users...

Status on this release, @bashtage?

@bashtage Please review my PR (#515) at your earliest convenience. I made many updates fixing broken test cases, google, stooq and morningstar api's. It passed, travis ci and code coverage tests just needs your approval.

Also looking forward to the new release

@bashtage this should probably be pushed soon due to the issues in #520. As of now PDR 0.6.0 is not functional and cannot be imported due to is_list_like compat.

Also looking forward to the new release

did you try pip install pandas==(older Version than yours, maybe 0.19.2) and run again

@bashtage Can you please release 0.7.0? pandas 0.23 has been out for months now and pandas-datareader is incompatible because #520 has not been released publicly.

I believe the release is ready @bashtage. Is there anything else needed? I agree with the previous comments, we should push this ASAP unless there's anything we are waiting on.

@addisonlynch Yahoo actions has just now broken. They seem to have changed the default to adjusting dividends to that

result = web.DataReader('AAPL', 'yahoo-actions', start, end)

return adjusted and

web.get_data_yahoo_actions('AAPL', start, end, adjust_dividends=True)

return incorrect (over adjusting).

@davidastephens any thoughts about the changes to actions?

Just cut 0.7, need @jorisvandenbossche or someone who has access to PyPI to upload a universal wheel.

Now posted to pypi. Thanks everyone, esp @addisonlynch.

@davidastephens Would be helpful if you have some time to look at the actions adjustment. I did it last night and it made sense to me but should be checked. It can be pretty inaccurate to reflate dividends after a split.

@bashtage FYI I don't have any PyPI access, only to readthedocs. But I suppose you have been added in the meantime?

Thanks - I noticed that I was added for PyPI after pinging you.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

nashtgc picture nashtgc  路  7Comments

walsha2 picture walsha2  路  5Comments

zhongdai picture zhongdai  路  5Comments

BajajAryan310 picture BajajAryan310  路  7Comments

paintdog picture paintdog  路  7Comments