Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: googleapis/python-db-dtypes-pandas
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.2.0
Choose a base ref
...
head repository: googleapis/python-db-dtypes-pandas
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.3.0
Choose a head ref
  • 6 commits
  • 13 files changed
  • 6 contributors

Commits on Oct 25, 2021

  1. chore(python): push cloud library docs to staging bucket for Cloud RAD (

    #35)
    
    * chore(python): push cloud library docs to staging bucket for Cloud RAD
    
    Source-Link: googleapis/synthtool@7fd61f8
    Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-python:latest@sha256:4ee57a76a176ede9087c14330c625a71553cf9c72828b2c0ca12f5338171ba60
    
    * update replacement in owlbot.py
    
    * 🦉 Updates from OwlBot
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    * 🦉 Updates from OwlBot
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
    Co-authored-by: Anthonios Partheniou <partheniou@google.com>
    3 people authored Oct 25, 2021
    Configuration menu
    Copy the full SHA
    a3a8cb3 View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2021

  1. chore(python): omit google/__init__.py in coverage (#36)

    Source-Link: googleapis/synthtool@694118b
    Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-python:latest@sha256:ec49167c606648a063d1222220b48119c912562849a0528f35bfb592a9f72737
    
    Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
    gcf-owl-bot[bot] and gcf-owl-bot[bot] authored Oct 26, 2021
    Configuration menu
    Copy the full SHA
    9209c0e View commit details
    Browse the repository at this point in the history
  2. chore(deps): update dependency pyarrow to v6 (#37)

    [![WhiteSource Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)
    
    This PR contains the following updates:
    
    | Package | Change | Age | Adoption | Passing | Confidence |
    |---|---|---|---|---|---|
    | [pyarrow](https://arrow.apache.org/) | ` >= 3.0.0, < 6.0dev` -> `>=3.0.0, <6.1` | [![age](https://badges.renovateapi.com/packages/pypi/pyarrow/6.0.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/pypi/pyarrow/6.0.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/pypi/pyarrow/6.0.0/compatibility-slim/5.0.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/pypi/pyarrow/6.0.0/confidence-slim/5.0.0)](https://docs.renovatebot.com/merge-confidence/) |
    
    ---
    
    ### Configuration
    
    📅 **Schedule**: At any time (no schedule defined).
    
    🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
    
    ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
    
    🔕 **Ignore**: Close this PR and you won't be reminded about this update again.
    
    ---
    
     - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, click this checkbox.
    
    ---
    
    This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/python-db-dtypes-pandas).
    renovate-bot authored Oct 26, 2021
    Configuration menu
    Copy the full SHA
    9fd806a View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2021

  1. feat: support Python 3.10 (#40)

    * feat: support Python 3.10
    
    * 🦉 Updates from OwlBot
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    * 🦉 Updates from OwlBot
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
    tswast and gcf-owl-bot[bot] authored Nov 4, 2021
    Configuration menu
    Copy the full SHA
    a31d55d View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2021

  1. feat: support conversion from pyarrow RecordBatch to pandas DataFrame (

    …#39)
    
    * feat: support conversion from pyarrow RecordBatch to pandas DataFrame
    
    * hack together working implementation
    
    TODO: add tests for constructing pandas Series with pyarrow scalars
    
    * fix unit test coverage, optimize arrow to numpy conversion
    
    * apply same optimizations to to_arrow conversion
    
    * remove redundant to_numpy now that to_arrow doesn't use it
    
    * be explicit about chunked array vs array
    
    * add docstrings to arrow conversion functions
    
    * add test case for round-trip to/from pyarrow nanosecond-precision time scalars
    
    * add time32("ms") test case without nulls for completeness
    tswast authored Nov 8, 2021
    Configuration menu
    Copy the full SHA
    facc7b0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8f248cb View commit details
    Browse the repository at this point in the history
Loading