Skip to content

Commit 8658935

Browse files
chore(main): release 2.2.1
1 parent 0f4024c commit 8658935

File tree

3 files changed

+16
-4
lines changed

3 files changed

+16
-4
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.2.1](https://github.com/googleapis/python-bigquery-dataframes/compare/v2.2.0...v2.2.1) (2025-05-01)
8+
9+
10+
### Bug Fixes
11+
12+
* Support large lists of lists in bpd.Series() constructor ([#1662](https://github.com/googleapis/python-bigquery-dataframes/issues/1662)) ([0f4024c](https://github.com/googleapis/python-bigquery-dataframes/commit/0f4024c84508c17657a9104ef1f8718094827ada))
13+
14+
15+
### Documentation
16+
17+
* Add a visualization notebook to BigFrame samples ([#1675](https://github.com/googleapis/python-bigquery-dataframes/issues/1675)) ([ee062bf](https://github.com/googleapis/python-bigquery-dataframes/commit/ee062bfc29c27949205ca21d6c1dcd6125300e5e))
18+
719
## [2.2.0](https://github.com/googleapis/python-bigquery-dataframes/compare/v2.1.0...v2.2.0) (2025-04-30)
820

921

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.2.0"
15+
__version__ = "2.2.1"
1616

1717
# {x-release-please-start-date}
18-
__release_date__ = "2025-04-30"
18+
__release_date__ = "2025-05-01"
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.2.0"
15+
__version__ = "2.2.1"
1616

1717
# {x-release-please-start-date}
18-
__release_date__ = "2025-04-30"
18+
__release_date__ = "2025-05-01"
1919
# {x-release-please-end}

0 commit comments

Comments
 (0)