* Support for longer variable length columns with var(2). * Basic support for windows. * Stricter VCF header parsing, allows for spaces in sample names.
0.1.2
* Fixed file permission bug and confusing error message.
0.1.1
* Fixed index cache size bug in wtadmin.
0.1.0
* Fixed index.max_key() bug.
* This release marks the point at which we try very hard not to break backwards and forwards compatibility.
0.1.0b5
* Changed the API so that missing values are always returned as None. This required a minor change in the index file format; indexes from previous releases must be rebuilt.
0.1.0b4
* Changed index key format so that values can be reconstructed from keys and all types of column sort correctly.
* Added address_size attribute to schema XML format for full forwards and backwards compatibility with large rows.