-
Notifications
You must be signed in to change notification settings - Fork 49
chore(deps): update all dependencies #1485
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
renovate-bot
wants to merge
1
commit into
googleapis:main
Choose a base branch
from
renovate-bot:renovate/all
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
+12
−12
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
f8d7384
to
6913aba
Compare
dc32605
to
a1af5ea
Compare
a1af5ea
to
38ef3af
Compare
38ef3af
to
8b97816
Compare
8b97816
to
250a450
Compare
250a450
to
b73bf89
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
api: bigquery
Issues related to the googleapis/python-bigquery-dataframes API.
samples
Issues that are directly related to samples.
size: s
Pull request size is small.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
==1.11.1
->==2.4.0
==1.4.0
->==1.6.4
==1.3.0
->==1.30.0
==15.0.0
->==20.0.0
==8.3.2
->==8.3.5
3.10
->3.13
Release Notes
googleapis/python-bigquery-dataframes (bigframes)
v2.4.0
Compare Source
Features
dt
accessors (#1692) (9d4a59d).dt.days
,.dt.seconds
,dt.microseconds
, anddt.total_seconds()
for timedelta series. (#1713) (2b3a45f)DatetimeIndex
class (#1719) (c3c830c)isocalendar()
for dt accessor" (#1717) (0479763)Series.apply
for direct udfs (#1673) (1a658b2)Bug Fixes
_TABLE_SUFFIX
into_gbq()
(#1691) (8ec6079)Performance Improvements
read_gbq
with wildcard tables (#1661) (5c125c9)Dependencies
Documentation
bpd.options.bigquery.allow_large_results
in favor ofbpd.options.compute.allow_large_results
(#1597) (18780b4)v2.3.0
Compare Source
Features
read_gbq()
,read_gbq_table()
andread_gbq_query()
(#1674) (4c5dee5)Bug Fixes
Performance Improvements
to_datetime()
now avoids caching inputs unless data is inspected to infer format (#1667) (dd08857)Documentation
Create a k-means
model tutorial (#1664) (761c364)v2.2.0
Compare Source
Features
PreviewWarning
for thebpd.udf
(#1629) (48d10d1)Bug Fixes
Performance Improvements
Dependencies
Documentation
udf
(#1649) (53caa8d)bq_dataframes_template
notebook to work if partial ordering mode is enabled (#1665) (f442e7a)udf
is in preview and must be python 3.11 compatible (#1629) (48d10d1)v2.1.0
Compare Source
Features
bigframes.bigquery.st_distance
function (#1637) (bf1ae70)read_csv
index_col
parameter support (#1631) (f4e5b26)Bug Fixes
Documentation
udf
API docstring (#1632) (f68b80c)v2.0.0
Compare Source
⚠ BREAKING CHANGES
dataset
andname
params mandatory inudf
(#1619)remote_function
to internal-only (#1544)remote_function
params keyword only (#1537)remote_function
default service account explicit (#1537)allow_large_results=False
by default (#1541)Features
on
parameter indataframe.rolling()
anddataframe.groupby.rolling()
(#1556) (45c9d9f)input_types
,output_type
, anddataset
to be used positionally inremote_function
(#1560) (bcac8c6)remote_function
to internal-only (#1544) (c848a80)remote_function
default service account explicit (#1537) (9eb9089)allow_large_results=False
by default (#1541) (e9fb712)max_download_size
,random_state
andsampling_method
parameters in(DataFrame|Series).to_pandas()
(#1573) (b9623da)Bug Fixes
to_pandas_batches()
respectspage_size
andmax_results
again (#1572) (27c5905)page_size
works correctly into_pandas_batches
whenmax_results
is not set (#1588) (570cff3)dataset
andname
params mandatory inudf
(#1619) (637e860)KeyError
inbpd.concat
with empty DF and struct/array types DF (#1568) (b4da1cf)Performance Improvements
Dependencies
Documentation
bigquery_connection
in[@bpd](https://redirect.github.com/bpd).udf
docstring (#1609) (ef63772)time_series_id_col
feature (#1577) (1e4cd9c)TextEmbedddingGenerator
,GeminiTextGenerator
, and otherbigframes.ml.llm
classes (#1570) (89ab33e)GeminiTextGenerator
(#1562) (0cc6784)Miscellaneous Chores
remote_function
params keyword only (#1537) (9eb9089)v1.42.0
Compare Source
Features
closed
parameter in rolling() (#1539) (8bcc89b)GeoSeries.difference()
andbigframes.bigquery.st_difference()
(#1471) (e9fe815)GeoSeries.intersection()
andbigframes.bigquery.st_intersection()
(#1529) (8542bd4)to_pandas()
(#1436) (75fc7e0)udf
to preview (#1536) (4a7fe4d)Bug Fixes
Performance Improvements
Documentation
GeoSeries.difference()
andbigframes.bigquery.st_difference()
docs (#1526) (d553fa2)v1.41.0
Compare Source
Features
read_gbq_function
(#1476) (802183d)Bug Fixes
Performance Improvements
Documentation
v1.40.0
Compare Source
⚠ BREAKING CHANGES
Features
Bug Fixes
==
instead ofis
for timedelta type equality checks (#1480) (0db248b)Performance Improvements
v1.39.0
Compare Source
Features
diff()
for date series (#1423) (521e987)allow_large_results
option to many I/O methods. Set toFalse
to reduce latency (#1428) (dd2f488)GeoSeries.boundary()
(#1435) (32cddfe)Bug Fixes
cloud_function_service_account
is used inremote_function
(#1424) (fe7463a)Performance Improvements
Documentation
v1.38.0
Compare Source
Features
GeoSeries.from_wkt()
andGeoSeries.to_wkt()
(#1401) (2993b28)read_gbq_function
(#1412) (4b60049)Bug Fixes
Performance Improvements
Dependencies
Documentation
bigframes.bigquery
module (#1358) (f54e768)v1.37.0
Compare Source
Features
Bug Fixes
Performance Improvements
Documentation
v1.36.0
Compare Source
Features
bigframes.bigquery.st_area
and suggest it fromGeoSeries.area
(#1318) (8b5ffa8)GeoSeries.from_xy()
(#1364) (3c3e14c)Bug Fixes
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.