* Search now uses KMD by default instead of dichotomic search (massive speed gain). Many thanks to Keija for the implementation. Go to https://github.com/tariqdaouda/pyGeno/pull/34 for details and benchmarks.
1.3.1
=====
* CSVFile: fixed bug when slice start was None * CSVFile: Better support for string separator * AGN SNPs Quality cast to float by importer * Travis integration * Minor CSV parser updates
1.3.0
=====
* CSVFile will now ignore empty lines and comments
* Added synonymousCodonsFrequencies
1.2.9
=====
* It is no longer mandatory to set the whole legend of CSV file at initialization. It can figure it out by itself
* Datawraps can now be uncompressed folders
* Explicit error message if there's no file name manifest.ini in datawrap
1.2.8
=====
* Fixed BUG that prevented proper initialization and importation
1.2.5
=====
* BUG FIX: Opening a lot of chromosomes caused mmap to die screaming
* Removed core indexes. Sqlite sometimes chose them instead of user defined positional indexes, resulting un slow queries