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 python API pairwise_point_polygon_distance #988

Merged

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. initial column API

    isVoid committed Mar 9, 2023
    Configuration menu
    Copy the full SHA
    ddcd5d2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b136c0b View commit details
    Browse the repository at this point in the history
  3. 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
  4. 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
  5. 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. Configuration menu
    Copy the full SHA
    ec23d6e View commit details
    Browse the repository at this point in the history
  2. 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
  3. Configuration menu
    Copy the full SHA
    85fab66 View commit details
    Browse the repository at this point in the history
  4. add validation checks

    isVoid committed Mar 10, 2023
    Configuration menu
    Copy the full SHA
    43cc02a View commit details
    Browse the repository at this point in the history
  5. add cython API

    isVoid committed Mar 10, 2023
    Configuration menu
    Copy the full SHA
    2004b3a View commit details
    Browse the repository at this point in the history
  6. add python API and tests

    isVoid committed Mar 10, 2023
    Configuration menu
    Copy the full SHA
    3d5964b View commit details
    Browse the repository at this point in the history
  7. add user guide

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

Commits on Mar 21, 2023

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

    …into feature/point_polygon_distance_column_api
    isVoid committed Mar 21, 2023
    Configuration menu
    Copy the full SHA
    386ad1f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    402a8e3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    67c931b View commit details
    Browse the repository at this point in the history
  4. address docs review

    isVoid committed Mar 21, 2023
    Configuration menu
    Copy the full SHA
    3f1da02 View commit details
    Browse the repository at this point in the history
  5. Merge branch 'feature/point_polygon_distance_column_api' of github.co…

    …m:isVoid/cuspatial into feature/point_polygon_distance_column_api
    isVoid committed Mar 21, 2023
    Configuration menu
    Copy the full SHA
    4b33176 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    961f6ce View commit details
    Browse the repository at this point in the history
  7. style

    isVoid committed Mar 21, 2023
    Configuration menu
    Copy the full SHA
    50b6c6b View commit details
    Browse the repository at this point in the history
  8. Merge branch 'feature/point_polygon_distance_column_api' of github.co…

    …m:isVoid/cuspatial into feature/point_polygon_distance_column_api
    isVoid committed Mar 21, 2023
    Configuration menu
    Copy the full SHA
    375fae1 View commit details
    Browse the repository at this point in the history
  9. Merge branch 'feature/point_polygon_distance_column_api' into feature…

    …/point_polygon_distance_python
    isVoid committed Mar 21, 2023
    Configuration menu
    Copy the full SHA
    079f45c View commit details
    Browse the repository at this point in the history
  10. Merge branch 'branch-23.04' of https://github.com/rapidsai/cuspatial

    …into feature/point_polygon_distance_python
    isVoid committed Mar 21, 2023
    Configuration menu
    Copy the full SHA
    c965734 View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2023

  1. revert user_guide

    isVoid committed Mar 22, 2023
    Configuration menu
    Copy the full SHA
    fcc438b View commit details
    Browse the repository at this point in the history
  2. add api doc

    isVoid committed Mar 22, 2023
    Configuration menu
    Copy the full SHA
    77cfd5a View commit details
    Browse the repository at this point in the history
  3. update docs

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