Skip to content

Commit 923a787

Browse files
chore(main): release 3.0.0
1 parent 8514200 commit 923a787

File tree

3 files changed

+19
-2
lines changed

3 files changed

+19
-2
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,23 @@
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 Index.__eq__ for consts, aligned objects ([#2141](https://github.com/googleapis/python-bigquery-dataframes/issues/2141)) ([8514200](https://github.com/googleapis/python-bigquery-dataframes/commit/85142008ec895fa078d192bbab942d0257f70df3))
17+
* 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))
18+
19+
20+
### Bug Fixes
21+
22+
* 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))
23+
724
## [2.24.0](https://github.com/googleapis/python-bigquery-dataframes/compare/v2.23.0...v2.24.0) (2025-10-07)
825

926

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)