Ecosyste.ms: Issues
An open API service for providing issue and pull request metadata for open source projects.
GitHub / stefankoegl/kdtree issues and pull requests
#54 - Can't remove custom item with payload
Issue -
State: closed - Opened by joric over 1 year ago
- 1 comment
#53 - `KDNode.dist` returns squared distance while `search_nn_dist` requires euclidean distance
Issue -
State: open - Opened by MichaelSuen-thePointer over 1 year ago
- 1 comment
#52 - updates
Pull Request -
State: closed - Opened by qqwqqw689 almost 2 years ago
- 1 comment
#51 - Is it possible to update the node payload?
Issue -
State: open - Opened by hossin007 over 3 years ago
#50 - Return None when remove the root node
Issue -
State: closed - Opened by changle0703 over 4 years ago
- 2 comments
#49 - Now search_knn_dist returns the distances with the point itself
Pull Request -
State: open - Opened by harish1996 over 4 years ago
- 1 comment
#48 - More than one Nearest Neighbour
Issue -
State: closed - Opened by jrtk about 5 years ago
- 1 comment
#47 - Benchmarks and capabilities
Issue -
State: open - Opened by Helveg over 5 years ago
- 1 comment
#46 - Remove support for Python 2.6, add 3.7
Pull Request -
State: open - Opened by stefankoegl almost 6 years ago
#45 - Add orthogonal range searching
Pull Request -
State: open - Opened by gpetters94 almost 6 years ago
#44 - Add persistency capability?
Issue -
State: closed - Opened by Rhuax almost 7 years ago
- 4 comments
#43 - Correctly handle non-euclidean distances (fixes #40)
Pull Request -
State: open - Opened by stefankoegl almost 7 years ago
#42 - Help: TypeError: unsupported operand type(s) for -: 'str' and 'float'
Issue -
State: closed - Opened by lixingang about 7 years ago
#41 - bucket kd-trees
Issue -
State: open - Opened by Maryom over 7 years ago
- 4 comments
#40 - Inconsistency between API docs and API implementations
Issue -
State: open - Opened by betterenvi over 7 years ago
- 3 comments
#39 - Fix typo and indent
Pull Request -
State: closed - Opened by betterenvi over 7 years ago
- 1 comment
#38 - Speed up search knn
Pull Request -
State: closed - Opened by betterenvi over 7 years ago
- 1 comment
#37 - Bug fix for search_nn_dist and updating testcase
Pull Request -
State: closed - Opened by grapemix over 7 years ago
- 2 comments
#36 - v0.15 search_nn_dist does not return the expected point
Issue -
State: closed - Opened by nicolas-f over 7 years ago
- 5 comments
#35 - Removes old test and coverage runners.
Pull Request -
State: closed - Opened by jfinkels almost 8 years ago
- 1 comment
#34 - How do I keep track of data alongside my points?
Issue -
State: open - Opened by matburnham almost 8 years ago
- 3 comments
#33 - Removes custom priority queue code.
Pull Request -
State: closed - Opened by jfinkels almost 8 years ago
- 1 comment
#32 - Payload example
Pull Request -
State: closed - Opened by Zverik almost 8 years ago
- 3 comments
#31 - In Python3.5 on Ubuntu 16.04 tree.search_knn method failed with error
Issue -
State: closed - Opened by cfdbwrbq over 8 years ago
- 3 comments
#30 - kdtree does not install cleanly from PyPI
Issue -
State: closed - Opened by ntamas over 8 years ago
- 2 comments
#29 - search_knn() is returning multiple values for k=1 also it is very slower than search_nn()
Issue -
State: closed - Opened by vampcoder over 8 years ago
- 2 comments
#28 - fix original list order
Pull Request -
State: closed - Opened by TennyZhuang over 8 years ago
- 6 comments
#27 - A question in _search_node()
Issue -
State: closed - Opened by chaomai over 9 years ago
- 2 comments
#26 - Optimisations for knn search
Pull Request -
State: closed - Opened by denbeigh2000 almost 10 years ago
- 3 comments
#25 - search_knn() and search_nn() speedup
Pull Request -
State: closed - Opened by uozuAho almost 10 years ago
#24 - Add payload example to readme
Pull Request -
State: closed - Opened by uozuAho almost 10 years ago
- 2 comments
#23 - Modify method 'add' to return newly added node. This can be used to add ...
Pull Request -
State: closed - Opened by ghost almost 10 years ago
- 5 comments
#22 - fix search_knn issue
Pull Request -
State: closed - Opened by longwosion about 10 years ago
- 1 comment
#21 - search_knn does not return the nearest neighbor
Issue -
State: closed - Opened by dalippa over 10 years ago
- 6 comments
#20 - search_nn does not take "best" parameter into consideration
Issue -
State: closed - Opened by dalippa over 10 years ago
- 5 comments
#19 - Correcting the kNN functionality.
Pull Request -
State: closed - Opened by jhagege over 10 years ago
- 6 comments
#18 - search_knn appears to be wrong
Issue -
State: closed - Opened by vincefernando almost 11 years ago
- 5 comments
#17 - search_nn seems to fail
Issue -
State: closed - Opened by vincefernando almost 11 years ago
- 2 comments
#16 - support for different distance measures
Issue -
State: closed - Opened by vincefernando almost 11 years ago
- 1 comment
#15 - actual distances
Issue -
State: closed - Opened by vincefernando almost 11 years ago
- 3 comments
#14 - distances from search_nn
Issue -
State: closed - Opened by vincefernando almost 11 years ago
#13 - search_nn seems to hang (kdtree version 0.8)
Issue -
State: closed - Opened by vincefernando almost 11 years ago
- 4 comments
#12 - 'list' is unhashable
Issue -
State: closed - Opened by kerzol almost 11 years ago
- 2 comments
#11 - Fix nearest-neighbor search, add k-nearest-neighbor search, fixes #11
Pull Request -
State: closed - Opened by stefankoegl almost 11 years ago
#10 - Wrong nearest-neighbor result
Issue -
State: closed - Opened by stefankoegl almost 11 years ago
#9 - Preserve function docstrings
Issue -
State: closed - Opened by fobdy about 11 years ago
#8 - a bug in search_nn_dist
Issue -
State: closed - Opened by nicky-zs over 11 years ago
- 1 comment
#7 - Maximum recursion depth exceeded when first removing point from a big kdtree
Issue -
State: closed - Opened by nicky-zs over 11 years ago
- 2 comments
#6 - Taking out collections as default parameters since they are evaluated just once and reused onwards.
Pull Request -
State: closed - Opened by zaaroth almost 12 years ago
- 1 comment
#5 - Modified add and search_nn to use iteration rather than recursion
Pull Request -
State: closed - Opened by EmilHernvall about 12 years ago
- 1 comment
#4 - Declare non-ASCII encoding in __init__.py
Pull Request -
State: closed - Opened by bregenspan over 12 years ago
- 3 comments
#3 - Package Distribution?
Issue -
State: closed - Opened by baskerville about 13 years ago
#2 - kdtree: search nearest neigbours within a distance
Pull Request -
State: closed - Opened by RafiKueng about 13 years ago
- 1 comment
#1 - added function to get all neigbours within a certain distance
Pull Request -
State: closed - Opened by RafiKueng about 13 years ago
- 2 comments