Skip to content

Commit ae86f35

Browse files
chore(main): release 2.5.0
1 parent 55c07e9 commit ae86f35

File tree

3 files changed

+16
-4
lines changed

3 files changed

+16
-4
lines changed

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,18 @@
44

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

7+
## [2.5.0](https://github.com/googleapis/python-bigquery-dataframes/compare/v2.4.0...v2.5.0) (2025-05-13)
8+
9+
10+
### Features
11+
12+
* Support astype conversions to and from JSON dtypes ([#1716](https://github.com/googleapis/python-bigquery-dataframes/issues/1716)) ([8ef4de1](https://github.com/googleapis/python-bigquery-dataframes/commit/8ef4de10151717f88364a909b29fa7600e959ada))
13+
14+
15+
### Bug Fixes
16+
17+
* Stop ignoring arguments to `MatrixFactorization.score(X, y)` ([#1726](https://github.com/googleapis/python-bigquery-dataframes/issues/1726)) ([55c07e9](https://github.com/googleapis/python-bigquery-dataframes/commit/55c07e9d4315949c37ffa3e03c8fedc6daf17faf))
18+
719
## [2.4.0](https://github.com/googleapis/python-bigquery-dataframes/compare/v2.3.0...v2.4.0) (2025-05-12)
820

921

bigframes/version.py

+2-2
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.4.0"
15+
__version__ = "2.5.0"
1616

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

third_party/bigframes_vendored/version.py

+2-2
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.4.0"
15+
__version__ = "2.5.0"
1616

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

0 commit comments

Comments
 (0)