Skip to content

v0.4.22

Latest

Choose a tag to compare

@github-actions github-actions released this 11 Jul 15:08
· 2 commits to master since this release
0d814ad

NearestNeighbors v0.4.22

Diff since v0.4.21

Merged pull requests:

  • Disable fast path update for minimum distance to hyper rectangle for Chebyshev since it doesn't work (#192) (@KristofferC)
  • fix inferrability of return value with KDTree created from matrix of points (#212) (@KristofferC)
  • Some improvements to readme and docstrings (#213) (@KristofferC)
  • Avoid a duplicated error check and condense the split_dim check slightly (#214) (@KristofferC)
  • use the maximum distance to hyper rectangle to add all points in the subtree for inrange calculations (#215) (@KristofferC)

Closed issues:

  • KDTree inference failure causes results to fail to infer (#207)
  • Memory leak of 30Gb on Linux platform (#208)
  • Runtime function (#211)