Skip to content

Commit f0267e6

Browse files
Update HISTORY for 0.33.2 and 0.33.3 (#2147)
Co-authored-by: Isaiah Norton <[email protected]>
1 parent 7ffbf7d commit f0267e6

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed

HISTORY.md

+30
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,33 @@
1+
# Release 0.33.3
2+
3+
## Bug Fixes
4+
5+
* Fix interaction with CloudArray interface of tiledb-cloud package @kounelisagis in https://github.com/TileDB-Inc/TileDB-Py/pull/2144
6+
7+
## Improvements
8+
9+
* Add cc alias for libtiledb to provide partial backward compatibility with existing usage of internal APIs 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+
131
# Release 0.33.1
232

333
## Packaging Notes

0 commit comments

Comments
 (0)