A new release 0.6.6 of the digest package is now on CRAN and in Debian.
This release brings the xxHash non-cryptographic hash function by Yann Collet, thanks to several pull requests by Jim Hester. After the upload of version 0.6.5 we uncovered another lovely non-standardness of Windoze: you cannot format unsigned long long
via printf()
format strings. Great. Luckily Jim found a quick (and portable) fix via the inttypes.h
header, and that went into the 0.6.6 release.
The release also contains an earlier extension for hmac()
to also cover crc32 hashes, kindly provided by Suchen Jin.
I also made a number of small internal changes such as
useDynLib()
declaration in NAMESPACE
,CRANberries provides the usual summary of changes to the previous version.
This post by Dirk Eddelbuettel originated on his Thinking inside the box blog. Please report excessive re-aggregation in third-party for-profit settings.
A very minor bugfix release of RcppRedis is now on CRAN. The zcount
function now returns the correct type.
Changes in version 0.1.3 (2014-12-10)
Bug fix setting correct return type of
zcount
Courtesy of CRANberries, there is also a diffstat report for the most recent release. More information is on the RcppRedis page.
This post by Dirk Eddelbuettel originated on his Thinking inside the box blog. Please report excessive re-aggregation in third-party for-profit settings.