]> git.jsancho.org Git - datasette-pytables.git/blob - RELEASE_NOTES.md
95f23a8a93d292dc35f330d25ad1dd3085e13e06
[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   #XXX version-specific blurb XXX#
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).