Changelog
Source:NEWS.md
ssw 0.2.0
CRAN release: 2024-09-05
Improvements
- Add helper function
install_ssw_py()
for easy installation of Python package dependency following best practices (#9). - Use consistent symbol name
ssw_py
for the imported Python package (#10). - Update reticulate wrapper to work with ssw-py >= 1.0.0 (#11).
- Qualify namespaces explicitly when calling external functions (#15).
ssw 0.1.1
- Added two arguments
match_score
andmismatch_penalty
for scoring the matches and mismatches (#1).
ssw 0.1.0
- First version. Implements
align()
andforce_align()
.