Skip to content
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

Merged
merged 3 commits into from
May 17, 2014

Conversation

jorisvandenbossche
Copy link
Member

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?)

@jreback
Copy link
Contributor

jreback commented May 13, 2014

that looks good to me

I don't think u need to mark as experimental
what/why do u want to do that?

everything should be back compat yes?

or is some part of the API still a bit experimental?

@jorisvandenbossche
Copy link
Member Author

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.

@jreback
Copy link
Contributor

jreback commented May 13, 2014

oh ok

just delete the experimental ref

@jreback
Copy link
Contributor

jreback commented May 16, 2014

can you merge this in (even if not 100% finished) before RC1? just want to make sure that whatsnew is pretty complete

@jorisvandenbossche
Copy link
Member Author

yes, it can certainly be merged. Will rebase now

@jreback
Copy link
Contributor

jreback commented May 16, 2014

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
@jreback
Copy link
Contributor

jreback commented May 16, 2014

merge when ready

@jorisvandenbossche
Copy link
Member Author

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.

@jreback
Copy link
Contributor

jreback commented May 17, 2014

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).

jreback added a commit that referenced this pull request May 17, 2014
SQL: add release notes for refactor (GH6292)
@jreback jreback merged commit bfd280a into pandas-dev:master May 17, 2014
@jreback
Copy link
Contributor

jreback commented May 17, 2014

going to mail you the ANN, pls lmk any comments before I send out

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Docs IO SQL to_sql, read_sql, read_sql_query
Projects
None yet
Development

Successfully merging this pull request may close these issues.

ENH: sql support with SQLAlchemy - follow-up
2 participants