Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-12-13 | Fix: np.matrix type not supported by sklearn | a821 | |
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-01 | Version 0.5.8 | a821 | |