Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: georust/geo
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: geo-0.25.0
Choose a base ref
...
head repository: georust/geo
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: geo-0.25.1
Choose a head ref
  • 16 commits
  • 8 files changed
  • 4 contributors

Commits on May 17, 2023

  1. Verified

    This commit was signed with the committer’s verified signature.
    MrAdityaAlok Aditya Alok
    Copy the full SHA
    deb76f7 View commit details
  2. prepare for next release

    michaelkirk committed May 17, 2023
    Copy the full SHA
    0698ee0 View commit details

Commits on May 19, 2023

  1. Copy the full SHA
    99d5b23 View commit details
  2. Update CHANGES.md

    frewsxcv authored May 19, 2023
    Copy the full SHA
    a420571 View commit details

Commits on May 20, 2023

  1. Update geo/src/algorithm/triangulate_earcut.rs

    Co-authored-by: Michael Kirk <michael.code@endoftheworl.de>
    frewsxcv and michaelkirk authored May 20, 2023
    Copy the full SHA
    ba2198b View commit details

Commits on May 29, 2023

  1. Rename

    frewsxcv committed May 29, 2023
    Copy the full SHA
    b3d6289 View commit details
  2. RawTriangulation

    frewsxcv committed May 29, 2023
    Copy the full SHA
    6b6f6a9 View commit details
  3. Rename

    frewsxcv committed May 29, 2023
    Copy the full SHA
    7ffd962 View commit details
  4. Merge #1007

    1007: Add `TriangulateEarcut` algorithm. r=michaelkirk a=frewsxcv
    
    - [x] I agree to follow the project's [code of conduct](https://github.com/georust/geo/blob/main/CODE_OF_CONDUCT.md).
    - [x] I added an entry to `CHANGES.md` if knowledge of this change could be valuable to users.
    ---
    
    #1002
    
    
    Co-authored-by: Corey Farwell <coreyf@rwell.org>
    bors[bot] and frewsxcv authored May 29, 2023
    Copy the full SHA
    562e34a View commit details

Commits on May 30, 2023

  1. fix typo

    michaelkirk committed May 30, 2023
    Copy the full SHA
    3fd8b00 View commit details

Commits on May 31, 2023

  1. Merge #1017

    1017: fix typo in triangulate 🚂 r=urschrei a=michaelkirk
    
    - [x] I agree to follow the project's [code of conduct](https://github.com/georust/geo/blob/main/CODE_OF_CONDUCT.md).
    - [-] I added an entry to `CHANGES.md` if knowledge of this change could be valuable to users.
    ---
    
    
    Co-authored-by: Michael Kirk <michael.code@endoftheworl.de>
    bors[bot] and michaelkirk authored May 31, 2023
    Copy the full SHA
    138e4b3 View commit details

Commits on Jun 21, 2023

  1. Copy the full SHA
    0efa5ed View commit details
  2. Copy the full SHA
    7a3c31a View commit details

Commits on Jun 22, 2023

  1. Merge #1020

    1020: Implement `From<&Line>` for `LineString` r=lnicola a=gibbz00
    
    - [x] I agree to follow the project's [code of conduct](https://github.com/georust/geo/blob/main/CODE_OF_CONDUCT.md).
    - [x] I added an entry to `CHANGES.md` if knowledge of this change could be valuable to users.
    ---
    
    Manual implementation tends to be implemented inline (e.g https://github.com/frewsxcv/geo-bevy/blob/348085c43b58da8f321e04e77fa9bf7d624e60b4/src/lib.rs#L147) as `From<Line>` is possibly more restrictive than necessary. Not sure whether `From<Line>` uses copy over move even if it's an owned parameter.
    
    
    Co-authored-by: gibbz00 <gabrielhansson00@gmail.com>
    bors[bot] and gibbz00 authored Jun 22, 2023
    Copy the full SHA
    9b477fc View commit details

Commits on Jun 25, 2023

  1. Copy the full SHA
    3ef315c View commit details

Commits on Jun 26, 2023

  1. Copy the full SHA
    4d253e6 View commit details
Loading