This blog is updated daily.
A general description is here.
‘pbeta(x, a,b)’ is correct now for ‘x’=0 or 1 in the boundary cases where ‘a’ or ‘b’ or both are 0, fixing PR#18672 thanks to Michael Fay.
‘pmatch(x, table)’ for large ‘table’, also called for data frame row selection, ‘dfrm[nm, ]’, is now interruptible, fixing PR#18656.