]> git.jsancho.org Git - datasette-pytables.git/blob - RELEASE_NOTES.md
Added instructions for doing a release
[datasette-pytables.git] / RELEASE_NOTES.md
1 # Release notes for datasette-pytables
2
3
4 ## Changes from 1.0.0 to 1.0.1
5
6   #XXX version-specific blurb XXX#
7
8
9 ## Initial version 1.0.0
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).