tabmat 4.1.0
·
71 commits
to main
since this release
4.1.0 - 2024-11-07
New feature:
- Added a new function, :func:
tabmat.from_df, to convert any dataframe supported by narwhals into a :class:tabmat.SplitMatrix.
Other changes:
- Allow :class:
CategoricalMatrixto be initialized directly with indices and categories. - Added checks for dimension and
dtypemismatch in :meth:MatrixBasesandwich.sandwich.
Bug fix:
- Fixed a bug in :meth:
tabmat.CategoricalMatrix.standardizethat sometimes returnednanvalues for the standard deviation due to numerical instability if usingnp.float32precision.
Full Changelog: 4.0.1...4.1.0