projects
/
datasette-pytables.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (from parent 1:
57385b8
)
Added a RELEASE_NOTES.md file
author
Francesc Alted
<faltet@gmail.com>
Fri, 1 Jun 2018 09:56:40 +0000
(11:56 +0200)
committer
Francesc Alted
<faltet@gmail.com>
Fri, 1 Jun 2018 09:56:40 +0000
(11:56 +0200)
RELEASE_NOTES.md
[new file with mode: 0644]
patch
|
blob
diff --git a/RELEASE_NOTES.md
b/RELEASE_NOTES.md
new file mode 100644
(file)
index 0000000..
2d99c61
--- /dev/null
+++ b/
RELEASE_NOTES.md
@@ -0,0
+1,17
@@
+# Release notes for datasette-pytables
+
+
+## Changes from 1.0.0 to 1.0.1
+
+ #XXX version-specific blurb XXX#
+
+
+## Initial version 1.0.0
+
+* 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).