Skip to content

Releases: Quantco/tabmat

tabmat 4.0.0a1

17 Aug 18:57
Compare
Choose a tag to compare
tabmat 4.0.0a1 Pre-release
Pre-release

What's Changed

Full Changelog: 3.1.10...4.0.0a1

tabmat 4.0.0a0

15 Aug 15:43
Compare
Choose a tag to compare
tabmat 4.0.0a0 Pre-release
Pre-release

Note: this is the same as the 4.0.0.dev1 release.

What's Changed

  • Large refactoring. DenseMatrix and SparseMatrix do not inherit directly from numpy.ndarray and scipy.sparse.csc_matrix. Rather, they use the __array_ufunc__ interface. by @MartinStancsicsQC.
  • Improve the performance of from_pandas in the case of low-cardinality categoricals by @MartinStancsicsQC in #275
  • Add pickled benchmark data to .gitignore by @MartinStancsicsQC in #282
  • Use boa to build conda packages by @jtilly in #285

Full Changelog: 3.1.10...4.0.0.dev1

tabmat 3.1.10

23 Jun 15:56
d1ed819
Compare
Choose a tag to compare

What's Changed

Full Changelog: 3.1.9...3.1.10

tabmat 3.1.9

16 Jun 11:59
641b1ae
Compare
Choose a tag to compare

What's Changed

Full Changelog: 3.1.8...3.1.9

tabmat 3.1.8

13 Jun 17:05
0d3835d
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 3.1.7...3.1.8

tabmat 3.1.7

28 Mar 20:44
01ae9d8
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 3.1.6...3.1.7

tabmat 3.1.6

27 Mar 20:34
c9dba31
Compare
Choose a tag to compare

3.1.6 - 2022-03-27

Bug fix:

  • We fixed a bug in the dense sandwich product, which would previously segfault for very large F-contiguous matrices.

tabmat 3.1.5

20 Mar 15:38
0a90ec0
Compare
Choose a tag to compare

3.1.5 - 2022-03-20

Bug fix:

  • We fixed a bug in the dense matrix-vector and sandwich products, which would previously segfault for very large matrices.

tabmat 3.1.4

07 Feb 18:03
c1a427e
Compare
Choose a tag to compare

Fix the loading of jemalloc in Apple Silicon wheels.

tabmat 3.1.3

30 Jan 10:11
0bf1214
Compare
Choose a tag to compare

Other changes:

  • Build and upload wheels for Apple Silicon.