v1.7.0
This release replaces the internal representation of integers from Java int
to BigInteger
. Based on some initial benchmarking, this has only a minimal performance penalty, but allows the representation of arbitrary integers (including literals).