Skip to content

Latest commit

 

History

History
43 lines (34 loc) · 1.12 KB

CHANGELOG.md

File metadata and controls

43 lines (34 loc) · 1.12 KB

Change Log

All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning.

[0.10.0] - 2016-11-10

Added

  • Prelude module to easily import all relevant traits.

Changed

  • fine-grained constructors for STDIN/STDOUT, paths and URLs
  • better template handling with bam files

[0.9.0] - 2016-11-02

Changed

  • improved genotype handling
  • improved error handling
  • improved missing value handling

[0.8.1] - 2016-08-17

Changed

  • Finally converted the last unit error types to real error types (really now!).

[0.8.0] - 2016-08-17

Changed

  • More error types.

[0.7.0] - 2016-08-16

Changed

  • Error types now properly implement the Display and the Error trait.

[0.6.2] - 2016-07-22

Changed

  • Mark all records as Send and Sync.

[0.6.1] - 2016-07-20

Changed

  • Improved error messages.
  • Check existence of BAM when instantiating Readers.

[0.6.0] - 2016-06-01

Changed

  • Improved handling of memory allocation for BCF and BAM records.
  • Fixed a memory leak occuring when creating a new BAM record (thanks to @andrelmartins).