Skip to content

Commit

Permalink
Move ArraySchema to Pure Python (TileDB-Inc#1340)
Browse files Browse the repository at this point in the history
  • Loading branch information
nguyenv authored Jan 25, 2023
1 parent 0d48b2f commit 0b0878e
Show file tree
Hide file tree
Showing 19 changed files with 988 additions and 1,159 deletions.
3 changes: 3 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# In Progress

## Improvements
* Move `ArraySchema` from Cython to pure Python [#1340](https://github.com/TileDB-Inc/TileDB-Py/pull/1340)

## Bug Fixes
* Correct `Attr.fill` for UTF-8 [#1594](https://github.com/TileDB-Inc/TileDB-Py/pull/1594)

Expand Down
4 changes: 2 additions & 2 deletions tiledb/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -110,10 +110,10 @@

from .query_condition import QueryCondition

from .schema import schema_like

from .schema_evolution import ArraySchemaEvolution

from .util import schema_like

from .vfs import VFS, FileIO

# TODO restricted imports
Expand Down
Loading

0 comments on commit 0b0878e

Please sign in to comment.