From acc27af3c3af28025c9b580a6571833accd7b82d Mon Sep 17 00:00:00 2001 From: Agisilaos Kounelis Date: Fri, 24 Jan 2025 12:53:09 +0200 Subject: [PATCH] Update HISTORY for 0.32.2 and 0.32.3 --- HISTORY.md | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/HISTORY.md b/HISTORY.md index 17ca58af0a..84d1d4beac 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,3 +1,33 @@ +# Release 0.33.3 + +## Bug Fixes + +* Arrays losing CloudArray interface by @kounelisagis in https://github.com/TileDB-Inc/TileDB-Py/pull/2144 + +## Improvements + +* Add cc alias for libtiledb by @kounelisagis in https://github.com/TileDB-Inc/TileDB-Py/pull/2145 + +**Full Changelog**: https://github.com/TileDB-Inc/TileDB-Py/compare/0.33.2...0.33.3.rc0 + +# Release 0.33.2 + +## What's Changed + +Wheels are now available for aarch64 Linux on PyPI. + +## Bug Fixes + +* Explicitly set the numpy type passed in `QueryExperimental::set_data_buffer` by @kounelisagis in https://github.com/TileDB-Inc/TileDB-Py/pull/2128 + +## Improvements + +* Enable aarch64 wheel builds by @dudoslav in https://github.com/TileDB-Inc/TileDB-Py/pull/2114 +* Rename default branch from `dev` to `main`, update associated references by @kounelisagis in https://github.com/TileDB-Inc/TileDB-Py/pull/2126 +* Fix/generalize schema evolution test added in #2083 by @kounelisagis in https://github.com/TileDB-Inc/TileDB-Py/pull/2116 + +**Full Changelog**: https://github.com/TileDB-Inc/TileDB-Py/compare/0.33.1...0.33.2.rc0 + # Release 0.33.1 ## Packaging Notes