Skip to content

Commit 0e1913a

Browse files
authored
Update docs (#1238)
* Update docs * Bump dask xfail to Aug 8
1 parent 21b0c13 commit 0e1913a

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

doc/source/python-api.rst

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
11
TileDB Python API Reference
22
===========================
33

4-
.. warning::
5-
6-
The Python interface to TileDB is still under development and the API is subject to change.
7-
84
Modules
95
-------
106

tiledb/tests/test_dask.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ def _make_multiattr_2d(self, uri, shape=(0, 100), tile=10):
4747
tiledb.DenseArray.create(uri, schema)
4848

4949
@pytest.mark.xfail(
50-
datetime.now() < datetime(2022, 7, 19),
50+
datetime.now() < datetime(2022, 8, 8),
5151
reason=(
5252
"`DeprecationWarning` being thrown by Dask but will be fixed by "
5353
"https://github.com/dask/distributed/issues/6163"

0 commit comments

Comments
 (0)