| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
Sorry, something went wrong.
|
@dhermes, if the "bump" commit is removed then travis: tox -e lint goes haywire. I'm guessing it's something to do with the caches on travis. My thought is to just clear the caches on travis anyway since there have been some huge changes and it might be good to have a fresh start. LMKWYT. |
Sorry, something went wrong.
|
@daspecster The problem is that there were no Python files to lint, so when building the command: pycodestyle_command = ['pycodestyle'] + python_files It just runs a bare $ pycodestyle I'll dump a fix in #2503. |
Sorry, something went wrong.
|
Ah thank you! I wish I would have pieced that together this morning :/ |
Sorry, something went wrong.
|
@daspecster Remove the bogus 2nd commit and just merge away? Clearly editing CONTRIBUTING.rst will have no impact on any of our code. |
Sorry, something went wrong.
Update upstream URI.
…2504) 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://github.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 issue b/491124704 🦕
PR created by the Librarian CLI to initialize a release. Merging this PR will auto trigger a release. Librarian Version: v0.8.3 Language Image: us-central1-docker.pkg.dev/cloud-sdk-librarian-prod/images-prod/python-librarian-generator@sha256:160860d189ff1c2f7515638478823712fa5b243e27ccc33a2728669fa1e2ed0c <details><summary>bigframes: v2.38.0</summary> ## [v2.38.0](google/bigframes@v2.37.0...v2.38.0) (2026-03-16) ### Features * Add `bigframes.bigquery.rand()` function (#2501) ([5c43efb7](google/bigframes@5c43efb7)) * add `df.bigquery` pandas accessor (#2513) ([91b6c245](google/bigframes@91b6c245)) * Add str, dt accessors to pd.col Expression objects (#2488) ([ce5de570](google/bigframes@ce5de570)) * add bigquery.ml.get_insights function (#2493) ([d29a6095](google/bigframes@d29a6095)) * use EUC for AI IF, CLASSIFY, and SCORE when connection is not provided (#2507) ([fe94910a](google/bigframes@fe94910a)) ### Bug Fixes * handle unsupported types and empty results in describe (#2506) ([2326ad6a](google/bigframes@2326ad6a)) * no longer automatically use anywidget in the `%%bqsql` magics (#2504) ([43353e2b](google/bigframes@43353e2b)) ### Documentation * Fix typo in ExperimentOptions class docstring (#2498) ([077cb2eb](google/bigframes@077cb2eb)) * add notebooks to user guide page (#2505) ([5cf37888](google/bigframes@5cf37888)) </details>
| Back | FazBrowse Home | New Git URL |
@dhermes, this is the real issue anyway. If you think any of the other stuff from #2501 was worth while, let me know and I can add it.
Redux from #2501