Skip to content

Latest commit

 

History

History
35 lines (21 loc) · 713 Bytes

CHANGELOG.md

File metadata and controls

35 lines (21 loc) · 713 Bytes

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[Unreleased]

Added

Changed

Removed

[0.2.0] - 2020-09-02

Added

  • FromIterator::from_iter

Changed

  • removed names and descriptions for sequences, out of scope of this package
  • renamed add_aligned_sequence to add
  • renamed create to with_sequences

[0.1.0] - 2020-09-02

Added

  • Alignment struct
  • getters
  • constructors (new, create, add_aligned_sequence)
  • iterators (by position and by sequence)