|
99e465ba6e
|
Add method
|
2020-12-22 17:00:43 +04:00 |
|
Andrey Tkachenko
|
73bacad7ba
|
Bump version
|
2020-04-28 22:35:14 +04:00 |
|
Andrey Tkachenko
|
c31758c883
|
generic over float type
|
2020-04-28 22:33:03 +04:00 |
|
Andrey Tkachenko
|
09606936ad
|
Upgrade to 2018
|
2020-04-28 21:32:07 +04:00 |
|
Andrey Tkachenko
|
863e23c869
|
slice to iter #1
|
2019-05-29 16:43:24 +04:00 |
|
Andrey Tkachenko
|
2027591d36
|
make search point sent by value
|
2018-12-12 17:05:43 +04:00 |
|
Andrey Tkachenko
|
ed6a9b6a8e
|
Add KdTree::empty constructor
|
2018-12-12 16:33:15 +04:00 |
|
Andrey Tkachenko
|
b67df3d4a1
|
add distance to results
|
2018-12-10 18:54:14 +04:00 |
|
Andrey Tkachenko
|
caa2e5cbf8
|
Add neighbour_search_with_distance
|
2018-12-07 23:42:57 +04:00 |
|
fulara
|
d9769850d8
|
Update README.md
|
2017-01-02 19:26:16 +01:00 |
|
Olek
|
fcb1e220d2
|
Ok to tag v0.2.0
|
2017-01-02 19:09:36 +01:00 |
|
Olek
|
37dd6467a9
|
tweaking
|
2016-12-31 22:57:16 +01:00 |
|
Olek
|
88ce35ee64
|
tweaking
|
2016-12-31 22:55:11 +01:00 |
|
Olek
|
2f8fb5d21d
|
tweaking
|
2016-12-31 22:50:21 +01:00 |
|
Olek
|
2be7ff9a4c
|
tweaking
|
2016-12-31 22:48:32 +01:00 |
|
Olek
|
626cfd7637
|
added insert_nodes_and_rebuild
|
2016-12-31 22:36:09 +01:00 |
|
Olek
|
a9f8dd8f14
|
removed returning of midvalue, as it was invalid
|
2016-12-31 22:17:09 +01:00 |
|
Olek
|
27be03f264
|
Merge branch 'develop' of https://github.com/fulara/kdtree-rust into develop
|
2016-12-31 03:32:32 +01:00 |
|
Olek
|
2b4539f331
|
Added distance_squared_to_nearest
|
2016-12-31 03:32:20 +01:00 |
|
fulara
|
c74700b291
|
Update README.md
|
2016-12-31 02:43:04 +01:00 |
|
Olek
|
e6755865f0
|
Fixed warnings
|
2016-12-31 02:40:46 +01:00 |
|
Olek
|
793933521c
|
Merge branch 'develop' of https://github.com/fulara/kdtree-rust into develop
|
2016-12-31 02:38:30 +01:00 |
|
Olek
|
1b64e722a9
|
Added automatic tree rebuild, finished #5 for now.
|
2016-12-31 02:38:22 +01:00 |
|
fulara
|
95ea86b1ce
|
Update README.md
|
2016-12-30 20:28:23 +01:00 |
|
Olek
|
b85932fe64
|
Added inline to dims(), impacts performance greatly.
|
2016-12-30 20:23:47 +01:00 |
|
Olek
|
89428ed260
|
benching, times increased? testing.
|
2016-12-30 19:43:00 +01:00 |
|
Olek
|
c64a43c57a
|
Fixed compilation err&warn
|
2016-12-30 19:18:16 +01:00 |
|
Olek
|
a6c19441b8
|
Removed duplication, insert_node now checks for duplicates
|
2016-12-30 19:14:34 +01:00 |
|
Olek
|
885ed1d785
|
Refactoring benches, working on new bench
|
2016-12-30 18:10:30 +01:00 |
|
Olek
|
5b195d3891
|
Implemented insert node, need to make it so that tree sometimes automatically rebalances itself
|
2016-12-30 16:54:50 +01:00 |
|
Olek
|
b236cd2595
|
Working on add tree, fixed an issue on build tree where it did not build using sliding midpoint value
|
2016-12-30 14:25:44 +01:00 |
|
Olek
|
d6647606ca
|
fixed travis config
|
2016-12-30 13:23:34 +01:00 |
|
Olek
|
7375879783
|
Travis now both tests and benches
|
2016-12-30 13:21:49 +01:00 |
|
Olek
|
cf6c1d7b4e
|
Merge branch 'develop' of https://github.com/fulara/kdtree-rust into develop
|
2016-12-30 13:14:53 +01:00 |
|
Olek
|
d7412d9afe
|
Removed buffor, minor refactor
|
2016-12-30 13:14:44 +01:00 |
|
fulara
|
90c3793fc0
|
Update README.md
Added link to issue, in note about kdtree supporting only up to 3d.
|
2016-12-29 04:36:42 +01:00 |
|
Olek
|
35b6d2220d
|
Merge branch 'develop' of https://github.com/fulara/kdtree-rust into develop
|
2016-12-29 04:31:20 +01:00 |
|
Olek
|
e6ed91917d
|
Started work on kdtree buffors.
|
2016-12-29 04:30:26 +01:00 |
|
fulara
|
74db3a47fc
|
Update README.md
|
2016-12-29 02:25:54 +01:00 |
|
fulara
|
9874de1a5a
|
Update README.md
|
2016-12-29 02:13:19 +01:00 |
|
Olek
|
7d70c758ce
|
Merge branch 'master' into develop
|
2016-12-29 02:11:29 +01:00 |
|
Olek
|
d9dfd50f08
|
Removed dynamic dependencies
|
2016-12-29 02:07:36 +01:00 |
|
fulara
|
5f0b50639a
|
Update Cargo.toml
|
2016-12-29 02:04:02 +01:00 |
|
Olek
|
4017eee796
|
Merged missing cargo.toml data from master
|
2016-12-29 02:02:41 +01:00 |
|
Olek
|
8429ebf2a4
|
Added missing lines to Cargo.toml
|
2016-12-29 01:59:24 +01:00 |
|
fulara
|
4f4106bfef
|
Bumping version to 0.1.1
|
2016-12-29 01:51:02 +01:00 |
|
fulara
|
2bd98d3d79
|
Releasing version 0.1.0 (#9)
|
2016-12-29 01:49:23 +01:00 |
|
Olek
|
7c1fb407f4
|
Merge branch 'develop' of https://github.com/fulara/kdtree-rust into develop
|
2016-12-29 01:44:50 +01:00 |
|
Olek
|
9f03f67c1d
|
Reformatted files, changed package name, added description
|
2016-12-29 01:44:18 +01:00 |
|
fulara
|
70b69392ce
|
Update README.md
|
2016-12-29 01:38:17 +01:00 |
|