Releases: Quantco/tabmat
Releases · Quantco/tabmat
tabmat 3.1.1
3.1.1 - 2022-07-01
Other changes:
- Add Python 3.10 support to CI (remove Python 3.6).
- We are now building the wheel for PyPI without
--march=native
to make it more portable across architectures.
3.1.0
New features
tabmat.CategoricalMatrix
now accepts a drop_first argurment. This allows the user to drop the first column of a CategoricalMatrix to avoid multicollinearity problems in unregularized models.tabmat.StandardizedMatrix
andtabmat.MatrixBase
now support the multiply method.
3.0.8
Bug fix
- Always use 64bit integers for indexing in
tabmat.ext.sparse.sparse_sandwich
to avoid segmentation faults on very wide problems.
tabmat 3.0.7
Bug fix
- Disable the use of static TLS in the Linux wheels to avoid issues with too small TLS on some distributions.
tabmat 3.0.6
Bug fix
- We fixed a bug in
SplitMatrix.matvec
, where incorrect matrix vector products were computed when aSplitMatrix
did not contain any dense components.
tabmat 3.0.5
Other changes
- We are now specifying the run time dependencies in
setup.py
, so that missing dependencies are automatically installed from PyPI when installingtabmat
via pip.
tabmat 3.0.4
3.0.4 - 2021-11-03
Other changes
- tabmat is now available on PyPI and will be automatically updated when a new release is published.
3.0.3
3.0.2
3.0.1
3.0.1 - 2021-10-07
Bug fix
- The license was mistakenly left as proprietary. Corrected to BSD-3-Clause.
Other changes
- ReadTheDocs integration.
- CONTRIBUTING.md
- Correct pyproject.toml to work with PEP-517