-
-
Notifications
You must be signed in to change notification settings - Fork 18.1k
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
SQL: add release notes for refactor (GH6292) #7120
Conversation
that looks good to me I don't think u need to mark as experimental everything should be back compat yes? or is some part of the API still a bit experimental? |
No, I think it should be OK. But I think you added that in the list of #6292? Only the OO api is not yet well defined, but this is also not publicly exposed in the docs or top-level namespace. |
oh ok just delete the experimental ref |
can you merge this in (even if not 100% finished) before RC1? just want to make sure that whatsnew is pretty complete |
yes, it can certainly be merged. Will rebase now |
go for it btw I currently have is released set to True (so it makes tags as rc1) should I change this back to False and then turn it back in when we actually release? any idea ? |
- minor edits - remove mention of object PandasSQLWithEngine, as this API is not yet finalized yet, so not yet meant for public use
- remove meta kwarg from read_sql_table (see discussion in pandas-dev#6300) - remove flavor kwarg from read_sql (not necessary + not there in 0.13, so would have been API change) - update docstring of to_sql in generic with latest changes - enhance docstring of get_schema
merge when ready |
yep, can be merged, but then it is not included in 0.14rc1? I am not familiar with the release process, so don't know how the setting of release to True/False works. That's something that maybe should be documented in the wiki. |
I'll leave it for now; I have been updating the release checklist (was pretty good anyhow). This will just update the docs (which the ann points to anyhow). |
SQL: add release notes for refactor (GH6292)
going to mail you the ANN, pls lmk any comments before I send out |
This should (finally) close #6292.
WIP for now, but comments welcome. Have to add to release.rst.
@jreback Should I mark the new sql as experimental? (and if so, where should I do this?)