-
Notifications
You must be signed in to change notification settings - Fork 63
Comparing changes
Open a pull request
base repository: googleapis/python-bigquery-dataframes
base: v2.26.0
head repository: googleapis/python-bigquery-dataframes
compare: v2.27.0
- 12 commits
- 40 files changed
- 7 contributors
Commits on Oct 21, 2025
-
docs: Update AI operators deprecation notice (#2182)
"deprecated" is a bit confusing in this context. Let's say they have moved because the APIs are supported in the new location.
Configuration menu - View commit details
-
Copy full SHA for 2c50310 - Browse repository at this point
Copy the full SHA 2c50310View commit details
Commits on Oct 22, 2025
-
feat: include local data bytes in the dry run report when available (#…
…2185) * feat: include local data bytes in the dry run report when available * fix test
Configuration menu - View commit details
-
Copy full SHA for ee2c40c - Browse repository at this point
Copy the full SHA ee2c40cView commit details -
feat: Add str accessor to index (#2179)
* feat: Add str accessor to index * make StringMethods generically typed * fixup str extract method * fix type annotation
Configuration menu - View commit details
-
Copy full SHA for cd87ce0 - Browse repository at this point
Copy the full SHA cd87ce0View commit details -
Configuration menu - View commit details
-
Copy full SHA for c331dfe - Browse repository at this point
Copy the full SHA c331dfeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4191821 - Browse repository at this point
Copy the full SHA 4191821View commit details
Commits on Oct 23, 2025
-
Configuration menu - View commit details
-
Copy full SHA for ccd7c07 - Browse repository at this point
Copy the full SHA ccd7c07View commit details -
Configuration menu - View commit details
-
Copy full SHA for e0b2257 - Browse repository at this point
Copy the full SHA e0b2257View commit details
Commits on Oct 24, 2025
-
feat: add support for
np.isnanandnp.isfiniteufuncs (#2188)* feat: Implement isnan and isfinite in bigframes This commit implements the `isnan` and `isfinite` numpy ufuncs in bigframes. The following changes were made: - Added `IsNanOp` and `IsFiniteOp` to `bigframes/operations/numeric_ops.py` - Mapped `np.isnan` and `np.isfinite` to the new ops in `bigframes/operations/numpy_op_maps.py` - Added compilation logic for the new ops to the ibis, polars, and sqlglot compilers - Added tests for the new ops in `tests/system/small/test_numpy.py` * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md * feat: Implement isnan and isfinite in bigframes This commit implements the `isnan` and `isfinite` numpy ufuncs in bigframes. The following changes were made: - Added `IsNanOrNullOp` and `IsFiniteOp` to `bigframes/operations/numeric_ops.py` - Mapped `np.isnan` and `np.isfinite` to the new ops in `bigframes/operations/numpy_op_maps.py` - Added compilation logic for the new ops to the ibis, polars, and sqlglot compilers - Added tests for the new ops in `tests/system/small/test_numpy.py` - Renamed `IsNanOp` to `IsNanOrNullOp` to match numpy semantics and updated compilers accordingly. * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md * Apply suggestions from code review * Update bigframes/core/compile/sqlglot/scalar_compiler.py * Update bigframes/core/compile/sqlglot/scalar_compiler.py * Update bigframes/core/compile/sqlglot/scalar_compiler.py * preserve NA * fix annotations --------- Co-authored-by: google-labs-jules[bot] <161369871+google-labs-jules[bot]@users.noreply.github.com> Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 68723bc - Browse repository at this point
Copy the full SHA 68723bcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5ec3cc0 - Browse repository at this point
Copy the full SHA 5ec3cc0View commit details -
Configuration menu - View commit details
-
Copy full SHA for b9a5804 - Browse repository at this point
Copy the full SHA b9a5804View commit details -
Configuration menu - View commit details
-
Copy full SHA for db21a85 - Browse repository at this point
Copy the full SHA db21a85View commit details
Commits on Oct 27, 2025
-
chore(main): release 2.27.0 (#2184)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com> Co-authored-by: Tim Sweña (Swast) <swast@google.com>
Configuration menu - View commit details
-
Copy full SHA for dc46b3c - Browse repository at this point
Copy the full SHA dc46b3cView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v2.26.0...v2.27.0