File tree 3 files changed +27
-5
lines changed
3 files changed +27
-5
lines changed Original file line number Diff line number Diff line change
1
+ # Release 0.28.0
2
+
3
+ ## TileDB Embedded updates
4
+
5
+ * TileDB-Py 0.28.0 includes TileDB Embedded [ 2.22.0] ( https://github.com/TileDB-Inc/TileDB/releases/tag/2.22.0 )
6
+
7
+ ## Improvements
8
+
9
+ * Update type signature for VFS::readinto by @kounelisagis in https://github.com/TileDB-Inc/TileDB-Py/pull/1937
10
+ * Show enumerated value-types in enum-printer by @kounelisagis in https://github.com/TileDB-Inc/TileDB-Py/pull/1936
11
+ * Add wrapping for new consolidation plan API by @kounelisagis in https://github.com/TileDB-Inc/TileDB-Py/pull/1935
12
+ * Add test for Group constructor invalid uri object type by @kounelisagis in https://github.com/TileDB-Inc/TileDB-Py/pull/1941
13
+ * Update doc for tiledb.consolidate by @ihnorton in https://github.com/TileDB-Inc/TileDB-Py/pull/1946
14
+ * Improve documentation of from_numpy function by @kounelisagis in https://github.com/TileDB-Inc/TileDB-Py/pull/1942
15
+
16
+ ## Build system changes
17
+
18
+ * Exclude .pytest_cache and .hypothesis files by @kounelisagis in https://github.com/TileDB-Inc/TileDB-Py/pull/1932
19
+ * Remove modular building option by @kounelisagis in https://github.com/TileDB-Inc/TileDB-Py/pull/1938
20
+ * Fix wrong version number for Python API docs by @kounelisagis in https://github.com/TileDB-Inc/TileDB-Py/pull/1947
21
+ * Remove conditional code for TileDB < 2.16 by @kounelisagis in https://github.com/TileDB-Inc/TileDB-Py/pull/1949
22
+ * Update nightly test target to 2.21 by @ihnorton in https://github.com/TileDB-Inc/TileDB-Py/pull/1950
23
+
1
24
# Release 0.27.1
2
25
3
26
## TileDB Embedded updates
Original file line number Diff line number Diff line change @@ -6,12 +6,11 @@ stages:
6
6
LIBTILEDB_VERSION : dev
7
7
LIBTILEDB_SHA : dev
8
8
${{ else }} :
9
- TILEDBPY_VERSION : 0.27.1
9
+ TILEDBPY_VERSION : 0.28.0
10
10
# NOTE: *must* update both LIBTILEDB_VERSION and LIBTILEDB_SHA
11
- LIBTILEDB_VERSION : " 2.21.1 "
11
+ LIBTILEDB_VERSION : " 2.22.0 "
12
12
# NOTE: *must* update both LIBTILEDB_VERSION and LIBTILEDB_SHA
13
- LIBTILEDB_SHA : acd5c50ecc50bb64c4786508c145febb156f3525
14
- # kick the hash
13
+ LIBTILEDB_SHA : 52e981ee9ce92eaceaf13a79a5a95820eca0673b
15
14
LIBTILEDB_REPO : https://github.com/TileDB-Inc/TileDB
16
15
TILEDB_SRC : " $(Build.Repository.Localpath)/tiledb_src"
17
16
TILEDB_BUILD : " $(Build.Repository.Localpath)/tiledb_build"
Original file line number Diff line number Diff line change 20
20
# - this is for builds-from-source
21
21
# - release builds are controlled by `misc/azure-release.yml`
22
22
# - this should be set to the current core release, not `dev`
23
- TILEDB_VERSION = "2.21.1 "
23
+ TILEDB_VERSION = "2.22.0 "
24
24
25
25
# allow overriding w/ environment variable
26
26
TILEDB_VERSION = (
You can’t perform that action at this time.
0 commit comments