thesamet / kdtree-scala

KDTree and KDTreeMap implementation in Scala
Apache License 2.0
33 stars 13 forks source link

Reformat , add n dimension point support #8

Closed 123avi closed 9 years ago

123avi commented 9 years ago

Reformat , add n dimension point support . refactoring style , change add remove blank lines, spaces

thesamet commented 9 years ago

Thanks for cleaning it up. One more thing and we're ready to merge!

thesamet commented 9 years ago

Thanks for your contribution, it's merged. I have removed dimensionalOrderingForVector and updated the tests in 47a562219109c98b968275f7ab6ae5eaa9b273e6.

thesamet commented 9 years ago

Pushed v1.0.4 with this change.

123avi commented 9 years ago

Thanks Yuval, very nice work !!!