* Fixed OSX bug that caused installer to crash on sys.stdin.flush * Clarified write-once behavior in documentation * Added textinput to installation requirements
1.0.0
* added test module with basic unit tests * improved documentation, examples * added verbose flags * compiled default types in __init__.py * added _load_data.py wrapper for genomedata_load_data.c
0.1.6
* extend documentation, including examples * extended API with: chromosome[start:end], chromosome.seq[start:end], and chromosome.supercontigs[start:end] * added reasonable repr and str return values for Genome, Chromosome, and Supercontig
0.1.5
* add documentation * change ".h5" suffix to ".genomedata"
0.1.4
* strip out seq_counts, seq_total_counts, etc. from metadata (big speed increase for save-metadata)
0.1.3
* add genomedata-report * export genomedata-load-seq script * _load_data now supports BED, bedGraph input * added slice support to genomedata.Chromosome * added genomedata.Supercontig.project() * Genome.__iter__() now iterates only through files ending in .h5 * add Genome.sums, Genomes.sums_squares, Genome.num_datapoints * fix bug where use of context manager doesn't actually result in closing all open files * fix bug in save metadata that causes some regions with data to be ignored