Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add geo-traits crate #1157

Merged
merged 40 commits into from
Oct 26, 2024
Merged

Add geo-traits crate #1157

merged 40 commits into from
Oct 26, 2024

Commits on Feb 26, 2024

  1. Add geo-traits crate

    kylebarron committed Feb 26, 2024
    Configuration menu
    Copy the full SHA
    e337d8a View commit details
    Browse the repository at this point in the history
  2. Update doc

    kylebarron committed Feb 26, 2024
    Configuration menu
    Copy the full SHA
    7f68df2 View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2024

  1. Configuration menu
    Copy the full SHA
    34ed5be View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2024

  1. Configuration menu
    Copy the full SHA
    d57995e View commit details
    Browse the repository at this point in the history
  2. Merge branch 'kyle/geo-traits-crate' of github.com:kylebarron/geo int…

    …o kyle/geo-traits-crate
    kylebarron committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    7308df3 View commit details
    Browse the repository at this point in the history
  3. Update docker images

    kylebarron committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    ee04201 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ad48ee1 View commit details
    Browse the repository at this point in the history
  5. Module docs

    kylebarron committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    4261836 View commit details
    Browse the repository at this point in the history
  6. rename

    kylebarron committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    449b39f View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2024

  1. Add logical Dimension

    kylebarron committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    f54fffc View commit details
    Browse the repository at this point in the history
  2. partialeq and hash

    kylebarron committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    db08c55 View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2024

  1. return impl Iterator

    kylebarron committed Oct 12, 2024
    Configuration menu
    Copy the full SHA
    7ecdb7e View commit details
    Browse the repository at this point in the history
  2. rename to min/max

    kylebarron committed Oct 12, 2024
    Configuration menu
    Copy the full SHA
    03f6615 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    31435e8 View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2024

  1. Configuration menu
    Copy the full SHA
    1d30066 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ab0bf7b View commit details
    Browse the repository at this point in the history
  3. Rename ItemType

    kylebarron committed Oct 13, 2024
    Configuration menu
    Copy the full SHA
    33c1ef9 View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2024

  1. Unimplemented versions

    kylebarron committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    6363ad8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9421e05 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9552705 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3725844 View commit details
    Browse the repository at this point in the history
  5. Make iterators private

    kylebarron committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    7a2effd View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8dcbe50 View commit details
    Browse the repository at this point in the history
  7. No default x() and y()

    kylebarron committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    6889cae View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    de7ca8a View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2024

  1. Configuration menu
    Copy the full SHA
    0fb5ab8 View commit details
    Browse the repository at this point in the history
  2. change dimensions case

    kylebarron committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    58117ce View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2024

  1. Update geo-traits/src/point.rs

    Co-authored-by: Corey Farwell <[email protected]>
    kylebarron and frewsxcv authored Oct 16, 2024
    Configuration menu
    Copy the full SHA
    6b697dd View commit details
    Browse the repository at this point in the history
  2. reorder unchecked

    kylebarron committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    2eb3b03 View commit details
    Browse the repository at this point in the history
  3. PointTrait::is_empty

    kylebarron committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    1f68cc3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b1364ef View commit details
    Browse the repository at this point in the history
  5. Add sentence to is_empty

    kylebarron committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    d49873b View commit details
    Browse the repository at this point in the history
  6. fix doc link

    kylebarron committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    7c0e90f View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2024

  1. Use array

    kylebarron committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    09de278 View commit details
    Browse the repository at this point in the history
  2. Update geo-traits/src/line.rs

    Co-authored-by: Corey Farwell <[email protected]>
    kylebarron and frewsxcv authored Oct 18, 2024
    Configuration menu
    Copy the full SHA
    8418780 View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2024

  1. typo

    kylebarron committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    4a9b3cc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ba9bf98 View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2024

  1. Configuration menu
    Copy the full SHA
    4764343 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2b77691 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2024

  1. Update geo-traits/src/coord.rs

    Co-authored-by: Corey Farwell <[email protected]>
    kylebarron and frewsxcv authored Oct 25, 2024
    Configuration menu
    Copy the full SHA
    711dfac View commit details
    Browse the repository at this point in the history