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.3.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.4.0
Choose a head ref
  • 18 commits
  • 49 files changed
  • 8 contributors

Commits on Apr 23, 2024

  1. Configuration menu
    Copy the full SHA
    518d315 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    054075d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4724a1a View commit details
    Browse the repository at this point in the history
  4. docs: add the first sample for the Single time-series forecasting fro…

    …m Google Analytics data tutorial (#623)
    
    BigQuery DataFrames sample for [Step two (optional): Visualize the time series you want to forecast](https://cloud.google.com/bigquery/docs/arima-single-time-series-forecasting-tutorial#step_two_optional_visualize_the_time_series_you_want_to_forecast).
    
    Co-authored-by: Salem Boyland <[email protected]>
    Co-authored-by: Tim Sweña (Swast) <[email protected]>
    3 people authored Apr 23, 2024
    Configuration menu
    Copy the full SHA
    2b84c4f View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2024

  1. Configuration menu
    Copy the full SHA
    8d2a51c View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2024

  1. test: test most relevant dtype for aggregates (#595)

    * fix: keep most relevant dtype for aggregates
    
    * add aggregate tests for bool result
    
    * refactor and reuse dtypes.lcd_dtype
    
    * check_dtype=False
    shobsi authored Apr 25, 2024
    Configuration menu
    Copy the full SHA
    96c150a View commit details
    Browse the repository at this point in the history
  2. refactor: cache table metadata alongside snapshot time (#636)

    This ensures the cached `primary_keys` is more likely to be
    correct, in case the user called ALTER TABLE after we originally
    cached the snapshot time.
    tswast authored Apr 25, 2024
    Configuration menu
    Copy the full SHA
    3acc494 View commit details
    Browse the repository at this point in the history
  3. feat: support the score method for PaLM2TextGenerator (#634)

    * feat: support the score method for PaLM2TextGenerator
    
    * address comments
    
    * address additional comments
    
    * address minor comments
    ashleyxuu authored Apr 25, 2024
    Configuration menu
    Copy the full SHA
    3ffc1d2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    44b738d View commit details
    Browse the repository at this point in the history
  5. fix: Allow to_pandas to download more than 10GB (#637)

    * fix: Allow to_pandas to download more than 10GB
    
    * remove unecessary line
    milkshakeiii authored Apr 25, 2024
    Configuration menu
    Copy the full SHA
    ce56495 View commit details
    Browse the repository at this point in the history
  6. feat: expose gcf max timeout in remote_function (#639)

    * feat: expose gcf max timeout in `remote_function`
    
    * remove duplicate test case from parametrize
    shobsi authored Apr 25, 2024
    Configuration menu
    Copy the full SHA
    dfeaad0 View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2024

  1. fix: Extend row hash to 128 bits to guarantee unique row id (#632)

    * fix: Extend row hash to 128 bits to guarantee unique row id
    
    * decide hash size based on row count
    
    * fix read_gbq tests
    
    * handle unknown row_num
    TrevorBergeron authored Apr 26, 2024
    Configuration menu
    Copy the full SHA
    9005c6e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1e7793c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a5c94ec View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2024

  1. feat: allow single input type in remote_function (#641)

    * feat: allow single input type in `remote_function`
    
    * say sequence instead of list in the remote_function docstring
    
    * fix more doc
    shobsi authored Apr 29, 2024
    Configuration menu
    Copy the full SHA
    3aa643f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    03c1b0d View commit details
    Browse the repository at this point in the history
  3. fix: llm palm score tests (#643)

    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 internal # 336527025🦕
    ashleyxuu authored Apr 29, 2024
    Configuration menu
    Copy the full SHA
    cf4ec3a View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2024

  1. chore(main): release 1.4.0 (#633)

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