Ecosyste.ms: Issues
An open API service for providing issue and pull request metadata for open source projects.
GitHub / georust/rstar issues and pull requests
#186 - Re-export nearest neighbor iterators so they are nameable in downstream crates.
Pull Request -
State: closed - Opened by adamreichold 9 days ago
#185 - rtree.nearest_neighbor_iter_with_distance_2 family returns private iterator types
Issue -
State: closed - Opened by blaa 9 days ago
- 2 comments
#184 - Revert back to min/max representation of empty AABB
Pull Request -
State: closed - Opened by adamreichold 12 days ago
- 13 comments
#183 - Performance degradation following 0.12.1 release
Issue -
State: closed - Opened by chingiztob 12 days ago
- 9 comments
#182 - Better handling of empty rects
Pull Request -
State: closed - Opened by michaelkirk 12 days ago
- 2 comments
#181 - Fix empty rect behavior by reverting 84d12654104e783011f24267145fb6bfccd2a30e
Pull Request -
State: closed - Opened by michaelkirk 12 days ago
- 8 comments
#180 - Prepare for 0.12.1 release
Pull Request -
State: closed - Opened by urschrei 14 days ago
#179 - Prepare for a new rstar release?
Issue -
State: closed - Opened by urschrei 14 days ago
- 2 comments
#178 - Add ObjectRef combinator to build tree referencing objects elsewhere.
Pull Request -
State: closed - Opened by adamreichold 14 days ago
#177 - Replace single `smallvec::SmallVec ` usage with `heapless::Vec`
Issue -
State: closed - Opened by frewsxcv 15 days ago
- 2 comments
#176 - Thoughts about the feasibility of adding a RTree::relocate_with_selection_function() method
Issue -
State: open - Opened by WildRackoon 2 months ago
#175 - lines in 3D use case
Issue -
State: open - Opened by harmjonker 2 months ago
- 1 comment
#174 - Bulk Load via Iterator
Issue -
State: open - Opened by bugeats 3 months ago
- 3 comments
#173 - locate_in_envelope not working?
Issue -
State: open - Opened by mztlive 5 months ago
#172 - Sorting node children
Issue -
State: open - Opened by grovesNL 5 months ago
#171 - Fix AABB::from_points which relied on implementation details of AABB::new_empty
Pull Request -
State: closed - Opened by adamreichold 5 months ago
#170 - Initial `AABB` can cause `from_points`/others to be wrong
Issue -
State: closed - Opened by grovesNL 5 months ago
- 3 comments
#169 - Allow 1D `RTree`s
Pull Request -
State: open - Opened by grovesNL 5 months ago
- 7 comments
#168 - How to serialization/deserialization `RTree`?
Issue -
State: closed - Opened by yuyang-ok 5 months ago
#167 - rkyv compatible ?
Issue -
State: closed - Opened by ThomasCartier 6 months ago
- 3 comments
#166 - Defend against numerical instability when computing number of clusters
Pull Request -
State: closed - Opened by adamreichold 6 months ago
- 2 comments
#165 - Update smallvec
Pull Request -
State: closed - Opened by dabreegster 7 months ago
- 4 comments
#164 - RFC: Provide selection methods based on internal iteration
Pull Request -
State: closed - Opened by adamreichold 7 months ago
- 4 comments
#163 - Avoiding `SmallVec` in `SelectionIterator`
Issue -
State: closed - Opened by grovesNL 7 months ago
- 5 comments
#162 - Fix overflows applying selection iterators to empty trees by choosing a more tame value for AABB::new_empty
Pull Request -
State: closed - Opened by adamreichold 8 months ago
- 2 comments
#161 - RTree panics when running locate_within_distance on an empty tree
Issue -
State: closed - Opened by gold-silver-copper 8 months ago
- 1 comment
#160 - Use unstable sort for envelopes and node reinsertion
Pull Request -
State: closed - Opened by grovesNL 8 months ago
- 3 comments
#159 - Point trait: correct doc comment
Pull Request -
State: closed - Opened by pthariensflame 10 months ago
- 1 comment
#158 - rstar not listed on https://georust.org/
Issue -
State: closed - Opened by edgimar 10 months ago
- 2 comments
#157 - Prepare for 0.12.0 release
Pull Request -
State: closed - Opened by urschrei 10 months ago
#156 - Update the scaling discussion for bulk_load
Pull Request -
State: closed - Opened by jerabaul29 10 months ago
- 1 comment
#155 - Documentation about bulk load
Issue -
State: closed - Opened by jerabaul29 10 months ago
- 5 comments
#154 - Use SmallHeap also for the iterator-based nearest neighbour search and optimize its spill implementation.
Pull Request -
State: closed - Opened by adamreichold 10 months ago
- 2 comments
#153 - Move PointExt::new to Point
Issue -
State: open - Opened by stepancheg 10 months ago
- 4 comments
#152 - Losslessly shrink rtree-example.png
Pull Request -
State: closed - Opened by pthariensflame 10 months ago
#151 - New release?
Issue -
State: closed - Opened by urschrei 10 months ago
- 2 comments
#150 - Hash and Default impls, and some type coverage tests
Pull Request -
State: closed - Opened by pthariensflame 11 months ago
#149 - Rectangle does not implement Hash
Issue -
State: closed - Opened by w14 11 months ago
#148 - Hash not implemented
Issue -
State: closed - Opened by w14 11 months ago
#147 - rstar with u32, u64, ...
Issue -
State: closed - Opened by w14 11 months ago
- 2 comments
#146 - Implement an owning iterator and IntoIter for RTree
Pull Request -
State: closed - Opened by adamreichold 11 months ago
#145 - Need to use different types for Point::Scalar and square
Issue -
State: closed - Opened by stepancheg 11 months ago
- 1 comment
#144 - Minor doc updates
Pull Request -
State: closed - Opened by urschrei 11 months ago
#143 - Update CI as a precursor to enabling merge queues
Pull Request -
State: closed - Opened by urschrei 11 months ago
- 4 comments
#142 - Enable merge queues and CI runs for PR
Issue -
State: closed - Opened by adamreichold 11 months ago
#141 - enable GitHub Dependabot
Pull Request -
State: open - Opened by rursprung 11 months ago
#140 - update to `heapless=0.8`
Pull Request -
State: closed - Opened by rursprung 11 months ago
- 2 comments
#139 - attempt to add with overflow
Issue -
State: open - Opened by stepancheg 11 months ago
- 2 comments
#138 - `attempt to multiply with overflow` when using `i32`
Issue -
State: open - Opened by hamirmahal about 1 year ago
- 22 comments
#137 - Add cached envelope benchmark
Pull Request -
State: closed - Opened by urschrei about 1 year ago
- 3 comments
#136 - Better distance_2 docs
Pull Request -
State: closed - Opened by urschrei about 1 year ago
- 3 comments
#135 - Can I use rstar for geographic points & use a great circle distance?
Issue -
State: open - Opened by amandasaurus about 1 year ago
- 8 comments
#134 - add mint feature for Point trait impl for mint::Point2 and mint::Point3
Pull Request -
State: closed - Opened by ripytide about 1 year ago
- 10 comments
#133 - Clarify nearest_neighbors() method
Issue -
State: open - Opened by JosiahParry about 1 year ago
- 2 comments
#132 - Discussion: Flat representation of R-tree
Issue -
State: closed - Opened by adamreichold over 1 year ago
- 1 comment
#131 - Update rstar-benches geo dependency
Pull Request -
State: closed - Opened by michaelkirk over 1 year ago
#130 - Remove actually unused depth parameter and make Clippy happy.
Pull Request -
State: closed - Opened by adamreichold over 1 year ago
#129 - Why must point scalars be signed?
Issue -
State: open - Opened by jasonwhite over 1 year ago
- 7 comments
#128 - Envelope on Point<f32> fails since v0.10
Issue -
State: closed - Opened by culebron over 1 year ago
- 9 comments
#127 - Fix a stack overflow error in DrainIterator
Pull Request -
State: closed - Opened by nickguletskii over 1 year ago
- 7 comments
#126 - Prepare for 0.11.0 release
Pull Request -
State: closed - Opened by urschrei over 1 year ago
- 6 comments
#125 - Add polygon benchmarks
Pull Request -
State: closed - Opened by adamreichold over 1 year ago
- 2 comments
#124 - Make our metadata match our CI w.r.t. MSRV.
Pull Request -
State: closed - Opened by adamreichold over 1 year ago
- 2 comments
#123 - RFC: Use extension trait to simplify combinator usage.
Pull Request -
State: open - Opened by adamreichold over 1 year ago
#122 - Deprecate GeomWithData .inner() method in favour of Deref
Pull Request -
State: closed - Opened by urschrei over 1 year ago
- 2 comments
#121 - Crate README update
Pull Request -
State: closed - Opened by urschrei over 1 year ago
- 2 comments
#120 - Doc and metadata updates
Pull Request -
State: closed - Opened by urschrei over 1 year ago
- 2 comments
#119 - Overhaul CI pipelines
Pull Request -
State: closed - Opened by adamreichold over 1 year ago
- 2 comments
#118 - Add GeomWithCachedEnvelope combinator to support memoizing envelope computations.
Pull Request -
State: closed - Opened by adamreichold over 1 year ago
- 9 comments
#117 - Use eager leaf envelope computation
Pull Request -
State: closed - Opened by urschrei over 1 year ago
- 2 comments
#116 - First pass at memoizing Leaf envelope calls
Pull Request -
State: closed - Opened by urschrei over 1 year ago
- 31 comments
#115 - Impl Point for [RTreeNum; N] const generic N
Pull Request -
State: closed - Opened by dominikWin over 1 year ago
- 17 comments
#114 - Implement nearest_neighbour_mut
Issue -
State: open - Opened by joverwey over 1 year ago
- 2 comments
#113 - Implement `IntoIterator` for `RTree`
Issue -
State: closed - Opened by jakoschiko over 1 year ago
- 2 comments
#112 - Panic after inserting `Rectangle` with NaN to `RTree`
Issue -
State: open - Opened by jakoschiko over 1 year ago
#111 - Question: Why there is parameters verification that point dimension must be at least 2?
Issue -
State: closed - Opened by ytskuh almost 2 years ago
- 4 comments
#110 - perf: minimize iterations over children in `IntersectionIterator`
Pull Request -
State: closed - Opened by kylebarron almost 2 years ago
- 3 comments
#109 - Make node constructors public, add RTree::new_from_root
Pull Request -
State: open - Opened by nickguletskii almost 2 years ago
- 16 comments
#108 - Document in `RTreeObject` that `envelope()` should be cached
Issue -
State: closed - Opened by kylebarron almost 2 years ago
- 12 comments
#107 - Parallel bulk loading
Issue -
State: open - Opened by Earthnuker almost 2 years ago
- 8 comments
#106 - Prepare for v0.10.0 release
Pull Request -
State: closed - Opened by urschrei almost 2 years ago
- 3 comments
#105 - feat: dynamic rather than static parameters
Pull Request -
State: open - Opened by msalib about 2 years ago
- 4 comments
#104 - Use SPDX license expression
Pull Request -
State: closed - Opened by gerritsangel about 2 years ago
- 2 comments
#103 - Remove Copy bound on Point and Envelope?
Pull Request -
State: closed - Opened by Andlon about 2 years ago
- 17 comments
#102 - Bulk loading using space-filling curve algorithm(s)
Issue -
State: open - Opened by urschrei about 2 years ago
- 6 comments
#101 - 8-adjacent distance bug.
Issue -
State: closed - Opened by wzli over 2 years ago
- 3 comments
#100 - Fix documentation of Envelope::intersects()
Pull Request -
State: closed - Opened by Indy2222 over 2 years ago
- 3 comments
#99 - Update demo deps to mitigate CVE-2021-38190
Pull Request -
State: closed - Opened by urschrei over 2 years ago
- 2 comments
#98 - Support for non-const number of dimensions.
Issue -
State: closed - Opened by lvella over 2 years ago
- 4 comments
#97 - Add pub fn RTree::drain()
Pull Request -
State: closed - Opened by Indy2222 over 2 years ago
- 2 comments
#96 - Question on Point's dimension limit
Issue -
State: closed - Opened by simeonexo over 2 years ago
- 2 comments
#95 - clarify MIN_SIZE constraints in docs
Pull Request -
State: closed - Opened by michaelkirk over 2 years ago
- 4 comments
#94 - CI can't run because 1.51 treats the 2021 edition as unstable, and it's required by cargo-all-features
Issue -
State: closed - Opened by urschrei over 2 years ago
- 3 comments
#93 - Fix panic when setting RTreeParams MIN_SIZE to 1
Pull Request -
State: closed - Opened by urschrei over 2 years ago
- 3 comments
#92 - "capacity overflow" on remove when RTreeParams::MIN_SIZE = 1
Issue -
State: closed - Opened by laundmo over 2 years ago
- 4 comments
#91 - Fix clippy
Pull Request -
State: closed - Opened by jackson211 over 2 years ago
- 6 comments
#90 - Question: How to implement intersection on AABB for testing if cluster is in viewport?
Issue -
State: open - Opened by AnachronicNomad over 2 years ago
- 1 comment
#89 - Prepare for 0.9.3 release
Pull Request -
State: closed - Opened by urschrei over 2 years ago
- 2 comments
#88 - new release with heapless 0.7 support
Issue -
State: closed - Opened by Dushistov over 2 years ago
- 2 comments
#87 - Upgrade to heapless v0.7.10 and update MSRV to 1.51.0
Pull Request -
State: closed - Opened by rye over 2 years ago
- 9 comments