Skip to content

Commit e4342b8

Browse files
committed
Getting ready for 1.0.3
1 parent 9ff9230 commit e4342b8

File tree

3 files changed

+4
-14
lines changed

3 files changed

+4
-14
lines changed

ANNOUNCE.md

+2-12
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,8 @@
1-
# Announcing datasette-pytables 1.0.2
1+
# Announcing datasette-pytables 1.0.3
22

33
## What's new
44

5-
This is the first public release. Please, some feedback would be very appreciate.
6-
7-
Many things are working, most specially:
8-
9-
* Filters (e.g. `temp >= 3`) are working.
10-
11-
* Sorted by is working for columns with CSI indexes.
12-
13-
* Pagination is implemented for the first dimension of tables or arrays.
14-
15-
* Arrays can be visualized (at least when they are small).
5+
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.
166

177
## What it is
188

RELEASE_NOTES.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
## Changes from 1.0.2 to 1.0.3
55

6-
#XXX version-specific blurb XXX#
6+
* Freeze specific versions for moz-sql-parser and mo-future
77

88

99
## Initial version 1.0.2

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.0.3-dev
1+
1.0.3

0 commit comments

Comments
 (0)