-
Notifications
You must be signed in to change notification settings - Fork 47
Comparing changes
Open a pull request
base repository: googleapis/python-bigquery-dataframes
base: v1.5.0
head repository: googleapis/python-bigquery-dataframes
compare: v1.6.0
- 17 commits
- 89 files changed
- 9 contributors
Commits on May 7, 2024
-
refactor: ml model load read from class type hints (#656)
* refactor: ml model load read from class type hints * exclude unrelated files * fix NoneType * fix tests * fix tests * fix param mappings * fix tests
Configuration menu - View commit details
-
Copy full SHA for 5a7b1c9 - Browse repository at this point
Copy the full SHA 5a7b1c9View commit details -
feat: add
strategy="quantile"
in KBinsDiscretizer (#654)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://togithub.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 #310685445 🦕
Configuration menu - View commit details
-
Copy full SHA for c6c487f - Browse repository at this point
Copy the full SHA c6c487fView commit details
Commits on May 8, 2024
-
docs: address lint errors in code samples (#665)
Towards internal issue 332735129 test: move samples tests to their own kokoro jobs
Configuration menu - View commit details
-
Copy full SHA for 4fc8964 - Browse repository at this point
Copy the full SHA 4fc8964View commit details -
chore: remove outdated
NoDefaultIndexError
info from CHANGELOG.md (#……668) * chore: remove outdated `NoDefaultIndexError` info from CHANGELOG.md We don't actually raise an error, just a `DefaultIndexWarning ` warning. * remove redundant line
Configuration menu - View commit details
-
Copy full SHA for bcc054b - Browse repository at this point
Copy the full SHA bcc054bView commit details -
fix: include
index_col
when selectingcolumns
andfilters
in `r……ead_gbq_table` (#648) * fix: include `index_col` when selecting `columns` and `filters` in `read_gbq_table` Fixes internal issue 339430305 * feat: warn with a more specific `DefaultLocationWarning` category when no location can be detected (#648) test: refactor `read_gbq` / `read_gbq_table` tests to test with all parameters combined (#648) refactor: move query generation code to BigQuery I/O module (#648)
Configuration menu - View commit details
-
Copy full SHA for e084e54 - Browse repository at this point
Copy the full SHA e084e54View commit details -
docs: document inlining of small data in
read_*
APIs (#670)* docs: document inlining of small data in `read_*` APIs * mention that threshold is in memory size * non-bigquery instead of non-"bigquery"
Configuration menu - View commit details
-
Copy full SHA for 306953a - Browse repository at this point
Copy the full SHA 306953aView commit details
Commits on May 9, 2024
-
feat: suggest correct options in bpd.options.bigquery.location (#666)
* feat: suggest correct options in bpd.options.bigquery.location deps: add jellyfish as a dependency for spelling correction
Configuration menu - View commit details
-
Copy full SHA for 57ccabc - Browse repository at this point
Copy the full SHA 57ccabcView commit details -
docs: add code snippets for llm text generatiion (#669)
* docs: add code snippets for llm text generatiion
Configuration menu - View commit details
-
Copy full SHA for 93416ed - Browse repository at this point
Copy the full SHA 93416edView commit details
Commits on May 10, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 2218c21 - Browse repository at this point
Copy the full SHA 2218c21View commit details -
Configuration menu - View commit details
-
Copy full SHA for f2ed29c - Browse repository at this point
Copy the full SHA f2ed29cView commit details -
feat: Support
axis=1
indf.apply
for scalar outputs (#629)* feat: Support `axis=1` in `df.apply` for scalar outputs * avoid mixing other changes in the input_types param * use guid instead of hard coded column name * check_exact=False to avoid failing system_prerelease * handle index in remote function, add large system tests * make the test case more robust * handle non-string column names, add unsupported dtype tests * fix import * use `_cached` in df.apply to catch any rf execution errors early * add test for row aggregates * add row dtype information, also test * preserve the order of input in the output * absorb to_numpy() disparity in prerelease tests * add tests for column multiindex and non remote function * add preview note for row processing * add warning for input_types="row" and axis=1 * introduce early check on the supported dtypes * asjust test after early dtype handling * address review comments * user NameError for column name parsing issue, address test coverage failure * address nan return handling in the gcf code * handle (nan, inf, -inf) * replace "row" by bpd.Series for input types * make the bq parity assert more readable * fix the series name before assert * fix docstring for args * move more low level string logic in sql module * raise explicit error when a column name cannot be supported * keep literal_eval check on the serialization side to match deserialization
Configuration menu - View commit details
-
Copy full SHA for f6bdc4a - Browse repository at this point
Copy the full SHA f6bdc4aView commit details -
chore: log and labels update (#674)
* chore: log and labels update * remove unused logic * Update unit test. * fixes for mypy * lint update
Configuration menu - View commit details
-
Copy full SHA for 21bd3e4 - Browse repository at this point
Copy the full SHA 21bd3e4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9ca92d0 - Browse repository at this point
Copy the full SHA 9ca92d0View commit details
Commits on May 11, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 2fd1b81 - Browse repository at this point
Copy the full SHA 2fd1b81View commit details
Commits on May 13, 2024
-
* feat: Series.str.split * add more tests * format fix
Configuration menu - View commit details
-
Copy full SHA for 6eb19a7 - Browse repository at this point
Copy the full SHA 6eb19a7View commit details -
chore: add logger support for properties. (#683)
* chore: add logger support for properties. * update function * update label format
Configuration menu - View commit details
-
Copy full SHA for c7e0ead - Browse repository at this point
Copy the full SHA c7e0eadView commit details -
chore(main): release 1.6.0 (#667)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com> Co-authored-by: Huan Chen <142538604+Genesis929@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 0b8b827 - Browse repository at this point
Copy the full SHA 0b8b827View 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 v1.5.0...v1.6.0