-
Notifications
You must be signed in to change notification settings - Fork 681
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Future release(s) of pandas-datareader #977
Comments
Could someone please create a release? This will fix #970 . |
I hesitate to release as many (most?) of the readers are broken. There isn't much of a community willing to support the individual readers, which need relatively high-frequency fixes. This is why datareader was removed from pandas - it was creating a huge burden on core developers to constantly adjust the readers, as well as when running CI jobs. If someone would step up and start fixing readers it would make a new release easier. There are test fails for the following readers:
I sort of inherited this role, and while I'm content to provide technical coding (e.g., moving from versioneer to setuptools_scm for versioninig, which as been done), I am not interested in patching individual readers. |
The README file instructions point to As of this writing the most recent available release is dated 2021-07-13. As reported in #992 this is now awfully outdated and breaking in current Python versions – The argument blocking new releases is the lack of developer support in maintaining the broken readers. Now the whole package is broken for all users of Python 3.12 and above. |
No description provided.
The text was updated successfully, but these errors were encountered: