Ecosyste.ms: Issues
An open API service for providing issue and pull request metadata for open source projects.
GitHub / KristofferC/NearestNeighbors.jl issues and pull requests
#205 - revert "vectorize the compute_bbox function"
Pull Request -
State: closed - Opened by KristofferC about 1 month ago
#204 - hyperractangles' compute_bbox seems to break KDTree due to setindex() for non StaticArrays types
Issue -
State: closed - Opened by AbdAlazezAhmed about 1 month ago
- 1 comment
#203 - Increase number of tensor test points above new leaf size
Pull Request -
State: closed - Opened by fredrikekre about 1 month ago
- 1 comment
#202 - bump version
Pull Request -
State: closed - Opened by KristofferC about 2 months ago
#201 - In place queries not available
Issue -
State: closed - Opened by samncorn about 2 months ago
- 1 comment
#200 - format with runic
Pull Request -
State: open - Opened by KristofferC 3 months ago
#199 - Add tree walking functions
Pull Request -
State: open - Opened by dgleich 4 months ago
- 5 comments
#198 - bump the default leafsize from 10 to 25
Pull Request -
State: closed - Opened by KristofferC 4 months ago
Labels: performance
#197 - avoid some square rooting to check distances
Pull Request -
State: closed - Opened by KristofferC 4 months ago
- 3 comments
#196 - Trees for integer input data errors now it seems
Issue -
State: open - Opened by KristofferC 4 months ago
#195 - optimize some hypersphere checks for minkowski metrics
Pull Request -
State: closed - Opened by KristofferC 4 months ago
- 1 comment
#194 - Interface for tree traversal / walking of BallTree/KDTree
Issue -
State: open - Opened by dgleich 5 months ago
- 3 comments
#193 - wip: implement a periodic tree that maps points to "mirrors"
Pull Request -
State: open - Opened by KristofferC 5 months ago
- 2 comments
#192 - Disable fast path update for minimum distance to hyper rectangle for `Chebyshev` since it doesn't work
Pull Request -
State: open - Opened by KristofferC 5 months ago
#191 - fix min max hyperrec
Pull Request -
State: closed - Opened by KristofferC 5 months ago
#190 - WIP: Use maximum distance from point to hyper rectangle to add everything in subtree for KDTree range search.
Pull Request -
State: open - Opened by KristofferC 5 months ago
- 1 comment
#189 - `get_min_distance_sq` seems weird
Issue -
State: closed - Opened by KristofferC 5 months ago
#188 - add a blurb about package not being suitable for very high dimensional points
Pull Request -
State: closed - Opened by KristofferC 5 months ago
#187 - relax some types to make things work with views
Pull Request -
State: closed - Opened by KristofferC 5 months ago
#186 - improve docs w.r.t what metrics can be used
Pull Request -
State: closed - Opened by KristofferC 5 months ago
#185 - Add mutating version of `knn` and `inrange`
Pull Request -
State: closed - Opened by KristofferC 5 months ago
#184 - update benchmarks
Pull Request -
State: closed - Opened by KristofferC 5 months ago
#183 - allow views as input to query functions
Pull Request -
State: closed - Opened by KristofferC 5 months ago
#182 - remove datafree tree
Pull Request -
State: open - Opened by KristofferC 5 months ago
Labels: 1.0
#181 - Grab bag of fixups / improvements
Pull Request -
State: closed - Opened by KristofferC 5 months ago
#180 - 1.0 road map
Issue -
State: open - Opened by KristofferC 5 months ago
- 5 comments
#179 - Test benchmarks and have them run on CI
Issue -
State: closed - Opened by KristofferC 5 months ago
Labels: 1.0
#178 - chatgpt the README
Pull Request -
State: closed - Opened by KristofferC 5 months ago
#177 - KDTree: SoA the `Node` struct to avoid paying alignment cost to store the split dimension
Pull Request -
State: closed - Opened by KristofferC 5 months ago
#176 - Can't do `knn` on `AbstractVector{SVector}`
Issue -
State: closed - Opened by BenCurran98 9 months ago
- 2 comments
#175 - KDTree with Matrix{ComplexF64}
Issue -
State: closed - Opened by oameye 10 months ago
- 1 comment
#174 - use a separate parameter for the hyper rectangle
Pull Request -
State: closed - Opened by KristofferC 10 months ago
#173 - Cannot build KDTree with Subarrays since v0.4.14
Issue -
State: closed - Opened by davnn 10 months ago
- 3 comments
#172 - Fix tree construction for vectors without `StaticArrays.setindex`
Pull Request -
State: closed - Opened by fredrikekre 11 months ago
- 1 comment
#171 - avoid unnecessarily overloading `Distances.evaluate`
Pull Request -
State: closed - Opened by KristofferC 11 months ago
#170 - some fixes for weighted metrics
Pull Request -
State: closed - Opened by KristofferC 11 months ago
- 1 comment
#169 - KDTree: Wrong results for non-Euclidean metrics
Issue -
State: closed - Opened by aplavin 11 months ago
#168 - avoid copying inputs when doing a `knn` or `inrange` for a matrix input
Pull Request -
State: closed - Opened by KristofferC 12 months ago
#167 - use ArrayOfArrays for return value to reduce the number of allocated arrays
Pull Request -
State: open - Opened by KristofferC 12 months ago
- 4 comments
#166 - Make KDNode smaller
Pull Request -
State: closed - Opened by KristofferC 12 months ago
#165 - It should be possible to make `KDNode` smaller
Issue -
State: closed - Opened by KristofferC 12 months ago
#164 - Julia 1.10 is waiting on IO to finish during compilation
Issue -
State: closed - Opened by SimonDanisch about 1 year ago
- 3 comments
#163 - Add example with `skip` option to documentation
Issue -
State: open - Opened by juliohm about 1 year ago
- 1 comment
#162 - Does ball tree work with any metric?
Issue -
State: open - Opened by EssamWisam about 1 year ago
- 2 comments
#161 - Made the result idxs and dists datatypes selectable
Pull Request -
State: open - Opened by n6171028 over 1 year ago
- 1 comment
#160 - Make datatypes of the KNN results selectable for potentially lower memory overhead
Issue -
State: closed - Opened by n6171028 over 1 year ago
#159 - Querying number of distance evaluations
Issue -
State: open - Opened by fcdimitr over 1 year ago
- 3 comments
Labels: 1.0
#158 - Reverse Cuthill-McKee ordering option
Issue -
State: closed - Opened by kylebeggs over 1 year ago
- 1 comment
#157 - add some code to run during precompilation
Pull Request -
State: closed - Opened by KristofferC almost 2 years ago
#156 - Compilation time issues with very high dimensions
Issue -
State: closed - Opened by jbrea almost 2 years ago
- 3 comments
#155 - [Question] Can you insert new data into an existing KDTree object?
Issue -
State: closed - Opened by knrumsey-lanl about 2 years ago
- 2 comments
#154 - Add generic constructor to `HyperSphere`
Pull Request -
State: closed - Opened by eliascarv about 2 years ago
- 2 comments
#153 - Document that `inrangecount` also counts the point itself
Issue -
State: closed - Opened by kahaaga about 2 years ago
- 2 comments
#152 - README.md Misleading Custom Metric Documentation
Issue -
State: closed - Opened by scoopxyz about 2 years ago
#151 - Is there a reason sqeuclidean distance is not supported?
Issue -
State: closed - Opened by nraynaud about 2 years ago
- 4 comments
#150 - add inrect() query
Pull Request -
State: closed - Opened by aplavin over 2 years ago
- 1 comment
#149 - bug: BoundsError when the skip function returns true for all points
Issue -
State: closed - Opened by felipeek over 2 years ago
- 3 comments
#148 - AssertionError in kmedoids alg
Issue -
State: closed - Opened by theloni-monk over 2 years ago
#147 - `nn` lacking docstring
Issue -
State: closed - Opened by BioTurboNick over 2 years ago
- 1 comment
Labels: 1.0
#146 - fix skipped points
Pull Request -
State: closed - Opened by KristofferC over 2 years ago
#145 - knn: skipped items output when there is a skip function has always the last index and not 0 index
Issue -
State: closed - Opened by lukeanto over 2 years ago
- 3 comments
Labels: bug
#144 - BallTree and KDTree do not accept Vector{AbstractVector{Float64}} Type. Possible bug.
Issue -
State: closed - Opened by samadritakarmakar over 2 years ago
- 1 comment
#143 - Add multithreading support
Pull Request -
State: open - Opened by KronosTheLate over 2 years ago
- 4 comments
#142 - [FR] Classifier function
Issue -
State: open - Opened by KronosTheLate over 2 years ago
#141 - mutual nearest neighbors
Issue -
State: open - Opened by RainerHeintzmann over 2 years ago
- 3 comments
#140 - Nearest Neighbors in a very large dataset.
Issue -
State: closed - Opened by compleathorseplayer over 2 years ago
- 1 comment
#139 - reword readme
Pull Request -
State: closed - Opened by KristofferC over 2 years ago
#138 - No constructor for NNTree
Issue -
State: closed - Opened by KronosTheLate over 2 years ago
- 2 comments
#137 - Allow usage of semi and pre-metrics with BruteTree
Pull Request -
State: closed - Opened by davnn almost 3 years ago
#136 - Benchmarking parallel implementation leads to segfaults
Issue -
State: closed - Opened by davnn almost 3 years ago
- 2 comments
#135 - update KDTree docstring
Pull Request -
State: closed - Opened by OkonSamuel almost 3 years ago
#134 - update BallTree docstring
Pull Request -
State: closed - Opened by OkonSamuel almost 3 years ago
#133 - periodic kdtree or balltree
Issue -
State: open - Opened by moradza almost 3 years ago
- 6 comments
#132 - Parallelizing `BallTree` Construction
Pull Request -
State: open - Opened by SebastianAment almost 3 years ago
- 1 comment
#131 - Parallelizing `knn` and `inrange` searches
Pull Request -
State: open - Opened by SebastianAment almost 3 years ago
#130 - [WIP] A monkey patch to fix the parallelogon periodic bounary condition
Pull Request -
State: open - Opened by GiggleLiu almost 3 years ago
#129 - Create CompatHelper.yml
Pull Request -
State: closed - Opened by CarloLucibello almost 3 years ago
#128 - RFC: Fix BoundsError on `skip = i -> true`
Pull Request -
State: closed - Opened by axsk about 3 years ago
- 1 comment
#127 - Bug: BoundsError when skipping all entries
Issue -
State: closed - Opened by axsk about 3 years ago
- 2 comments
#126 - Initialize indices with `1`, allows for Infs and NaNs in the data
Pull Request -
State: open - Opened by nlw0 about 3 years ago
- 3 comments
#125 - Querying a vector of NaN occasionally results in invalid indices
Issue -
State: open - Opened by nlw0 about 3 years ago
- 5 comments
Labels: bug
#124 - Add `inrangecount` for efficient counting of neighbors
Pull Request -
State: closed - Opened by BioTurboNick about 3 years ago
- 10 comments
#123 - ensure specialization on the skip function
Pull Request -
State: closed - Opened by KristofferC over 3 years ago
#122 - BruteTree with other metrics than Euclidean()
Issue -
State: closed - Opened by mlesnoff over 3 years ago
- 1 comment
#121 - nn and knn do not accept points as arrays of arrays
Issue -
State: closed - Opened by BoZenKhaa over 3 years ago
- 7 comments
#120 - Bounding box
Issue -
State: closed - Opened by rvignolo almost 4 years ago
- 2 comments
#119 - Performant way to estimate distances for bulk `inrange` search?
Issue -
State: closed - Opened by Datseris almost 4 years ago
- 5 comments
#118 - add julia coverage action
Pull Request -
State: closed - Opened by KristofferC almost 4 years ago
#117 - TagBot trigger issue
Issue -
State: closed - Opened by JuliaTagBot almost 4 years ago
- 18 comments
#116 - Change badge and enable coverage runner on GHA
Pull Request -
State: closed - Opened by KristofferC almost 4 years ago
#115 - add github actions
Pull Request -
State: closed - Opened by KristofferC almost 4 years ago
#114 - Extend [compat] StaticArrays = "0.9, 0.10, 0.11, 0.12, 1.0"
Pull Request -
State: closed - Opened by ablaom almost 4 years ago
- 3 comments
#113 - Suggestion: Make KDTree interruptible
Issue -
State: closed - Opened by colemanbroad almost 4 years ago
- 1 comment
#112 - Update kd_tree.jl
Pull Request -
State: closed - Opened by OkonSamuel about 4 years ago
#111 - Update Project.toml
Pull Request -
State: closed - Opened by juliohm about 4 years ago
- 1 comment
#110 - Incremental tree build with custom data types.
Issue -
State: closed - Opened by MFaisalZaki over 4 years ago
- 1 comment
#109 - previous nearest neighbors in set of ordered points
Issue -
State: open - Opened by joeguinness over 4 years ago
#108 - Optimized counting of inrange nearest neighbors
Issue -
State: closed - Opened by Datseris over 4 years ago
- 4 comments
#107 - Support for Neighbor Pairs Searching
Issue -
State: open - Opened by zhujunmian over 4 years ago
- 3 comments
#106 - adapt to Distances v0.9, include weighted metrics to Minkowski
Pull Request -
State: closed - Opened by dkarrasch over 4 years ago
- 3 comments