Skip to content

Commit aca10eb

Browse files
chore(main): release 2.30.0
1 parent 20ab469 commit aca10eb

File tree

3 files changed

+19
-4
lines changed

3 files changed

+19
-4
lines changed

CHANGELOG.md

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

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

7+
## [2.30.0](https://github.com/googleapis/python-bigquery-dataframes/compare/v2.29.0...v2.30.0) (2025-11-13)
8+
9+
10+
### Features
11+
12+
* Add bigframes.pandas.crosstab ([#2231](https://github.com/googleapis/python-bigquery-dataframes/issues/2231)) ([c62e553](https://github.com/googleapis/python-bigquery-dataframes/commit/c62e5535ed4c19b6d65f9a46cb1531e8099621b2))
13+
* Preserve source names better for more readable sql ([#2243](https://github.com/googleapis/python-bigquery-dataframes/issues/2243)) ([64995d6](https://github.com/googleapis/python-bigquery-dataframes/commit/64995d659837a8576b2ee9335921904e577c7014))
14+
* Support builtins funcs for df.agg ([#2256](https://github.com/googleapis/python-bigquery-dataframes/issues/2256)) ([956a5b0](https://github.com/googleapis/python-bigquery-dataframes/commit/956a5b00dff55b73e3cbebb4e6e81672680f1f63))
15+
* Support mixed scalar-analytic expressions ([#2239](https://github.com/googleapis/python-bigquery-dataframes/issues/2239)) ([20ab469](https://github.com/googleapis/python-bigquery-dataframes/commit/20ab469d29767a2f04fe02aa66797893ecd1c539))
16+
17+
18+
### Bug Fixes
19+
20+
* Do not warn with DefaultIndexWarning in partial ordering mode ([#2230](https://github.com/googleapis/python-bigquery-dataframes/issues/2230)) ([cc2dbae](https://github.com/googleapis/python-bigquery-dataframes/commit/cc2dbae684103a21fe8838468f7eb8267188780d))
21+
722
## [2.29.0](https://github.com/googleapis/python-bigquery-dataframes/compare/v2.28.0...v2.29.0) (2025-11-10)
823

924

bigframes/version.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
__version__ = "2.29.0"
15+
__version__ = "2.30.0"
1616

1717
# {x-release-please-start-date}
18-
__release_date__ = "2025-11-10"
18+
__release_date__ = "2025-11-13"
1919
# {x-release-please-end}

third_party/bigframes_vendored/version.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
__version__ = "2.29.0"
15+
__version__ = "2.30.0"
1616

1717
# {x-release-please-start-date}
18-
__release_date__ = "2025-11-10"
18+
__release_date__ = "2025-11-13"
1919
# {x-release-please-end}

0 commit comments

Comments
 (0)