Skip to content

Releases: jamesrswift/asalib

Version 1.3b

24 Jun 11:23
Compare
Choose a tag to compare
  • 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

23 Jun 17:07
Compare
Choose a tag to compare

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

22 Jun 10:52
Compare
Choose a tag to compare
v1.2

V1.2