Skip to content

Commit f15729c

Browse files
chore(main): release 2.30.0
1 parent cc2dbae commit f15729c

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,18 @@
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-10)
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+
14+
15+
### Bug Fixes
16+
17+
* 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))
18+
719
## [2.29.0](https://github.com/googleapis/python-bigquery-dataframes/compare/v2.28.0...v2.29.0) (2025-11-10)
820

921

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.29.0"
15+
__version__ = "2.30.0"
1616

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

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.29.0"
15+
__version__ = "2.30.0"
1616

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

0 commit comments

Comments
 (0)