* Include wrapper for CSV files. * Commit CSV files directly to a HISTORE archive.
0.1.5
* Add `__getitem__` and `get()` method to `SnapshotListing`.
0.1.4
* Add index position information to column class (\11).
0.1.3
* Add archive manager that maintains descriptors in a relational database (\8).
0.1.2
* Proper handling of date/time objects by the default archive reader and writer. * Optional arguments for Json encoder and decoder for persistent archives. * Add encoder and decoder information to archive manager metadata. * Simple command-line interface for persistent archive manager.
0.1.1
* Allow different types of input documents (e.g., CSV files or Json). * External merge-sort for large CSV files. * Add managers for maintaining sets of archives.