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