Skip to content

Commit ea6c4d1

Browse files
chore(main): release 3.0.0
1 parent ef0b0b7 commit ea6c4d1

File tree

3 files changed

+18
-2
lines changed

3 files changed

+18
-2
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,22 @@
44

55
[1]: https://pypi.org/project/bigframes/#history
66

7+
## [3.0.0](https://github.com/googleapis/python-bigquery-dataframes/compare/v2.24.0...v3.0.0) (2025-10-07)
8+
9+
10+
### ⚠ BREAKING CHANGES
11+
12+
* Address the series input type issue in bigframes functions ([#2123](https://github.com/googleapis/python-bigquery-dataframes/issues/2123))
13+
14+
### Features
15+
16+
* Add output_schema parameter to ai.generate() ([#2139](https://github.com/googleapis/python-bigquery-dataframes/issues/2139)) ([ef0b0b7](https://github.com/googleapis/python-bigquery-dataframes/commit/ef0b0b73843da2a93baf08e4cd5457fbb590b89c))
17+
18+
19+
### Bug Fixes
20+
21+
* Address the series input type issue in bigframes functions ([#2123](https://github.com/googleapis/python-bigquery-dataframes/issues/2123)) ([8fc051f](https://github.com/googleapis/python-bigquery-dataframes/commit/8fc051f21fa3f575e0a1bd8c44968077e54fb799))
22+
723
## [2.24.0](https://github.com/googleapis/python-bigquery-dataframes/compare/v2.23.0...v2.24.0) (2025-10-07)
824

925

bigframes/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
__version__ = "2.24.0"
15+
__version__ = "3.0.0"
1616

1717
# {x-release-please-start-date}
1818
__release_date__ = "2025-10-07"

third_party/bigframes_vendored/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
__version__ = "2.24.0"
15+
__version__ = "3.0.0"
1616

1717
# {x-release-please-start-date}
1818
__release_date__ = "2025-10-07"

0 commit comments

Comments
 (0)