Sha256: 2f930f963ff5768944282d33b52242bb966e3bff65bc916779d83b9462958a02

Contents?: true

Size: 707 Bytes

Versions: 1

Compression:

Stored size: 707 Bytes

Contents

### 1.1.0

* Changed #compute_score method params: Added row and column index for performance optimizations where I may not want to compute scores for the entire matrix, but only for a narrow band around the diagonal. The width of the band is determined by the maximum expected alignment offset.

### 1.0.4

* Added overridable methods for `#inspect_alignment`

### 1.0.3

* Improved #inspect_alignment output.

### 1.0.2

* Memoized computation of optimal alignment for better performance.

### 1.0.1

* Added travis CI integration.
* Fixed UTF-8 encoding issues for Ruby 1.9.
* Added minitest Gem for Ruby 2.2.
* Updated documentation.
* Changed return value of inspect methods.

# 1.0.0

Initial release

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
needleman_wunsch_aligner-1.1.0 CHANGELOG.md