Skip to content

Commit bf01859

Browse files
committed
Getting ready for 1.1.0 final
1 parent af831c7 commit bf01859

File tree

3 files changed

+10
-6
lines changed

3 files changed

+10
-6
lines changed

ANNOUNCE.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
# Announcing datasette-pytables 1.0.3
1+
# Announcing datasette-pytables 1.1.0
22

33
## What's new
44

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.
5+
This new release of datasette-pytables stops using datasette-core (a Datasette fork for supporting external connectors like this one) and starts using datasette-connectors.
66

77
## What it is
88

9-
Datasette-PyTables provides a web interface and a JSON API for [PyTables](https://github.com/PyTables/PyTables) files, allowing them to be accessible for e.g. Javascript programs. It works in conjunction with [Datasette-Core](https://github.com/PyTables/datasette-core), a trivial fork of the original [Datasette](https://github.com/simonw/datasette), which provides a web interface for SQLite files. This fork is able to work with SQLite files, like the original project, but can accept external connectors for any kind of database files, so you can develop your own connector for your favourite data container if you want (read [developers doc](https://github.com/PyTables/datasette-pytables/blob/master/DEVELOPERS.md)).
9+
Datasette-PyTables provides a web interface and a JSON API for [PyTables](https://github.com/PyTables/PyTables) files, allowing them to be accessible for e.g. Javascript programs. It works in conjunction with [Datasette-Connectors](https://github.com/PyTables/datasette-connectors), a module that patches [Datasette](https://github.com/simonw/datasette), which provides a web interface for SQLite files. With this patch, it's possible to work with SQLite files in the usual way but external connectors are accepted for any kind of database files, so you can develop your own connector for your favourite data container if you want (read [developers doc](https://github.com/PyTables/datasette-connectors/blob/master/DEVELOPERS.md)).
1010

1111
## Resources
1212

RELEASE_NOTES.md

+6-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,13 @@
11
# Release notes for datasette-pytables
22

33

4-
## Changes from 1.0.3 to 1.0.4
4+
## Changes from 1.0.3 to 1.1.0
55

6-
#XXX version-specific blurb XXX#
6+
* Communication with Datasette using datasette-connectors.
7+
8+
* Fix compatibility problems with sqlite standard queries.
9+
10+
* Fix some problems with fixtures when testing.
711

812

913
## Changes from 1.0.2 to 1.0.3

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.0.4-dev
1+
1.1.0

0 commit comments

Comments
 (0)