Skip to content

tabmat 4.0.0a0

Pre-release
Pre-release
Compare
Choose a tag to compare
@MartinStancsicsQC MartinStancsicsQC released this 15 Aug 15:43

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