Skip to content

Commit 498b2b1

Browse files
committed
Release 0.23.0 against TileDB 2.17.0
1 parent e45c933 commit 498b2b1

File tree

2 files changed

+19
-3
lines changed

2 files changed

+19
-3
lines changed

HISTORY.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
# Release 0.23.0
2+
3+
* TileDB-Py 0.23.0 includes TileDB Embedded [2.17.0](https://github.com/TileDB-Inc/TileDB/releases/tag/2.17.0)
4+
5+
## Improvements
6+
7+
* Support for "enumerated datatypes" (aka categoricals or factors). [#1790](https://github.com/TileDB-Inc/TileDB-Py/pull/1790)
8+
* Introduce `Array.read_subarray` and `Array.write_subarray` APIs. [#1824](https://github.com/TileDB-Inc/TileDB-Py/pull/1824)
9+
* Avoid importing Pandas until we actually use it. [#1825](https://github.com/TileDB-Inc/TileDB-Py/pull/1825)
10+
* Make VFS accept path-like objects to refer to files. [#1818](https://github.com/TileDB-Inc/TileDB-Py/pull/1818)
11+
12+
## Bug Fies
13+
14+
* Use object equality check in buffer conversion, fixes state serialization bug in distributed use-case. [#1822](https://github.com/TileDB-Inc/TileDB-Py/pull/1822)
15+
116
# Release 0.22.3
217

318
* TileDB-Py 0.22.3 includes TileDB Embedded [2.16.3](https://github.com/TileDB-Inc/TileDB/releases/tag/2.16.3)

misc/azure-release.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,10 @@ stages:
66
LIBTILEDB_VERSION: dev
77
LIBTILEDB_SHA: dev
88
${{ else }}:
9-
TILEDBPY_VERSION: 0.22.3
10-
LIBTILEDB_VERSION: 2.17.0-rc0
11-
LIBTILEDB_SHA: 194b5ae2941d7b6631fba367a7afdd79350332e7
9+
TILEDBPY_VERSION: 0.23.0
10+
# NOTE: *must* update both LIBTILEDB_VERSION and LIBTILEDB_SHA
11+
LIBTILEDB_VERSION: 2.17.0
12+
LIBTILEDB_SHA: 93c173dbe46278c76db49b8ae26a4d5d2384ecb0
1213
LIBTILEDB_REPO: https://github.com/TileDB-Inc/TileDB
1314
TILEDB_SRC: "$(Build.Repository.Localpath)/tiledb_src"
1415
TILEDB_BUILD: "$(Build.Repository.Localpath)/tiledb_build"

0 commit comments

Comments
 (0)