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