X-Git-Url: https://git.jsancho.org/?p=datasette-pytables.git;a=blobdiff_plain;f=ANNOUNCE.md;h=10f93fa0d519fdc39a7d259b7a16a9d97449ae33;hp=9f9dba4614c360cba3d6390d9cf346e169094a30;hb=e4342b824a16893139b83b890f87c7e93bf4806f;hpb=ab49b46d2823847a0aceab03bbe91f51fae5d00a diff --git a/ANNOUNCE.md b/ANNOUNCE.md index 9f9dba4..10f93fa 100644 --- a/ANNOUNCE.md +++ b/ANNOUNCE.md @@ -1,18 +1,8 @@ -# Announcing datasette-pytables 1.0.0 +# Announcing datasette-pytables 1.0.3 ## What's new -This is the first public release. Please, some feedback would be very appreciate. - -Many things are working, most specially: - -* Filters (e.g. `temp >= 3`) are working. - -* Sorted by is working for columns with CSI indexes. - -* Pagination is implemented for the first dimension of tables or arrays. - -* Arrays can be visualized (at least when they are small). +This new release of datasette-pytables fix a compatibility problem with the last versions of Mozilla SQL Parser, which is used by datasette-pytables for translating queries from SQL to NumExpr syntax. ## What it is