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
+27Lines changed: 27 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,30 @@
1
+
# Release 0.34.1
2
+
3
+
* TileDB-Py 0.34.1 includes TileDB Embedded [2.28.1](https://github.com/TileDB-Inc/TileDB/releases/tag/2.28.1)
4
+
5
+
## What's Changed
6
+
*`.cc` alias for `.libtiledb` was removed by @kounelisagis in https://github.com/TileDB-Inc/TileDB-Py/pull/2197
7
+
8
+
## Bug Fixes
9
+
* Ensure that the encryption key is propagated correctly when opening an array by @kounelisagis in https://github.com/TileDB-Inc/TileDB-Py/pull/2217
10
+
* Fix: respect context params during array consolidation when no config is provided by @kounelisagis in https://github.com/TileDB-Inc/TileDB-Py/pull/2212
11
+
* Fix stacked sparse CSV ingestion by @johnkerl in https://github.com/TileDB-Inc/TileDB-Py/pull/2208
12
+
* Avoid double opening arrays by @Shelnutt2 in https://github.com/TileDB-Inc/TileDB-Py/pull/2206
13
+
* Fix segfaulting `PyFragmentInfo::dump` by @kounelisagis in https://github.com/TileDB-Inc/TileDB-Py/pull/2201
14
+
* Fix: fixture `sparse_array_1d` not found by @kounelisagis in https://github.com/TileDB-Inc/TileDB-Py/pull/2200
15
+
* Fix: Conditionally include serialization sources with respect to the `TILEDB_SERIALIZATION` flag by @kounelisagis in https://github.com/TileDB-Inc/TileDB-Py/pull/2199
16
+
17
+
## Improvements
18
+
* Wrap `Profile` by @kounelisagis in https://github.com/TileDB-Inc/TileDB-Py/pull/2189
19
+
* Add query condition support for comparing against `None` by @kounelisagis in https://github.com/TileDB-Inc/TileDB-Py/pull/2216
20
+
* Wrap `Subarray::get_range` by @kounelisagis in https://github.com/TileDB-Inc/TileDB-Py/pull/2210
21
+
* Add support for `not` in query conditions by @kounelisagis in https://github.com/TileDB-Inc/TileDB-Py/pull/2211
22
+
* Enable `from_pandas` for dense arrays without full-row consumption by @kylemann16 in https://github.com/TileDB-Inc/TileDB-Py/pull/2207
23
+
* Improve version comparison logic by @kounelisagis in https://github.com/TileDB-Inc/TileDB-Py/pull/2203
24
+
* Switch from `pytest-retry` to `pytest-rerunfailures` by @kounelisagis in https://github.com/TileDB-Inc/TileDB-Py/pull/2198
0 commit comments