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.9.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.10.0
Choose a head ref
  • 2 commits
  • 12 files changed
  • 2 contributors

Commits on Oct 19, 2023

  1. feat: Implement DataFrame.dot for matrix multiplication (#67)

    * feat: Implement DataFrame.dot for matrix multiplication
    
    Change-Id: I8baa8c8ee0aeef587be25519a9df549e6db70067
    
    * adjust tests for left column alignment with right rows
    
    * refactor pivot to use known unique values
    
    * Support DataFrame.dot(Series), remove local-only tests
    
    * add explanation for `column_unique_values` param
    
    * NotImplementedError for multi-index matrix multiplication
    
    * avoid multi-column condition check on series
    
    * Add feedback link in the exception messages
    shobsi authored Oct 19, 2023
    Configuration menu
    Copy the full SHA
    29dd414 View commit details
    Browse the repository at this point in the history
  2. chore(main): release 0.10.0 (#122)

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