Changelog¶
Version 0.2.0¶
Switch to accepting row-major matrices where the observations are in the rows. This is for greater consistency with our own output format, NumPy’s defaults, and the R package.
Version 0.1.2¶
Exported the various
*Resultsclasses.Fixed error message in the default
define_builder()method.
Version 0.1.1¶
Cast pointers to/from
uintptr_tso that downstream packages aren’t forced to rely on pybind10 converters.Added a
knncolle_py.hheader to ensure developers use the correct types during casting.
Version 0.1.0¶
Bindings to the algorithms in the knncolle package.