Skip to content

Commit e61f53f

Browse files
chore(main): release 1.10.1
1 parent 487dff6 commit e61f53f

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
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+
## [1.10.1](https://github.com/googleapis/python-bigquery-dataframes/compare/v1.10.0...v1.10.1) (2024-06-26)
8+
9+
10+
### Bug Fixes
11+
12+
* Include internally required packages in `remote_function` hash ([#799](https://github.com/googleapis/python-bigquery-dataframes/issues/799)) ([4b8fc15](https://github.com/googleapis/python-bigquery-dataframes/commit/4b8fc15ec2c126566269f84d75289198fee2c655))
13+
14+
15+
### Documentation
16+
17+
* Document dtype limitation on row processing `remote_function` ([#800](https://github.com/googleapis/python-bigquery-dataframes/issues/800)) ([487dff6](https://github.com/googleapis/python-bigquery-dataframes/commit/487dff6ac147683aef529e1ff8c197dce3fb437c))
18+
719
## [1.10.0](https://github.com/googleapis/python-bigquery-dataframes/compare/v1.9.0...v1.10.0) (2024-06-21)
820

921

bigframes/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
__version__ = "1.10.0"
15+
__version__ = "1.10.1"

0 commit comments

Comments
 (0)