Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/georust/rstar

R*-tree spatial index for the Rust ecosystem
https://github.com/georust/rstar

Bumped version to 0.7.0

a7195ee866c30281668cee83225deff6efee71e5 authored about 5 years ago
Added changelog

89f4598dfe9c6c954b543dc677bfdfaf0936d806 authored about 5 years ago
Removed some code duplicates. Added remove_with_selection method

d7080b6e3603a4e108ed2fa2d040f16aa63c062f authored about 5 years ago
Issue#19: Add function `pop_nearest_neighbor`

eab8515056400dec4831cceb3c06aa1e92340098 authored about 5 years ago
Removed itertools dependency.

Version bump and formatting

82cd6a4f58c07b4e5ccecd5a5b79d030e0fecd55 authored about 5 years ago
Adds "PointWithData" struct

Improves `Point` trait documentation.

4d8beb2b7d899282780cd900681a993d5642da3c authored about 5 years ago
Made SelectionFunction public.

Added appropriate documentation and moved "should_unpack_node" out of the interface.

3a27f05f37693029f75fd532bfa649e890803a4a authored about 5 years ago
Renamed "margin_value" to "perimeter_value". Small doc fixes.

696f862cbd79f4bb7a4d7cdffdef45ebe9c99ad1 authored about 5 years ago
Fixed typo

a471aa61897b3534952dd82ff3f8ac7dc012f2a1 authored over 5 years ago
Updated version to 0.5.1

bad065cf461573707f51627097d6e0d10949c9d7 authored over 5 years ago
Fix nearest neighbor min-max heuristic

closes Stoeoef/rstar#13

895f84938d9cec06d6f7706301c536ccd563b490 authored over 5 years ago
Documentation updates. Fixes #12

51d10c9fcbf238c33c48c2574e863970a08d059b authored over 5 years ago
Version updates, bump to 0.5

f0cafcde27c8b8b3ff884323a5f875de0268c70e authored over 5 years ago
Added test for NearestNeighborWithDistanceIterator

c4c5dc43daab363ac12395aa79da5a3efdb63616 authored over 5 years ago
Typo

f8a569c8f0bb8dda76460f2fa2a18e9254b0dc58 authored over 5 years ago
Add new RTree iterator function emitting distances

26e4d86987ff922bd705f1ae77a3c1b1903a3f3c authored over 5 years ago
Add wrapper iterator to emit distances

5f8bed4a20f6f9d5c7ae119ae69e8a47e751f0ef authored over 5 years ago
Bumped to 0.4 version

097ac3d91587466289455441f2a01178c3993544 authored over 5 years ago
Implements #8

b704cb6ff87b0a9eec9a5df2fd26a26147a90229 authored over 5 years ago
Implements #9

d2805672b90cacce092b5148a236caf19f7b13d3 authored over 5 years ago
Improve IntersectionIterator logic

Add more short-circuit checks, and check intersections before adding to
stack. With this commit...

7f810373e74a576d77d401d97cfba1b1cd91d52f authored over 5 years ago
Bumped version to 0.3, updated dependencies.

e59d18715dcb96b1d24a632c900bc49e6fec30f8 authored almost 6 years ago
Added method `RTree::intersection_candidates_with_other_tree`

This method can be used for efficient retrieval of all possibly intersecting candidates.

5baf2ea81fd00d09497f1bba6571aec0ffeaed9a authored almost 6 years ago
Refactoring: Renamed ParentNodeData -> ParentNode

42beda6ec05b63fc6d3ce333fd3fd376ae276d4b authored almost 6 years ago
Publicly exposed RTreeNode and ParentNodeData.

Removed "debug" feature (now obsolete)

677b5bdeda61be538ab4cfd256103a3d59d3e03b authored almost 6 years ago
Removed parallel bulk loading for better maintainability.

eae7354bfbf7d4276f66237304259d2fd544d60e authored almost 6 years ago
Refactoring: integrated 'strcutures' module into the root namespace

746f1dee84c1b1bb819851560c2c7a0fd964af97 authored almost 6 years ago
Fixed broken links and nitpicking on docs.

95b99923c0c62e82dac61d5bd2041407f72bafd7 authored about 6 years ago
Resolves #5. Adds documentation and example for locate_in_envelope_intersecting

0303a4e0e67802b5610478414945ecdfb646b0b4 authored about 6 years ago
Fixes #4, broken link in documentation.

ae62c9e6eff298baa4670b61883c835cde5e4a1b authored about 6 years ago
Updated benchmarks, included results in README

fa34e55d72dfdfef5c72067a57267c64416dbd68 authored about 6 years ago
Updated RTreeDemo. Made RTree::default more flexible.

ee2c4ade19df84a430f8d2af0b8f08b1d47bc2d6 authored about 6 years ago
Parameters are now checked upon tree creation.

f98d5856a5f0d620be2b86ffb421fe2ca8657576 authored about 6 years ago
Initial reinsertion support

1bbd3cfb5d861c4bd369d4955840715c28b9cf47 authored about 6 years ago
bulk_load_parallel must now be enabled by the threadpool feature.

e63aa149f70a311939134dc17f30a6fb2e039f3f authored about 6 years ago
Rename feature serde_serialize to serde. (#3)

* Rename feature serde_serialize to serde.

This follows the recommendation of the serde crate...

641f1274cbeb5921cafcbdb0702172f1779314eb authored about 6 years ago
Added serde support.

Bumped version to 0.2

9315ffb8d0c445943e21dc51583277688e9fb513 authored about 6 years ago
Polishing touches for parallel bulk load feature.

b0e14d0046cf2f30697af37072b548a2b4af1894 authored about 6 years ago
Added initial multi threaded bulk loading

6cbb61107b7edc95c1372fd622171eef0be667a4 authored about 6 years ago
Preparations for parallel bulk loading.

89599c9d16128188736b7da55a1dbb7f0e9bf521 authored about 6 years ago
Added support for multi dimensional bulk loading.

Rewrote r-tree demo, it now uses kiss3d and shows a 3d-rtree.

c4abb9b080801e13d287d0c9b5e814b8773ceb62 authored about 6 years ago
Refactored envelope trait. RTreeNode now impls RTreeObject

defa5cca46438846abcfab5ec54fb9b9593f04ed authored about 6 years ago
Changed bulk_load signature to take a Vec<T>, dropping "Clone" requirement.

072f00b4d398e1fe3eff882a13b889a4734e342a authored about 6 years ago
Replaced balanced bulk loading with the easier imbalanced bulk loading

4d898a0d06cc96aa2ff436a3598eaaffddf548d0 authored about 6 years ago
Removed erroneous Gitlab badge. Bumped version to 0.1.2

ec708596ac255e7e4092d03dc3d5687991dd8f43 authored about 6 years ago
Updated README and Cargo.toml to include code coverage badge

ade6f4cb425cd97f4e74ca1b2b72f064dec50579 authored about 6 years ago
Adjusted path for code coverage

ee8b9d374eeda6a731515ded030a62618d3668e4 authored about 6 years ago
Updated README.md. Experimental code coverage report.

693e801d06ba540678ef2f34d4bf375ba1e1e8cc authored about 6 years ago
Fixed error in build script

e2a219247559f88be19b7d6feeabdc2b5e932200 authored about 6 years ago
Removed unnecessary secure field

ba1be3a8db71dd968891e310e14665736678a3f3 authored about 6 years ago
Excluded rstar-demo from travis build script.

b370c04b079a61248ef2e702979e5dadb726daa5 authored about 6 years ago
Added travis-ci integration.

644773edf49d512ec7d528e75a918321ab7dcf42 authored about 6 years ago
Added documentation

8fefce1651d9aebc242c5e5df0e3aa2cb283dd1d authored about 6 years ago
Updated documentation.

d4ca14e29a9d4b567e1f80a9a9296bd8b0a7adc7 authored about 6 years ago
Updated dev-dependencies for Cargo.toml

0fa6fcf803a0a3155b62831bfb704852a8a71c03 authored about 6 years ago
Fixed keyword section in Cargo.toml

62bc326a4c6e3303d437db549dc2256d6df1bf83 authored about 6 years ago
Created crate README

b759d12868d4df79432826fbfe7a3fcb502676e9 authored about 6 years ago
Initial commit

fba441c0144012cb6dbe8590591dcba17b73fea0 authored about 6 years ago
Prepared 2018 update

b0ef836d66b3e9b425c73b702b0c9ecf91974f7d authored about 6 years ago
Removed "height" property.

Removed reinsertion logic, it will maybe re-added later.

95a2a435f09e62d245a2675bc0a53ac9690e5fdf authored about 6 years ago
Implemented object removal. Implemented some primitives.

2d75baa2e583e0c3436fa1b4acea3ca029dfa390 authored over 6 years ago
Implemented bulk loading algorithm

b3089f4213f9d1b8e19321e99ef8e776557c5208 authored over 6 years ago
Followed Clippy lints

52822f75e2c66ff0df6bdf3c1e5cb576a6736a83 authored over 6 years ago
Update nearest neighbor search

63701853410587689cb1027a1399bc774a4e975f authored over 6 years ago
Implemented NearestNeighborIter

46ddfbb3ef8d8f3681e27dbd1ecaf5d181f6bc58 authored over 6 years ago
Introduced EuclideanPoint, change RTreeParams

acabb93ba7e0b006a08bfe82aff677dd5f110952 authored over 6 years ago
Removed unused files, bugfix: Fixed area calculation

69d7ee1b1e84899657e1557783c5fc2dc9c9ff53 authored over 6 years ago
Refactoring: Reanming to rstar, create workspace for examples and library

541e13c347f62b4a77d1eba1cac6ff4cb94489bb authored over 6 years ago
Implemented generic iterator

f271dc4d84dd6c96ba91f84916bf0db9c4a8a570 authored over 6 years ago
Implemented various locate algorithms

53b1a0e9967bc0e626ee07f53dbe8757325c4758 authored over 6 years ago
Renamed MBR -> AABB

c9dafcbaa71beb28a436e56d23abc3a3e07bd81e authored over 6 years ago
Implemented Envelope trait

0336cb638b2de930d2f335070dc64ad375dc596c authored over 6 years ago
Added Envelope and Metrics type

d465aa65de2ea394d20d52800682e9a12eab1b04 authored almost 7 years ago
Updated .gitignore

948161e4c03445a1925de1f3b6051ad4b1cf19a9 authored almost 7 years ago
Initial commit

3a6ed99c44176951ca3306bc8d725dee99752436 authored almost 7 years ago