Releases: Quantco/tabmat
Releases · Quantco/tabmat
quantcore.matrix 1.0.1
Bug fixes:
- Handling for nulls when setting up a
CategoricalMatrix
- Fixes to make several functions work with both row and col restrictions and out
Other changes:
- Added various tests and documentation improvements
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.