This blog is updated daily.
A general description is here.
‘rank(x)’ no longer overflows during integer addition, when computing rank average for largish but not-yet long vector ‘x’, fixing PR#18630, thanks to Ilia Kats.
‘cov2cor(<0 x 0>)’ now works, fixing PR#18423 thanks to Mikael Jagan and Elin Warning.
‘cov2cor(<negative diagonal>)’ and similar now give one warning instead of two, with better wording, fixing PR#18424 thanks to Mikael Jagan.
‘tools’‘:: startDynamicHelp()’ now ensures ‘port’ is in proper range, fixing PR#18645.