]> git.jsancho.org Git - datasette-pytables.git/blob - RELEASE_NOTES.md
1c7e243cce02047a09e94e0bd3554a17d49dce7e
[datasette-pytables.git] / RELEASE_NOTES.md
1 # Release notes for datasette-pytables
2
3
4 ## Changes from 1.0.3 to 1.1.0
5
6 * Communication with Datasette using datasette-connectors.
7
8 * Fix compatibility problems with sqlite standard queries.
9
10 * Fix some problems with fixtures when testing.
11
12
13 ## Changes from 1.0.2 to 1.0.3
14
15 * Freeze specific versions for moz-sql-parser and mo-future
16
17
18 ## Initial version 1.0.2
19
20 * Filters (e.g. `temp >= 3`) are working.
21
22 * Sorted by is working for columns with CSI indexes.
23
24 * Pagination is implemented for the first dimension of tables or arrays.
25
26 * Arrays can be visualized (at least when they are small).