~~~~~ - Added the option to open files without using mmap, since mmap can't handle huge files on Windows.
1.0.4
~~~~~ - Fixed packing of dimensions when writing a file. The order was being read from a dictionary (essentially unordered), instead of from the list with the proper order.
1.0.3
~~~~~ - Fixed bug so that it can write scalar variables.
1.0.2
~~~~~ - Fixed broken 1.0.1, ``var.shape`` was returning the current number of records in the first dimension, breaking the detection of record variables.
1.0.1
~~~~~ - Changed the code to read the variable shape from the underlying data object.