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
+18Lines changed: 18 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,21 @@
1
+
# Release 0.35.0
2
+
3
+
* TileDB-Py 0.35.0 includes TileDB Embedded [2.29.0](https://github.com/TileDB-Inc/TileDB/releases/tag/2.29.0)
4
+
5
+
## Bug Fixes
6
+
* Fix `numpy.sum` overflow in aggregate tests by @kounelisagis in https://github.com/TileDB-Inc/TileDB-Py/pull/2245
7
+
* Upcast sum aggregation results to prevent overflows by @kounelisagis in https://github.com/TileDB-Inc/TileDB-Py/pull/2244
8
+
* Escape quotes in query condition test strings by @kounelisagis in https://github.com/TileDB-Inc/TileDB-Py/pull/2243
9
+
* Fix: respect context params during vacuum when no config is provided by @kounelisagis in https://github.com/TileDB-Inc/TileDB-Py/pull/2236
10
+
11
+
## Improvements
12
+
* Fix numpy comparisons; use `==` for dtypes and `isinstance` for arrays by @kounelisagis in https://github.com/TileDB-Inc/TileDB-Py/pull/2235
13
+
* Remove outdated lock handling from `create_array_from_fragments` by @kounelisagis in https://github.com/TileDB-Inc/TileDB-Py/pull/2229
14
+
* Add backwards compatibility support for variable-length point ranges by @kounelisagis in https://github.com/TileDB-Inc/TileDB-Py/pull/2226
15
+
16
+
## Build system changes
17
+
* Re-enable libtiledb grafting with auditwheel by @ktsitsi in https://github.com/TileDB-Inc/TileDB-Py/pull/2238
0 commit comments