Skip to content

Commit

Permalink
Update for 0.8.3 / libtiledb 2.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
ihnorton committed Feb 22, 2021
1 parent 65e3871 commit b74f15b
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
5 changes: 4 additions & 1 deletion HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
# In Progress
# TileDB-Py 0.8.2 Release Notes

## TileDB Embedded updates:
* TileDB-Py 0.8.3 includes TileDB Embedded [TileDB 2.2.4](https://github.com/TileDB-Inc/TileDB/releases/tag/2.2.4)

## Bug fixes
* 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)
Expand Down
6 changes: 3 additions & 3 deletions misc/azure-release.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
stages:
- stage: Release
variables:
TILEDBPY_VERSION: 0.8.2
LIBTILEDB_VERSION: 2.2.3
LIBTILEDB_SHA: dbaf5ffaab10f60524355423e9965d750d9b2919
TILEDBPY_VERSION: 0.8.3
LIBTILEDB_VERSION: 2.2.4
LIBTILEDB_SHA: 2f138f915794765b061f5ca87029bd09a2cb939b
SDKROOT: '/Applications/Xcode_10.3.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk'
TILEDB_SRC: '$(Build.Repository.Localpath)/tiledb_src'
TILEDB_BUILD: '$(Build.Repository.Localpath)/tiledb_build'
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ def get_zipfile(url):
print("setup.py sys.argv is: ", sys.argv)

# Target branch
TILEDB_VERSION = "dev"
TILEDB_VERSION = "2.2.4"
# allow overriding w/ environment variable
TILEDB_VERSION = os.environ.get("TILEDB_VERSION") or TILEDB_VERSION

Expand Down

0 comments on commit b74f15b

Please # to comment.