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