Skip to content

Commit d569f9b

Browse files
chore(main): release 2.30.0
1 parent 64995d6 commit d569f9b

File tree

3 files changed

+17
-4
lines changed

3 files changed

+17
-4
lines changed

CHANGELOG.md

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

922

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-11"
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-11"
1919
# {x-release-please-end}

0 commit comments

Comments
 (0)