python-bigquery-pandas
python-bigquery-pandas copied to clipboard
migration to googleapis org
I recently migrated https://github.com/googleapis/python-bigquery-sqlalchemy to the googleapis org, where I'm able to benefit from release tooling and issue triage.
Since I'm the primary maintainer here, it might make sense to do the same for pandas-gbq if there are no objections from the community.
Edit Now that the repository has been migrated, I'll keep this issue open to track all the changes needed:
- [x] Add repo metadata (https://github.com/googleapis/python-bigquery-pandas/pull/370)
- [x] Integrate with release-please
- [x] Remove versioneer (https://github.com/googleapis/python-bigquery-pandas/pull/371)
- [x] Migrate changelog to CHANGELOG.md (https://github.com/googleapis/python-bigquery-pandas/pull/372)
- [x] Grant PyPI permissions to release bot
- [x] Use shared templates (owlbot / synthtool) for continuous integration and testing
- [x] Enable owlbot and Kokoro https://github.com/googleapis/python-bigquery-pandas/pull/380
- [ ] Disable CircleCI -- Add conda session to noxfile and Kokoro jobs
- [ ] Update docs to reflect new package location.
- [x] Publish docs to https://googleapis.dev/python/pandas-gbq/latest
- [x] Update README to point to new docs location
- [ ] Update contributing docs to reflect use of conventional commits messages
- [x] Add ROADMAP.md indicating the purpose of this package in relation to
google-cloud-bigqueryandpandashttps://github.com/googleapis/python-bigquery-pandas/issues/149
Sounds good! Hope all's well @tswast !
We appear to have two CONTRIBUTING guides as well, so we should de-dupe them if possible.
All items are marked complete. I also sent https://github.com/googleapis/python-bigquery-pandas/pull/666 to dedupe the main contributing guides.