------------
*Release Date: 2012-12-14*
- Many internal changes in the way data is stored and indexed, centred
around the introduction of two new classes, `Store` and `Index`.
- All fields are now automatically indexed. As a results the *index*
parameter to `Field` objects falls away, and a new *key* argument
is introduced.
- `Table` objects have a new attribute, ~`Table._store`, which refers
to the `Store` used for the table. This may be changed when the
- The `serialise` framework has been completely overhauled and the API
simplified. Extensive changes in this module.
- Add a new `~serialise.CSV` serialiser.
- Add `validate.map` validator to convert values.
- Improved the string representation of `Query` and `Field` instances.
- Deprecated functionality removed