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 Header-Only point_polygon_distance, add non-owning polygon objects #976

Merged
merged 39 commits into from
Mar 17, 2023

Commits on Feb 28, 2023

  1. initial

    isVoid committed Feb 28, 2023
    Configuration menu
    Copy the full SHA
    965b80a View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2023

  1. Merge branch 'branch-23.04' of https://github.com/rapidsai/cuspatial

    …into feature/polygon_distances
    isVoid committed Mar 1, 2023
    Configuration menu
    Copy the full SHA
    38af8e6 View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2023

  1. Configuration menu
    Copy the full SHA
    02f61fe View commit details
    Browse the repository at this point in the history
  2. add polygon_ref structure

    isVoid committed Mar 7, 2023
    Configuration menu
    Copy the full SHA
    7bd797f View commit details
    Browse the repository at this point in the history
  3. add multipolygon_ref class

    isVoid committed Mar 7, 2023
    Configuration menu
    Copy the full SHA
    0968c15 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a659eab View commit details
    Browse the repository at this point in the history
  5. update multipoint_range class

    isVoid committed Mar 7, 2023
    Configuration menu
    Copy the full SHA
    c274070 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    12ffa53 View commit details
    Browse the repository at this point in the history
  7. update multilinestring_range

    isVoid committed Mar 7, 2023
    Configuration menu
    Copy the full SHA
    7490333 View commit details
    Browse the repository at this point in the history
  8. add point to polygon kernel

    isVoid committed Mar 7, 2023
    Configuration menu
    Copy the full SHA
    f665287 View commit details
    Browse the repository at this point in the history
  9. add segment deduction guide

    isVoid committed Mar 7, 2023
    Configuration menu
    Copy the full SHA
    291f6e6 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    efa6883 View commit details
    Browse the repository at this point in the history
  11. add tests

    isVoid committed Mar 7, 2023
    Configuration menu
    Copy the full SHA
    23146ef View commit details
    Browse the repository at this point in the history
  12. add helper files

    isVoid committed Mar 7, 2023
    Configuration menu
    Copy the full SHA
    ead160a View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2023

  1. add more tests

    isVoid committed Mar 8, 2023
    Configuration menu
    Copy the full SHA
    09bd35f View commit details
    Browse the repository at this point in the history
  2. bug fixes

    isVoid committed Mar 8, 2023
    Configuration menu
    Copy the full SHA
    92760d1 View commit details
    Browse the repository at this point in the history
  3. cleanups

    isVoid committed Mar 8, 2023
    Configuration menu
    Copy the full SHA
    8acb5dc View commit details
    Browse the repository at this point in the history
  4. fix tests

    isVoid committed Mar 8, 2023
    Configuration menu
    Copy the full SHA
    a2b94fe View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    46a67fe View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b725b52 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    cb5706a View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    ab59e7d View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2023

  1. Configuration menu
    Copy the full SHA
    b136c0b View commit details
    Browse the repository at this point in the history
  2. add docs

    isVoid committed Mar 9, 2023
    Configuration menu
    Copy the full SHA
    744f32f View commit details
    Browse the repository at this point in the history
  3. style

    isVoid committed Mar 9, 2023
    Configuration menu
    Copy the full SHA
    bb6c637 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'branch-23.04' of https://github.com/rapidsai/cuspatial

    …into feature/polygon_distances
    isVoid committed Mar 9, 2023
    Configuration menu
    Copy the full SHA
    756650b View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2023

  1. fix bug in PiP tests

    isVoid committed Mar 10, 2023
    Configuration menu
    Copy the full SHA
    8319e7c View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2023

  1. Configuration menu
    Copy the full SHA
    86d36d9 View commit details
    Browse the repository at this point in the history
  2. update offsets_to_keys

    isVoid committed Mar 14, 2023
    Configuration menu
    Copy the full SHA
    7bf8cbf View commit details
    Browse the repository at this point in the history
  3. update floating_point docs

    isVoid committed Mar 14, 2023
    Configuration menu
    Copy the full SHA
    ff48dc7 View commit details
    Browse the repository at this point in the history
  4. use any_of

    isVoid committed Mar 14, 2023
    Configuration menu
    Copy the full SHA
    b4420a7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    44e2843 View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2023

  1. Merge branch 'branch-23.04' of https://github.com/rapidsai/cuspatial

    …into feature/polygon_distances
    isVoid committed Mar 15, 2023
    Configuration menu
    Copy the full SHA
    57e6196 View commit details
    Browse the repository at this point in the history
  2. add upper_bound_index.cuh

    isVoid committed Mar 15, 2023
    Configuration menu
    Copy the full SHA
    49972d4 View commit details
    Browse the repository at this point in the history
  3. remove upper_bound_index

    isVoid committed Mar 15, 2023
    Configuration menu
    Copy the full SHA
    f000e00 View commit details
    Browse the repository at this point in the history
  4. update geometry id factory

    isVoid committed Mar 15, 2023
    Configuration menu
    Copy the full SHA
    57504e6 View commit details
    Browse the repository at this point in the history
  5. add get gtest scripts in cmake

    isVoid committed Mar 15, 2023
    Configuration menu
    Copy the full SHA
    4865922 View commit details
    Browse the repository at this point in the history
  6. Revert "add get gtest scripts in cmake"

    This reverts commit 4865922.
    isVoid committed Mar 15, 2023
    Configuration menu
    Copy the full SHA
    cb627fc View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    dd5d446 View commit details
    Browse the repository at this point in the history