Skip to content

Commit d9b58ca

Browse files
authored
Release 0.16.3 (#1216)
* This removes `import tkinter` from `test_libtiledb.py` which was preventing the conda package from building properly
1 parent 494798d commit d9b58ca

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

HISTORY.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# TileDB-Py 0.16.3 Release Notes
2+
3+
## Packaging Notes
4+
* This removes `import tkinter` from `test_libtiledb.py` which was preventing the conda package from building properly
5+
16
# TileDB-Py 0.16.2 Release Notes
27

38
## TileDB Embedded updates:

misc/azure-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ stages:
66
LIBTILEDB_VERSION: dev
77
LIBTILEDB_SHA: dev
88
${{ else }}:
9-
TILEDBPY_VERSION: 0.16.2
9+
TILEDBPY_VERSION: 0.16.3
1010
LIBTILEDB_VERSION: 2.10.2
1111
LIBTILEDB_SHA: 9ab84f907fa5bbbc22099df220ac86f1391509f1
1212
LIBTILEDB_REPO: https://github.com/TileDB-Inc/TileDB

tiledb/tests/test_libtiledb.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
import pickle
66
import random
77
import re
8-
from tkinter import NONE
98
import urllib
109
import subprocess
1110
import sys

0 commit comments

Comments
 (0)