Fixed issue with axis command not working properly Fixed issues with newer pytables and pandas now working properly
0.8.0
incremental_qnorm` now also supports `.parquet` files. This solves a big problem that the hdf format has since it does not allow for a large number of columns.
0.7.0
Renamed `quantile_normalize_file` to `incremental_quantile_normalize` to better reflect what it does
0.6.2
* fix imports
0.6.0
* added a file-based normalization method that swaps memory to disk for low memory systems.