]> git.jsancho.org Git - datasette-pytables.git/blobdiff - ANNOUNCE.md
Getting ready for 2.0.0 final
[datasette-pytables.git] / ANNOUNCE.md
index 9f9dba4614c360cba3d6390d9cf346e169094a30..e0d89277b9218a23b932e6372b00e66ebc612d0d 100644 (file)
@@ -1,22 +1,12 @@
-# Announcing datasette-pytables 1.0.0
+# Announcing datasette-pytables 2.0.0
 
 ## 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 uses datasette-connectors 2.0.0, which provides the last Datasette version with design and security improvings and many changes in its API. The main change for datasette-pytables users is that percent character has to be used instead slash for table names when writing queries in the Datasette query editor.
 
 ## 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