Skip to content

Releases: Quantco/tabmat

tabmat 3.1.1

01 Jul 07:55
7970c04
Compare
Choose a tag to compare

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

07 Mar 14:28
fed8616
Compare
Choose a tag to compare

New features

3.0.8

03 Jan 22:24
898e103
Compare
Choose a tag to compare

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

23 Nov 18:56
f6de2ec
Compare
Choose a tag to compare

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

12 Nov 03:40
57d8f59
Compare
Choose a tag to compare

Bug fix

  • We fixed a bug in SplitMatrix.matvec, where incorrect matrix vector products were computed when a SplitMatrix did not contain any dense components.

tabmat 3.0.5

05 Nov 13:53
9d7c1c3
Compare
Choose a tag to compare

Other changes

  • We are now specifying the run time dependencies in setup.py, so that missing dependencies are automatically installed from PyPI when installing tabmat via pip.

tabmat 3.0.4

03 Nov 17:12
3c0de79
Compare
Choose a tag to compare

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

15 Oct 18:48
1eb4cc1
Compare
Choose a tag to compare

Bug fix

  • We now support xsimd>=8 and support alternative jemalloc installations.

3.0.2

15 Oct 07:37
3c069e4
Compare
Choose a tag to compare

Bug fix

  • Allow to link to alternatively suffixed jemalloc installation to workaround #113 .

3.0.1

08 Oct 00:45
Compare
Choose a tag to compare

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