Releases: jamesrswift/asalib
Releases · jamesrswift/asalib
Version 1.3b
- Upgraded version to 1.3b
- Sanitized comparison between mapping pairs in prolongables check
- Removed use of std::string::npos
- nontrivial member is determined by arithmetic rather than counting
- Fix isTrivial member of parihkVector for alphabet sizes greater than 2
- New and faster algorithm for counting occurences of a character in a word for a given alphabet
- Added missing documentation to prefix.hpp
- parihkVector::operator std::string() is now const
- Removed comparison members of parihkVector to use the default instead.
Version 1.3
Version 1.3 brings support to arbitrary alphabet sizes, with a revamped types::parihkVector class, and a new types::word class to implement some utility functions that slims down the major algorithms.
Version 1.2
v1.2 V1.2