Skip to content

Commit 7501cf3

Browse files
chore(main): release 1.39.1
1 parent 27ab028 commit 7501cf3

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+
## [1.39.1](https://github.com/googleapis/python-bigquery-dataframes/compare/v1.39.0...v1.39.1) (2025-03-07)
8+
9+
10+
### Bug Fixes
11+
12+
* Fix list-like indexers in partial ordering mode ([#1456](https://github.com/googleapis/python-bigquery-dataframes/issues/1456)) ([fe72ada](https://github.com/googleapis/python-bigquery-dataframes/commit/fe72ada9cebb32947560c97567d7937c8b618f0d))
13+
* Fix the merge issue between 1424 and 1373 ([#1461](https://github.com/googleapis/python-bigquery-dataframes/issues/1461)) ([7b6e361](https://github.com/googleapis/python-bigquery-dataframes/commit/7b6e3615f8d4531beb4b59ca1223927112e713da))
14+
15+
16+
### Performance Improvements
17+
18+
* Compilation no longer bounded by recursion ([#1464](https://github.com/googleapis/python-bigquery-dataframes/issues/1464)) ([27ab028](https://github.com/googleapis/python-bigquery-dataframes/commit/27ab028cdc45296923b12446c77b344af4208a3a))
19+
720
## [1.39.0](https://github.com/googleapis/python-bigquery-dataframes/compare/v1.38.0...v1.39.0) (2025-03-05)
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__ = "1.39.0"
15+
__version__ = "1.39.1"
1616

1717
# {x-release-please-start-date}
18-
__release_date__ = "2025-03-05"
18+
__release_date__ = "2025-03-07"
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__ = "1.39.0"
15+
__version__ = "1.39.1"
1616

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

0 commit comments

Comments
 (0)