Releases: Quantco/tabmat
Releases · Quantco/tabmat
quantcore.matrix 1.0.0
Breaking change:
- Rename
dot
tomatvec
. Ourdot
function supports matrix-vector multiplication for every subclass, but only supports matrix-matrix multiplication for some. We therefore rename it tomatvec
in line with other libraries.
Bug fix:
- Fix a bug in
matvec
for categorical components when the number of categories exceeds the number of rows.