summarylogtreecommitdiffstats
path: root/.gitignore
AgeCommit message (Collapse)Author
2022-12-13Fix: np.matrix type not supported by sklearna821
Some tests fail because the function `pairwise_distance` does not support the `numpy.matrix` type. The error suggest to call `numpy.asarray` first on the argument, so this patch does just that.
2022-11-01Version 0.5.8a821