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-bigquery-dataframes
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.5.0
Choose a base ref
...
head repository: googleapis/python-bigquery-dataframes
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.6.0
Choose a head ref
  • 14 commits
  • 53 files changed
  • 8 contributors

Commits on Sep 28, 2023

  1. chore: remove Git-on-Borg check from config (#69)

    * chore: remove Git-on-Borg check from config
    
    Continuous jobs are incorrectly identifying themselves as Git-on-Borg jobs and using the wrong job path.
    
    * update job configs too
    tswast authored Sep 28, 2023
    Configuration menu
    Copy the full SHA
    bc7be7f View commit details
    Browse the repository at this point in the history
  2. feat: add update and align methods to dataframe (#57)

    * feat: add update and align methods to dataframe
    TrevorBergeron authored Sep 28, 2023
    Configuration menu
    Copy the full SHA
    bf050cf View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2023

  1. Configuration menu
    Copy the full SHA
    d8910d4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4a84714 View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2023

  1. fix: fix df/series.iloc by list with multiindex (#79)

    * fix: fix df/series.iloc by list with multiindex
    
    * fix git error
    
    ---------
    
    Co-authored-by: Henry J Solberg <[email protected]>
    milkshakeiii and Henry J Solberg authored Oct 3, 2023
    Configuration menu
    Copy the full SHA
    971d091 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c9fa85c View commit details
    Browse the repository at this point in the history
  3. chore: [autoapprove] bump cryptography from 41.0.3 to 41.0.4 (#75)

    Source-Link: googleapis/synthtool@dede53f
    Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-python:latest@sha256:fac304457974bb530cc5396abd4ab25d26a469cd3bc97cbfb18c8d4324c584eb
    
    Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
    Co-authored-by: Tim Swast <[email protected]>
    3 people authored Oct 3, 2023
    Configuration menu
    Copy the full SHA
    c506200 View commit details
    Browse the repository at this point in the history
  4. chore: fix flaky system tests (#84)

    * Remove a mutation that could affect subsequent tests.
    * Make error message from API more flexible.
    
    Thank you for opening a Pull Request! Before submitting your PR, there are a few things you can do to make sure it goes smoothly:
    - [ ] Make sure to open an issue as a [bug/issue](https://togithub.com/googleapis/python-bigquery-dataframes/issues/new/choose) before writing your code!  That way we can discuss the change, evaluate designs, and agree on the general idea
    - [ ] Ensure the tests and linter pass
    - [ ] Code coverage does not decrease (if any source code was changed)
    - [ ] Appropriate docs were updated (if necessary)
    
    Fixes #<issue_number_goes_here> 🦕
    tswast authored Oct 3, 2023
    Configuration menu
    Copy the full SHA
    158c00c View commit details
    Browse the repository at this point in the history
  5. fix: avoid 403 response too large to return error with read_gbq a…

    …nd large query results (#77)
    
    Thank you for opening a Pull Request! Before submitting your PR, there are a few things you can do to make sure it goes smoothly:
    - [ ] Make sure to open an issue as a [bug/issue](https://togithub.com/googleapis/python-bigquery-dataframes/issues/new/choose) before writing your code!  That way we can discuss the change, evaluate designs, and agree on the general idea
    - [ ] Ensure the tests and linter pass
    - [ ] Code coverage does not decrease (if any source code was changed)
    - [ ] Appropriate docs were updated (if necessary)
    
    Towards internal issue 303057336 🦕
    tswast authored Oct 3, 2023
    Configuration menu
    Copy the full SHA
    8f3b5b2 View commit details
    Browse the repository at this point in the history
  6. feat: support STRUCT data type with Series.struct.field to extract …

    …child fields (#71)
    
    Thank you for opening a Pull Request! Before submitting your PR, there are a few things you can do to make sure it goes smoothly:
    - [ ] Make sure to open an issue as a [bug/issue](https://togithub.com/googleapis/python-bigquery-dataframes/issues/new/choose) before writing your code!  That way we can discuss the change, evaluate designs, and agree on the general idea
    - [ ] Ensure the tests and linter pass
    - [ ] Code coverage does not decrease (if any source code was changed)
    - [ ] Appropriate docs were updated (if necessary)
    
    Fixes #<issue_number_goes_here> 🦕
    tswast authored Oct 3, 2023
    Configuration menu
    Copy the full SHA
    17afac9 View commit details
    Browse the repository at this point in the history
  7. feat: add idxmin, idxmax to series, dataframe (#74)

    * feat: add idxmin, idxmax to series, dataframe
    
    * 🦉 Updates from OwlBot post-processor
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    * 🦉 Updates from OwlBot post-processor
    
    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>
    TrevorBergeron and gcf-owl-bot[bot] authored Oct 3, 2023
    Configuration menu
    Copy the full SHA
    781307e View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2023

  1. fix: change return type of Series.loc[scalar] (#40)

    * bug: change return type of `Series.loc[scalar]`
    
    Change-Id: Id60a7da3021972da5c8a28fb8f3620e10643c0ed
    
    * add scalar case and update return types
    
    * remove unneeded iloc in series getitem test
    
    * fix test_series_get_with_default_index
    
    * Run query manual for clarity/redundance
    
    ---------
    
    Co-authored-by: Henry J Solberg <[email protected]>
    milkshakeiii and Henry J Solberg authored Oct 4, 2023
    Configuration menu
    Copy the full SHA
    fff3d45 View commit details
    Browse the repository at this point in the history
  2. feat: add ml.preprocessing.KBinsDiscretizer (#81)

    * feat: add ml.preprocessing.KBinsDiscretizer
    
    * fix: address all the comments
    
    * fix: address additional comments
    
    * fix: fix the failed test
    
    * Empty commit
    
    * Trigger Kokoro
    ashleyxuu authored Oct 4, 2023
    Configuration menu
    Copy the full SHA
    24c6256 View commit details
    Browse the repository at this point in the history
  3. chore(main): release 0.6.0 (#72)

    Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
    release-please[bot] authored Oct 4, 2023
    Configuration menu
    Copy the full SHA
    bd692d8 View commit details
    Browse the repository at this point in the history
Loading