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: v1.2.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: v1.3.0
Choose a head ref
  • 15 commits
  • 62 files changed
  • 11 contributors

Commits on Apr 16, 2024

  1. feat: Add quantile statistic (#613)

    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> 🦕
    TrevorBergeron authored Apr 16, 2024
    Configuration menu
    Copy the full SHA
    bc82804 View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2024

  1. test: add a bigquery usage report to notebook test session (#604)

    * test: add a bigquery usage report to notebook test session
    
    * filter out mocks
    
    * remove pointless type hint
    
    * fix replace statement
    
    * account for dry runs
    
    * ipynb only
    
    * use env var via nox
    
    * don't import bigframes from noxfile
    
    * address comments
    
    * 🦉 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>
    milkshakeiii and gcf-owl-bot[bot] authored Apr 17, 2024
    Configuration menu
    Copy the full SHA
    250548c View commit details
    Browse the repository at this point in the history
  2. chore(python): bump idna from 3.4 to 3.7 in .kokoro (#608)

    Source-Link: googleapis/synthtool@d50980e
    Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-python:latest@sha256:5a4c19d17e597b92d786e569be101e636c9c2817731f80a5adec56b2aa8fe070
    
    Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
    Co-authored-by: Anthonios Partheniou <[email protected]>
    3 people authored Apr 17, 2024
    Configuration menu
    Copy the full SHA
    34f9f61 View commit details
    Browse the repository at this point in the history
  3. fix: address technical writers fb (#611)

    * fix: address technical writers fb
    ashleyxuu authored Apr 17, 2024
    Configuration menu
    Copy the full SHA
    9f8f181 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8f9ece6 View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2024

  1. feat: Add fine tuning fit() for Palm2TextGenerator (#616)

    * feat: support list of numerics in pandas.cut (#580)
    
    An internal user encountered this missing overload
    
    * move the tests to load-testing
    
    * add predict tests
    
    * address comments
    
    * address comments
    
    ---------
    
    Co-authored-by: Henry Solberg <[email protected]>
    ashleyxuu and milkshakeiii authored Apr 18, 2024
    Configuration menu
    Copy the full SHA
    9c106bd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9665e39 View commit details
    Browse the repository at this point in the history
  3. feat: warn if location is set to unknown location (#609)

    * feat: warn if location is set to unknown location
    
    * tests error message
    
    ---------
    
    Co-authored-by: Shobhit Singh <[email protected]>
    Co-authored-by: Tim Sweña (Swast) <[email protected]>
    3 people authored Apr 18, 2024
    Configuration menu
    Copy the full SHA
    3706b4f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9d205ae View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2024

  1. feat: expose max_batching_rows in remote_function (#622)

    * feat: expose `max_batching_rows` in `remote_function`
    
    * fix option formation, add tests
    
    * fix type annotation
    
    * assert max_batching_rows after routing creation
    
    * add forgotten assert
    shobsi authored Apr 19, 2024
    Configuration menu
    Copy the full SHA
    240a1ac View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2024

  1. chore: add synthetic data generation notebook (#615)

    * chore: add synthetic data generation notebook
    
    * markdown improvements
    
    * add copyright header
    
    * add a title
    shobsi authored Apr 22, 2024
    Configuration menu
    Copy the full SHA
    b66e3e6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d924ec2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    70015b7 View commit details
    Browse the repository at this point in the history
  4. feat: support primary key(s) in read_gbq by using as the `index_col…

    …` by default (#625)
    
    * feat: support primary key(s) in `read_gbq` by using as the `index_col` by default
    
    * revert WIP commit
    
    * address type error in tests
    tswast authored Apr 22, 2024
    Configuration menu
    Copy the full SHA
    75bb240 View commit details
    Browse the repository at this point in the history
  5. chore(main): release 1.3.0 (#617)

    🤖 I have created a release *beep* *boop*
    ---
    
    
    ## [1.3.0](https://togithub.com/googleapis/python-bigquery-dataframes/compare/v1.2.0...v1.3.0) (2024-04-22)
    
    
    ### Features
    
    * Add `Series.struct.dtypes` property ([#599](https://togithub.com/googleapis/python-bigquery-dataframes/issues/599)) ([d924ec2](https://togithub.com/googleapis/python-bigquery-dataframes/commit/d924ec2937c158644b5d1bbae4f82476de2c1655))
    * Add fine tuning `fit()` for Palm2TextGenerator ([#616](https://togithub.com/googleapis/python-bigquery-dataframes/issues/616)) ([9c106bd](https://togithub.com/googleapis/python-bigquery-dataframes/commit/9c106bd24482620ef5ff3c85f94be9da76c49716))
    * Add quantile statistic ([#613](https://togithub.com/googleapis/python-bigquery-dataframes/issues/613)) ([bc82804](https://togithub.com/googleapis/python-bigquery-dataframes/commit/bc82804da43c03c2311cd56f47a2316d3aae93d2))
    * Expose `max_batching_rows` in `remote_function` ([#622](https://togithub.com/googleapis/python-bigquery-dataframes/issues/622)) ([240a1ac](https://togithub.com/googleapis/python-bigquery-dataframes/commit/240a1ac6fa914550bb6216cd5d179a36009f2657))
    * Support primary key(s) in `read_gbq` by using as the `index_col` by default ([#625](https://togithub.com/googleapis/python-bigquery-dataframes/issues/625)) ([75bb240](https://togithub.com/googleapis/python-bigquery-dataframes/commit/75bb2409532e80de742030d05ffcbacacf5ffba2))
    * Warn if location is set to unknown location ([#609](https://togithub.com/googleapis/python-bigquery-dataframes/issues/609)) ([3706b4f](https://togithub.com/googleapis/python-bigquery-dataframes/commit/3706b4f9dde65788b5e6343a6428fb1866499461))
    
    
    ### Bug Fixes
    
    * Address technical writers fb ([#611](https://togithub.com/googleapis/python-bigquery-dataframes/issues/611)) ([9f8f181](https://togithub.com/googleapis/python-bigquery-dataframes/commit/9f8f181279133abdb7da3aa045df6fa278587013))
    * Infer narrowest numeric type when combining numeric columns ([#602](https://togithub.com/googleapis/python-bigquery-dataframes/issues/602)) ([8f9ece6](https://togithub.com/googleapis/python-bigquery-dataframes/commit/8f9ece6d13f57f02d677bf0e3fea97dea94ae240))
    * Use exact median implementation by default ([#619](https://togithub.com/googleapis/python-bigquery-dataframes/issues/619)) ([9d205ae](https://togithub.com/googleapis/python-bigquery-dataframes/commit/9d205aecb77f35baeec82a8f6e1b72c2d852ca46))
    
    
    ### Documentation
    
    * Fix rendering of examples for multiple apis ([#620](https://togithub.com/googleapis/python-bigquery-dataframes/issues/620)) ([9665e39](https://togithub.com/googleapis/python-bigquery-dataframes/commit/9665e39ef288841f03a9d823bd2210ef58394ad3))
    * Set `index_cols` in `read_gbq` as a best practice ([#624](https://togithub.com/googleapis/python-bigquery-dataframes/issues/624)) ([70015b7](https://togithub.com/googleapis/python-bigquery-dataframes/commit/70015b79e8cff16ff1b36c5e3f019fe099750a9d))
    
    ---
    This PR was generated with [Release Please](https://togithub.com/googleapis/release-please). See [documentation](https://togithub.com/googleapis/release-please#release-please).
    release-please[bot] authored Apr 22, 2024
    Configuration menu
    Copy the full SHA
    7227a6a View commit details
    Browse the repository at this point in the history
Loading