Skip to content

Commit b74f15b

Browse files
committed
Update for 0.8.3 / libtiledb 2.2.4
1 parent 65e3871 commit b74f15b

File tree

3 files changed

+8
-5
lines changed

3 files changed

+8
-5
lines changed

HISTORY.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1-
# In Progress
1+
# TileDB-Py 0.8.2 Release Notes
2+
3+
## TileDB Embedded updates:
4+
* TileDB-Py 0.8.3 includes TileDB Embedded [TileDB 2.2.4](https://github.com/TileDB-Inc/TileDB/releases/tag/2.2.4)
25

36
## Bug fixes
47
* Fix bug in Array.multi_index with slice range including 0 (incorrectly used the nonempty domain as endpoint) [#473](https://github.com/TileDB-Inc/TileDB-Py/pull/473)

misc/azure-release.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
stages:
22
- stage: Release
33
variables:
4-
TILEDBPY_VERSION: 0.8.2
5-
LIBTILEDB_VERSION: 2.2.3
6-
LIBTILEDB_SHA: dbaf5ffaab10f60524355423e9965d750d9b2919
4+
TILEDBPY_VERSION: 0.8.3
5+
LIBTILEDB_VERSION: 2.2.4
6+
LIBTILEDB_SHA: 2f138f915794765b061f5ca87029bd09a2cb939b
77
SDKROOT: '/Applications/Xcode_10.3.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk'
88
TILEDB_SRC: '$(Build.Repository.Localpath)/tiledb_src'
99
TILEDB_BUILD: '$(Build.Repository.Localpath)/tiledb_build'

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ def get_zipfile(url):
4141
print("setup.py sys.argv is: ", sys.argv)
4242

4343
# Target branch
44-
TILEDB_VERSION = "dev"
44+
TILEDB_VERSION = "2.2.4"
4545
# allow overriding w/ environment variable
4646
TILEDB_VERSION = os.environ.get("TILEDB_VERSION") or TILEDB_VERSION
4747

0 commit comments

Comments
 (0)