Ecosyste.ms: OpenCollective

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

github.com/georust/geo

Geospatial primitives and algorithms for Rust
https://github.com/georust/geo

lint

5bde9cbd895e08ffe5aa744851083ddc1a640664 authored about 2 years ago
Update geo/benches/winding_order.rs

Co-authored-by: Laurențiu Nicola <[email protected]>

6cbb9f1f558c84c7466418fdcc4ba7893d4e55c3 authored about 2 years ago
Update geo/benches/winding_order.rs

Co-authored-by: Laurențiu Nicola <[email protected]>

ff5b185b3b46c2e5b9a01ff11b7b09f27f96ca8b authored about 2 years ago
fix compilation

0806761a35be342f3d126934bb34f2d8b242e431 authored about 2 years ago
Add WindingOrder benchmark

237e58fa8d38055e2f1d69ba3a7828b5981a32e7 authored about 2 years ago
fix test compilation

6686bc08a8a1ec1a264c5893287279dd02eb1411 authored about 2 years ago
Don't let `Simplify` generate `Polygon`s with invalid rings.

b45b7f9397985959d994076f9c0e0b4eccef2c43 authored about 2 years ago
style lint

7270ccb6fd9d24eab35a8dd560d2a86dd7ad8241 authored about 2 years ago
rustfmt

6555b5b30927b27662802cf9cba42903d48c05d5 authored about 2 years ago
rustfmt

fbe50f2b13fa9e7a55621b7d0425e8743d368843 authored about 2 years ago
Utilize const generics to pass settings to VW algorithm.

Probably a microoptimization, but this makes the stack frames a little bit smaller since we remo...

d53b29442ffd25cb992638c68ea8292b080e3103 authored about 2 years ago
Merge #938

938: Fix broken link in docs r=michaelkirk a=frewsxcv

- [x] I agree to follow the project's [co...

11b9adeea2e156a6a3e2358c4191c273d67ce546 authored about 2 years ago
Fix broken link in docs

4b03305b4e06a1c3c7702aeaaae1bc7139828e87 authored about 2 years ago
Merge #923

923: Restore convex hull tests r=frewsxcvc a=michaelkirk

- [x] I agree to follow the project's ...

7378008d9c72cc4ab03be3204a74c3ed8ea16a7a authored about 2 years ago
adapt to rebase: Coordinate->Coord

35a130c5c8af1f5f866647bd66024f1112ab4e0a authored about 2 years ago
remove incorrect test. Polygons, by design, do not `contain` their boundaries. See the difference between `contains` and `covers`

6882e31d0a5c747c43a8047dab39d703e20b7632 authored about 2 years ago
Add failing test demonstrating convex hull bug

1490d3f0ff69b3c58fe37ca97f8622e19b5c6556 authored about 2 years ago
Add Discord links

65240e0a7672f0791b86afbba89e14d5fc16df73 authored about 2 years ago
Merge #920

920: Remove rotating calipers algorithm r=urschrei a=urschrei

- [x] I agree to follow the proje...

8e6cd459e7149112e45266ceded994e901e69bef authored about 2 years ago
Remove rotating calipers algorithm

8522a1c0a8f5aa00da0bd6df30a28813605a7bf5 authored about 2 years ago
Merge #931

931: Remove repeated points r=michaelkirk a=mthh

- [x] I agree to follow the project's [code of...

fbdd1771cc5cc28edba137512beb48e07153b186 authored about 2 years ago
prepare for geo-types 0.7.8 release

7ea198ddf7e598a6b5a6e19120bcfb1ddf476ce2 authored about 2 years ago
Merge #932

932: Incoming breakage: Replace an invalid `#[deprecated]` attribute with a doc comment r=michae...

5bd52c1ea649f7ddcc6f4381449721c7fcbbe52e authored about 2 years ago
replace an invalid `#[deprecated]` attribute

dbe5b4f1264fcf855e9c56096306e1bae65804aa authored about 2 years ago
Fix mistake in tests of RemoveRepeatedPoints trait

c0e889418afd504fb00b0b87162d39de0812f302 authored about 2 years ago
Improve docstring of remove_repeated_points_mut

a7f625a619fd46e9edfe69fbaa19ff59c0d03d8c authored about 2 years ago
Add remove_repeated_points_mut method

8945e556539daa9ec806526bcc1cbfeb497e19c1 authored about 2 years ago
Use dedup method of Vec instead of doing it manually

0310ae8d730ced37e5a5db4c2d281a7a2e413a43 authored about 2 years ago
Improve documentation of RemoveRepeatedPoints trait

0eef27edb6ad3f915e1bec8f7c899e8275c34e5d authored about 2 years ago
Update CHANGES.md

fbfa3ab7e7326f073e1d8772b0dcbe5ae3b5a089 authored about 2 years ago
Implement RemoveRepeatedPoints trait

f243feae8b973d5e5fa1e1824006d45601f1f365 authored about 2 years ago
Merge #924

924: Introduce `Coord`, deprecate `Coordinate` r=michaelkirk a=frewsxcv

- [x] I agree to follow...

3b0d5738f54bd8964f7d1f573bd63dc114587dc4 authored about 2 years ago
Rename coordinate file, add default type bound for alias

8d7aa00b1e359ecdf6d25ad5c202d1f37ab717d8 authored about 2 years ago
changelog

687bf7165f565d414cb676ec27d7f009d8284789 authored about 2 years ago
rename

29663500e2e806709b30f23ec60593802ca7d8e1 authored about 2 years ago
rename

9c08686df6cfc38c18fff84d053920c42cd48e4b authored about 2 years ago
rename

95ceb8becacc3081c2f450f6d1c01d78a0446e4b authored about 2 years ago
rename

746b53bb2dea0abcf580177f1999190d787092bc authored about 2 years ago
cargo fmt

1af51be50aba1f2f07692061802674b955bfca91 authored about 2 years ago
Rename

d56b685f290aba08eed9eccb7842165ea3d00475 authored about 2 years ago
Rename

cc91af161408f7566b89ceb456d1a6366b65d5b0 authored about 2 years ago
address warnings

7a5cec04e19a928ef63d05970560a8cb757929d5 authored about 2 years ago
Merge #928

928: Use SPDX license expression r=gerritsangel a=gerritsangel

- [x] I agree to follow the proj...

14e306de65401b5547f34a93de0420eb13d115d8 authored about 2 years ago
Add SPDX change to CHANGES.md

29c3de5b313038f7a23c826e7f03b4056e2d8bd4 authored about 2 years ago
Use SPDX license expression

518ffb8698db10cf95549b064a37c3501a9e1032 authored about 2 years ago
cargo fmt

d94fa593cb11e1f58db30404c3ec74a3b3f5012a authored about 2 years ago
Utilize Coord instead of now-deprecated Coordinate

495c57de48be5997cc9266451c4c2c4d96f64a64 authored about 2 years ago
Introduce `Coord`, deprecate `Coordinate`

2049036eb6d89dd7edc0fdd539bf000b546db62a authored over 2 years ago
Merge #915

915: Add docline for Transform trait to root. r=michaelkirk a=mishakuzma

- [X] I agree to follo...

18a9208c7c504a58b11ab5a3cd7caa7186b1c682 authored over 2 years ago
Log: Added line to geo changelog

f8c3984a593dce53254a6586ffc3fb6b9c11c0eb authored over 2 years ago
Docs: Transform trait doc added to root index.

e6ff1c37d4c6650b58a4e75f88216b6d8bee8d43 authored over 2 years ago
Merge #906

906: Fix a few more precision issues with boolean ops: issues 885, 894 r=urschrei a=rmanoka

- [...

86961cc7e8df4f7efbb76c1f70dad6bb89d0c000 authored over 2 years ago
Merge #904

904: Detect outliers using LOF r=urschrei a=urschrei

- [x] I agree to follow the project's [cod...

8ee3a0a838b67e8e78409b78f2aada06231dc89c authored over 2 years ago
Implement outlier detection using LOF

Outlier detection is an unsupervised algorithm for detecting outliers
in groups of points (in th...

a97861d3fd255d33e519eb7b37c8705fb5a61268 authored over 2 years ago
Merge #907

907: Fix trivial_hull implementation for collinear points r=rmanoka a=Tyilo

- [x] I agree to fo...

40e416bc51462606f402a802469bc86e50ca244e authored over 2 years ago
Use "collinear" instead of "colinear"

982b8177c7ad12b11a5cd6f6499bc4e9494c2772 authored over 2 years ago
Update changelog

2d3a4ae7866c3cd6df45524306c9c1370e78583b authored over 2 years ago
Remove redudant dedup call

e21dc649f5a0d4c286767eef687d3eaae97c4549 authored over 2 years ago
Remove unused import

cab94400c1f5c2db312fb42a6bc6995525fc4bab authored over 2 years ago
Use lex_cmp to sort coords

bfb9f7a2fb8ee22232c30ef3a0bedbd121519b62 authored over 2 years ago
Fix trivial_hull implementation for colinear points

199cf251e13759194874f719a8a41308b1ff63ff authored over 2 years ago
Merge #909

909: fixup! added point.x_mut() and point.y_mut() r=lnicola a=michaelkirk

- [x] I agree to foll...

a45086fc45bc9b9f87178da959cf1a4c5e09f230 authored over 2 years ago
Merge branch 'main' into fix/issue-885

fa0daa64668d54321a0f8131b3efb824d5eb58f0 authored over 2 years ago
Merge #911

911: Pin arbitrary to fix CI r=lnicola a=urschrei

Closes #910

- [x] I agree to follow the pr...

afccc43c3a3a28248451bb41cfb58df3797a3be9 authored over 2 years ago
Pin arbitrary to fix CI

Closes #910

76c040e68525f7cb8234d42e15cb3956139b5c82 authored over 2 years ago
Towards supporting fp inaccuracies

68cea4a148854ed7fefe71290f22e7b3c30648b5 authored over 2 years ago
fixup! added point.x_mut() and point.y_mut()

The changelog was correct, but the methods were not named according to
convention.

This hasn't ...

61fa4cf2b9c804230987cfee0e1e94b6c67da117 authored over 2 years ago
Use simple vec-based sweep structure

This is towards addressing the fp64 issues by creating an invasive data-structure

05f852776797f3b96fea78c362e26ae5ac9f783b authored over 2 years ago
Simplifying sweep fp corner cases handling

+ add more inline docs on key issues with fp64 arithmetic

839d54dfe3adb4d0a41cbd01c878f752c9f2b43b authored over 2 years ago
Move large test case to fixture

2154df76dfed8237300278005982e7bf8fb4555c authored over 2 years ago
Simplify `CoordsIter` `trait` with GATs.

65f01fc389f695792f26d71307492eedacf08f67 authored over 2 years ago
Add issue 894 test case and fix

c33d93d826068c99d9cf469fcdfdd513a06b39fd authored over 2 years ago
Fix issue 885

f2ddf656a3bbcddb037ea29bc58d533ec9bbc9df authored over 2 years ago
Simplify test case to wkt

da51be900f8eeec6df9f2fc033127cb2ef4f1ac2 authored over 2 years ago
Move to RefCell in sweep implementation

+ add python script to help easily read through debug logs
+ temp? fix for issue-885 simple version

690dc5ad937a7596ceaaa072368add60dc4e3fc6 authored over 2 years ago
Add test case for issue 885

b93062eec994cd4c301db06be94ab568fe6844ce authored over 2 years ago
Prepare for next release

3aed19362ead3bf16dbe3d5c543da1cbde9ff0a8 authored over 2 years ago
Merge #899

899: point.x_mut() and point.y_mut() r=michaelkirk a=Junkyards3

- [x] I agree to follow the pro...

8c83cdc5a299d01d2e2a7b069c7695ac865544b4 authored over 2 years ago
wrote about changes in CHANGES.md about point.x_mut() and point.y_mut()

bcb1c213f57d2d5b6a7eb328959f0c7f7293f5b8 authored over 2 years ago
added point.x_mut() and point.y_mut()

1248b25366885ceab941de18b0ac534269cda464 authored over 2 years ago
CHANGES.md consolidates thematic changes

And tried to apply some consistent language and formatting.

f1dd9746389179833d9b85c4c0f17d4f8978fc2a authored over 2 years ago
prepare for geo 0.23.0 release

9b42ab1b8d86d434122f7276b6088d70e64a5c6f authored over 2 years ago
prepare for geo-types 0.7.7 release

7f13609a10f2dbcaadf60642a180c66384b18bc3 authored over 2 years ago
Merge #895

895: update CI r=lnicola a=michaelkirk

- [x] I agree to follow the project's [code of conduct](...

0df7ec44fb6c1a192bc7eb5999c08af34edbd0f2 authored over 2 years ago
address new clippy lints

4a06d90497cbbb4dc31881b7d7eedba66124de2b authored over 2 years ago
update CI

5de57a93741ad77718e9bf99db257f2412554d13 authored over 2 years ago
Merge #893

893: Set MSRV for geo to 1.58 in cargo.toml r=lnicola a=debugger22

- [x] I agree to follow the ...

a1960cc9c9890f79b616cd05b642c6f61677200a authored over 2 years ago
Merge pull request #1 from debugger22/geo-msrv-1.58

Add MSRV as 1.58 for the geo crate

2fe2911244909a89d77ed8b06aedb6262a17dfa5 authored over 2 years ago
Add MSRV as 1.58 for the geo crate

73099caa1369fa43d637896d48521fca1f1024f5 authored over 2 years ago
Merge #886

886: Clipping ops r=rmanoka a=rmanoka

- [x] I agree to follow the project's [code of conduct](h...

dcb0c87916f759efc3595cffd17d16d4296dcb40 authored over 2 years ago
fmt, lint

a1bdc10f439ca59d26d145792f2e0d75200a9329 authored over 2 years ago
Merge branch 'main' into clip-ops

0265f4012442a9a609f1461c6c7566328fa241b2 authored over 2 years ago
Add docs, changelog

cfd92560755dfb53bc001b37fb2b639dbf745c20 authored over 2 years ago
Merge #884

884: Adds Within trait and fixes more Contains edge cases r=frewsxcv a=michaelkirk

- [x] I agre...

34fa01bef0a6d0d1dfa5d2844ac75f3ded756423 authored over 2 years ago
Merge #892

892: remove old deprecated code from `geo` r=lnicola a=michaelkirk

- [x] I agree to follow the ...

999049d1974dd57c04d3db42429b82c4cc537dea authored over 2 years ago
fix "since" fields in deprecation notices

1c080bfe4856ee35792be68b790b3e6a32ddc745 authored over 2 years ago
Remove ToGeo trait, deprecated Feb 2021

Find commit that added the deprecation:

git log -S "Will be removed in an upcoming version"...

0bec2d4c449d80bcb324ff898a63baf19af727dd authored over 2 years ago
Merge #889

889: Implement ConvexHull for all geometry types r=frewsxcv a=michaelkirk

- [x] I agree to foll...

0d5091a00127fa9b0819e8b9c2c1125591cc4ee7 authored over 2 years ago
Implement ConvexHull for all geometry types

b2945e86c9ca54adbee2cba4454f6230d4d6014a authored over 2 years ago
Merge #891

891: prepare for geo-postgis-0.2.2 release r=lnicola a=michaelkirk

- [x] I agree to follow the ...

5568e68c1d7911e43504312ee11b405d406ce078 authored over 2 years ago