File tree 1 file changed +30
-0
lines changed
1 file changed +30
-0
lines changed Original file line number Diff line number Diff line change
1
+ # Release 0.33.3
2
+
3
+ ## Bug Fixes
4
+
5
+ * Arrays losing CloudArray interface by @kounelisagis in https://github.com/TileDB-Inc/TileDB-Py/pull/2144
6
+
7
+ ## Improvements
8
+
9
+ * Add cc alias for libtiledb by @kounelisagis in https://github.com/TileDB-Inc/TileDB-Py/pull/2145
10
+
11
+ ** Full Changelog** : https://github.com/TileDB-Inc/TileDB-Py/compare/0.33.2...0.33.3
12
+
13
+ # Release 0.33.2
14
+
15
+ ## What's Changed
16
+
17
+ Wheels are now available for aarch64 Linux on PyPI.
18
+
19
+ ## Bug Fixes
20
+
21
+ * Explicitly set the numpy type passed in ` QueryExperimental::set_data_buffer ` by @kounelisagis in https://github.com/TileDB-Inc/TileDB-Py/pull/2128
22
+
23
+ ## Improvements
24
+
25
+ * Enable aarch64 wheel builds by @dudoslav in https://github.com/TileDB-Inc/TileDB-Py/pull/2114
26
+ * Rename default branch from ` dev ` to ` main ` , update associated references by @kounelisagis in https://github.com/TileDB-Inc/TileDB-Py/pull/2126
27
+ * Fix/generalize schema evolution test added in #2083 by @kounelisagis in https://github.com/TileDB-Inc/TileDB-Py/pull/2116
28
+
29
+ ** Full Changelog** : https://github.com/TileDB-Inc/TileDB-Py/compare/0.33.1...0.33.2
30
+
1
31
# Release 0.33.1
2
32
3
33
## Packaging Notes
You can’t perform that action at this time.
0 commit comments