| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| if args.packages is ALL_MODULES: | ||
| result = list(MODULES) | ||
| if sys.version_info[:2] != (2, 7): | ||
| result.remove(BIGTABLE_API) |
|
I'm 👍 on the feature overall. |
Sorry, something went wrong.
|
@tseaver How do you feel about merging this and handling the gRPC dep stuff (including the bigtable system test being left out) in a standalone PR? |
Sorry, something went wrong.
SGTM |
Sorry, something went wrong.
PR created by the Librarian CLI to initialize a release. Merging this PR will auto trigger a release. Librarian Version: v0.7.0 Language Image: us-central1-docker.pkg.dev/cloud-sdk-librarian-prod/images-prod/python-librarian-generator@sha256:c8612d3fffb3f6a32353b2d1abd16b61e87811866f7ec9d65b59b02eb452a620 <details><summary>bigframes: 2.31.0</summary> ## [2.31.0](google/bigframes@v2.30.0...v2.31.0) (2025-12-10) ### Features * add `bigframes.bigquery.ml` methods (#2300) ([719b278c](google/bigframes@719b278c)) * add 'weekday' property to DatatimeMethod (#2304) ([fafd7c73](google/bigframes@fafd7c73)) ### Bug Fixes * cache DataFrames to temp tables in bigframes.bigquery.ml methods to avoid time travel (#2318) ([d9938319](google/bigframes@d9938319)) ### Reverts * DataFrame display uses IPython's `_repr_mimebundle_` (#2316) ([e4e3ec85](google/bigframes@e4e3ec85)) </details>
| Back | FazBrowse Home | New Git URL |
Fixes #2300.