Releases: PyTables/datasette-pytables
Releases · PyTables/datasette-pytables
v2.0.1
v1.1.0
-
Communication with Datasette using datasette-connectors.
-
Fix compatibility problems with sqlite standard queries.
-
Fix some problems with fixtures when testing.
v1.0.3
This new release of datasette-pytables fixes a compatibility problem
with last versions of Mozilla SQL Parser, which is used by
datasette-pytables for translating queries from SQL to PyTables syntax.
v1.0.1
-
Filters (e.g.
temp >= 3
) are working. -
Sorted by is working for columns with CSI indexes.
-
Pagination is implemented for the first dimension of tables or arrays.
-
Arrays can be visualized (at least when they are small).
Release 0.2.0
First stable version