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