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

Commits on Sep 7, 2023

  1. chore: enable owlbot (#23)

    * chore: enable owlbot
    
    Change-Id: Idb2a03ab01d414f136a846d18f90329a9a50e4aa
    
    * 🦉 Updates from OwlBot post-processor
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    * revert some owlbot changes
    
    Change-Id: Iabe654bf693d82f5f1afdef7e9663577ded96025
    
    * only exclude common.cfg
    
    Change-Id: I1199737edca971b648ec2cfddb82b4f378b3f97d
    
    * 🦉 Updates from OwlBot post-processor
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    * use correct path in build.sh
    
    Change-Id: I407dc0500f52c52ccd90e108ba821fd518a7fe1d
    
    * decrease coverage and use repo name in 'nightly' build
    
    Change-Id: I7d450364dd234c640d905c9ac2c2a96e7df08d02
    
    * 🦉 Updates from OwlBot post-processor
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    * restore pre-commit checks
    
    Change-Id: Iaf059d5b197d9cc9e87e3d17adf6c7c48ca41cb8
    
    ---------
    
    Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
    tswast and gcf-owl-bot[bot] authored Sep 7, 2023
    Configuration menu
    Copy the full SHA
    ffad464 View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2023

  1. feat: add DataFrame.combine and DataFrame.combine_first (#27)

    feat: add `DataFrame.skew` and `GroupBy.skew`
    test: remove unneeded mock
    perf: `bigframes-api` label to I/O query jobs
    fix: `remote_function` uses same credentials as other APIs
    test: BQML golden SQL unit tests
    feat: add `DataFrame.pct_change` and `Series.pct_change`
    test: disable `remote_function` reuse in tests
    test: fix flaky repr_cache tests
    test: add unit tests for private `ArrayValue` class
    feat: add `DataFrame.to_dict`, `to_excel`, `to_latex`, `to_records`, `to_string`, `to_markdown`, `to_pickle`, `to_orc`
    fix: use for literals `Int64Dtype` in `cut`
    feat: add `DataFrame.nlargest`, `nsmallest`
    chore: refactor PCA tests
    feat: add `bfill` and `ffill` to `DataFrame` and `Series`
    feat: add `reindex_like` to `DataFrame` and `Series`
    fix: use lowercase strings for parameter literals in `bigframes.ml` (**breaking change**)
    feat: support `DataFrame.loc[bool_series, column] = scalar`
    fix: support column joins with "None indexer"
    docs: document region logic in README
    feat: add partial support for `Sereies.replace`
    fix: add type hints to models
    test: add more unit tests for internal `ArrayValue`
    feat: add `filter` and `reindex` to `Series` and `DataFrame`
    docs: document possible parameter values for PaLM2TextGenerator
    test: mark generate_text test as flaky
    feat: support a persistent `name` in `remote_function`
    fix: raise error when ARIMAPlus is used with Pipeline
    feat: add `swaplevel` to `DataFrame` and `Series`
    feat: add `axis` parameter to `droplevel` and `reorder_levels`
    docs: fix OneHotEncoder sample
    fix: remove `transforms` parameter in `model.fit` (**breaking change**)
    feat: add `diff` method to `DataFrame` and `GroupBy`
    tswast authored Sep 16, 2023
    Configuration menu
    Copy the full SHA
    7c6b0dd View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2023

  1. chore(main): release 0.4.0 (#28)

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