File tree Expand file tree Collapse file tree 3 files changed +18
-4
lines changed
third_party/bigframes_vendored Expand file tree Collapse file tree 3 files changed +18
-4
lines changed Original file line number Diff line number Diff line change 4
4
5
5
[ 1 ] : https://pypi.org/project/bigframes/#history
6
6
7
+ ## [ 2.19.0] ( https://github.com/googleapis/python-bigquery-dataframes/compare/v2.18.0...v2.19.0 ) (2025-09-05)
8
+
9
+
10
+ ### Features
11
+
12
+ * Add str.join method ([ #2054 ] ( https://github.com/googleapis/python-bigquery-dataframes/issues/2054 ) ) ([ 8804ada] ( https://github.com/googleapis/python-bigquery-dataframes/commit/8804adaf8ba23fdcad6e42a7bf034bd0a11c890f ) )
13
+ * Support display.max_colwidth option ([ #2053 ] ( https://github.com/googleapis/python-bigquery-dataframes/issues/2053 ) ) ([ 5229e07] ( https://github.com/googleapis/python-bigquery-dataframes/commit/5229e07b4535c01b0cdbd731455ff225a373b5c8 ) )
14
+
15
+
16
+ ### Bug Fixes
17
+
18
+ * Fix issue mishandling chunked array while loading data ([ #2051 ] ( https://github.com/googleapis/python-bigquery-dataframes/issues/2051 ) ) ([ 873d0ee] ( https://github.com/googleapis/python-bigquery-dataframes/commit/873d0eee474ed34f1d5164c37383f2737dbec4db ) )
19
+ * Remove warning for slot_millis_sum ([ #2047 ] ( https://github.com/googleapis/python-bigquery-dataframes/issues/2047 ) ) ([ 425a691] ( https://github.com/googleapis/python-bigquery-dataframes/commit/425a6917d5442eeb4df486c6eed1fd136bbcedfb ) )
20
+
7
21
## [ 2.18.0] ( https://github.com/googleapis/python-bigquery-dataframes/compare/v2.17.0...v2.18.0 ) (2025-09-03)
8
22
9
23
Original file line number Diff line number Diff line change 12
12
# See the License for the specific language governing permissions and
13
13
# limitations under the License.
14
14
15
- __version__ = "2.18 .0"
15
+ __version__ = "2.19 .0"
16
16
17
17
# {x-release-please-start-date}
18
- __release_date__ = "2025-09-03 "
18
+ __release_date__ = "2025-09-05 "
19
19
# {x-release-please-end}
Original file line number Diff line number Diff line change 12
12
# See the License for the specific language governing permissions and
13
13
# limitations under the License.
14
14
15
- __version__ = "2.18 .0"
15
+ __version__ = "2.19 .0"
16
16
17
17
# {x-release-please-start-date}
18
- __release_date__ = "2025-09-03 "
18
+ __release_date__ = "2025-09-05 "
19
19
# {x-release-please-end}
You can’t perform that action at this time.
0 commit comments