Bug fix: GB_selector was not updating ->plen properly.
5.1.9
Bug fix to C=A'*B when C is modified in-place. Same fix applied to the pre-release, v6.0.0.alpha16.
5.1.8
Bug fix to C=A*B when A is sparse and B is bitmap and iso (both CSC; reversed if both CSR).
5.1.7
Bug fix for GrB_apply when used in-place and the matrix changes from non-iso to iso.
5.1.6
* one-line change to C=A*B: faster symbolic analysis when a vector C(:,j) is dense (for CSC) or C(i,:) for CSR. * port to MacOSx 11.3.1 (Big Sur): cmake 3.13 or later now required.