Skip to content

Releases: PyTables/datasette-pytables

v2.0.1

28 Nov 15:25

Choose a tag to compare

  • Communication with Datasette using datasette-connectors 2.0.1

v1.1.0

11 Oct 08:41

Choose a tag to compare

  • Communication with Datasette using datasette-connectors.

  • Fix compatibility problems with sqlite standard queries.

  • Fix some problems with fixtures when testing.

v1.0.3

22 Jun 15:06

Choose a tag to compare

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

22 Jun 15:18

Choose a tag to compare

  • 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

01 Jun 07:18
439b459

Choose a tag to compare

First stable version