Skip to content

Commit 1ec48ed

Browse files
chore(main): release 2.13.1
1 parent 770918e commit 1ec48ed

File tree

3 files changed

+22
-4
lines changed

3 files changed

+22
-4
lines changed

CHANGELOG.md

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

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

7+
## [2.13.1](https://github.com/googleapis/python-bigquery-dataframes/compare/v2.13.0...v2.13.1) (2025-08-04)
8+
9+
10+
### Features
11+
12+
* Dynamic table widht for better display across devices ([#1948](https://github.com/googleapis/python-bigquery-dataframes/issues/1948)) ([a6d30ae](https://github.com/googleapis/python-bigquery-dataframes/commit/a6d30ae3f4358925c999c53b558c1ecd3ee03e6c))
13+
14+
15+
### Bug Fixes
16+
17+
* Enhance type error messages for bigframes functions ([#1958](https://github.com/googleapis/python-bigquery-dataframes/issues/1958)) ([770918e](https://github.com/googleapis/python-bigquery-dataframes/commit/770918e998bf1fde7a656e8f8a0ff0a8c68509f2))
18+
19+
20+
### Documentation
21+
22+
* Add code snippet for storing dataframes to a CSV file ([#1943](https://github.com/googleapis/python-bigquery-dataframes/issues/1943)) ([a511e09](https://github.com/googleapis/python-bigquery-dataframes/commit/a511e09e6924d2e8302af2eb4a602c6b9e5d2d72))
23+
* Add code snippet for storing dataframes to a CSV file ([#1953](https://github.com/googleapis/python-bigquery-dataframes/issues/1953)) ([a298a02](https://github.com/googleapis/python-bigquery-dataframes/commit/a298a02b451f03ca200fe0756b9a7b57e3d1bf0e))
24+
725
## [2.13.0](https://github.com/googleapis/python-bigquery-dataframes/compare/v2.12.0...v2.13.0) (2025-07-25)
826

927

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.13.0"
15+
__version__ = "2.13.1"
1616

1717
# {x-release-please-start-date}
18-
__release_date__ = "2025-07-25"
18+
__release_date__ = "2025-08-04"
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.13.0"
15+
__version__ = "2.13.1"
1616

1717
# {x-release-please-start-date}
18-
__release_date__ = "2025-07-25"
18+
__release_date__ = "2025-08-04"
1919
# {x-release-please-end}

0 commit comments

Comments
 (0)