You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: HISTORY.md
+7-2Lines changed: 7 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,8 @@
1
+
# TileDB-Py 0.16.1 Release Notes
2
+
3
+
## TileDB Embedded updates:
4
+
* TileDB-Py 0.16.1 includes TileDB Embedded [TileDB 2.10.1](https://github.com/TileDB-Inc/TileDB/releases/tag/2.10.1)
5
+
1
6
# TileDB-Py 0.16.0 Release Notes
2
7
3
8
## TileDB Embedded updates:
@@ -102,8 +107,8 @@
102
107
103
108
## Bug Fixes
104
109
* Correct `Group.__repr__` to call correct `_dump` function [#1040](https://github.com/TileDB-Inc/TileDB-Py/pull/1040)
105
-
* Check type of `ctx` in `from_pandas` and `from_csv`[#1042](https://github.com/TileDB-Inc/TileDB-Py/pull/1042)
106
-
* Only allow use of `.df` indexer for `.query(return_arrow=True)`; error out with meaningful error message otherwise [#1045](https://github.com/TileDB-Inc/TileDB-Py/pull/1045)
110
+
* Check type of `ctx` in `from_pandas` and `from_csv`[#1042](https://github.com/TileDB-Inc/TileDB-Py/pull/1042)
111
+
* Only allow use of `.df` indexer for `.query(return_arrow=True)`; error out with meaningful error message otherwise [#1045](https://github.com/TileDB-Inc/TileDB-Py/pull/1045)
0 commit comments