]> git.jsancho.org Git - datasette-pytables.git/commitdiff
Getting ready for 1.1.0 final
authorJavier Sancho <jsf@jsancho.org>
Thu, 11 Oct 2018 08:38:15 +0000 (10:38 +0200)
committerJavier Sancho <jsf@jsancho.org>
Thu, 11 Oct 2018 08:38:15 +0000 (10:38 +0200)
ANNOUNCE.md
RELEASE_NOTES.md
VERSION

index 10f93fa0d519fdc39a7d259b7a16a9d97449ae33..71eff2dddcded3aaad4deee7c9384090437f8d28 100644 (file)
@@ -1,12 +1,12 @@
-# Announcing datasette-pytables 1.0.3
+# Announcing datasette-pytables 1.1.0
 
 ## What's new
 
 
 ## What's new
 
-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.
+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.
 
 ## What it is
 
 
 ## What it is
 
-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)).
+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)).
 
 ## Resources
 
 
 ## Resources
 
index 1910e0506a11e71576047f4ed07923ed723f53ec..1c7e243cce02047a09e94e0bd3554a17d49dce7e 100644 (file)
@@ -1,9 +1,13 @@
 # Release notes for datasette-pytables
 
 
 # Release notes for datasette-pytables
 
 
-## Changes from 1.0.3 to 1.0.4
+## Changes from 1.0.3 to 1.1.0
 
 
-  #XXX version-specific blurb XXX#
+* Communication with Datasette using datasette-connectors.
+
+* Fix compatibility problems with sqlite standard queries.
+
+* Fix some problems with fixtures when testing.
 
 
 ## Changes from 1.0.2 to 1.0.3
 
 
 ## Changes from 1.0.2 to 1.0.3
diff --git a/VERSION b/VERSION
index 2232801f142b096818616dec1a19949b63c9b4ef..9084fa2f716a7117829f3f32a5f4cef400e02903 100644 (file)
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-1.0.4-dev
+1.1.0