summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2011-07-20 22:06:44 +0100
committerLars Wirzenius <liw@liw.fi>2011-07-20 22:06:44 +0100
commitbc2a421b02ab09dd83a2e1b94fcf0569a35eb5ad (patch)
tree055086c8aa70324e91620b63c0ba9eec1b2332f9 /NEWS
parentf1a80e2b50017920c9f9a3d92d5459b0b96a3e39 (diff)
downloadlarch-bc2a421b02ab09dd83a2e1b94fcf0569a35eb5ad.tar.gz
Update NEWS and debian/changelog for release.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS21
1 files changed, 21 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 351a6d5..6ef9263 100644
--- a/NEWS
+++ b/NEWS
@@ -5,6 +5,27 @@ These are the release notes for larch, a Python implementation of a
copy-on-write B-tree, designed by Odah Rodeh.
+Version 0.20, released 2011-07-20
+---------------------------------
+
+* `pydoc larch` should now work better.
+* Changes to larch benchmarking scripts (to make them use cliapp).
+* `fsck-larch` improvements:
+ - now uses cliapp, for better usability
+ - now automatically detects a forest's key and node sizes,
+ so the user no longer needs to give them manually.
+ - some more checks
+ - installed as part of the Debian package
+* API documentation with Sphinx. As part of that, the API was cleaned up
+ a bit with regards to public and private methods (the latter being
+ prefixed by underscores now).
+* The separate LRU cache implementation is now included in larch, to
+ avoid yet another dependency, and to avoid polluting PyPI.
+* Various speedups.
+* `BTree.count_range` method added, for speed.
+* Library version number is now `larch.__version__` instead of
+ `larch.version`, to follow Python conventions.
+
Version 0.19, released 2011-03-21
---------------------------------