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

Column API for linestring-polygon distance #1030

Commits on Mar 24, 2023

  1. initial

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

Commits on Mar 28, 2023

  1. add segment iterator and tests

    isVoid committed Mar 28, 2023
    Configuration menu
    Copy the full SHA
    5686be3 View commit details
    Browse the repository at this point in the history
  2. WIP

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

Commits on Mar 29, 2023

  1. Configuration menu
    Copy the full SHA
    1c28faa View commit details
    Browse the repository at this point in the history
  2. commiting progress

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

Commits on Mar 31, 2023

  1. able to get the right segment combinations from within the kernel, ne…

    …ed to test more rigidly
    isVoid committed Mar 31, 2023
    Configuration menu
    Copy the full SHA
    0da0afc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    49e43aa View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e8e45d0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fadf5c8 View commit details
    Browse the repository at this point in the history
  5. address review comments

    isVoid committed Mar 31, 2023
    Configuration menu
    Copy the full SHA
    fe31542 View commit details
    Browse the repository at this point in the history
  6. address review comments

    isVoid committed Mar 31, 2023
    Configuration menu
    Copy the full SHA
    af0c35e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    05bf7ff View commit details
    Browse the repository at this point in the history
  8. Add docstrings for functors

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

Commits on Apr 1, 2023

  1. Configuration menu
    Copy the full SHA
    98a4a0f View commit details
    Browse the repository at this point in the history
  2. [skip-ci] revert removed code

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

    isVoid committed Apr 1, 2023
    Configuration menu
    Copy the full SHA
    6971200 View commit details
    Browse the repository at this point in the history
  4. update unexpected changes

    isVoid committed Apr 1, 2023
    Configuration menu
    Copy the full SHA
    6f7a226 View commit details
    Browse the repository at this point in the history
  5. license

    isVoid committed Apr 1, 2023
    Configuration menu
    Copy the full SHA
    641934f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c580876 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    890e95b View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2023

  1. making a bit of progress

    isVoid committed Apr 2, 2023
    Configuration menu
    Copy the full SHA
    040e432 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7c3603c View commit details
    Browse the repository at this point in the history
  3. Merge branch 'feature/segment_iterators' of github.com:isVoid/cuspati…

    …al into feature/segment_iterators
    isVoid committed Apr 2, 2023
    Configuration menu
    Copy the full SHA
    5966ad0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    70ca1b6 View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2023

  1. passing existing tests

    isVoid committed Apr 3, 2023
    Configuration menu
    Copy the full SHA
    9205533 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4bb3ca3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9f34700 View commit details
    Browse the repository at this point in the history
  4. style

    isVoid committed Apr 3, 2023
    Configuration menu
    Copy the full SHA
    8f20feb View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3ffe5ee View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    894f870 View commit details
    Browse the repository at this point in the history
  7. cleanup - first round

    isVoid committed Apr 3, 2023
    Configuration menu
    Copy the full SHA
    2b99555 View commit details
    Browse the repository at this point in the history
  8. Merge branch 'feature/linestring_polygon_distance_header' of github.c…

    …om:isVoid/cuspatial into feature/linestring_polygon_distance_header
    isVoid committed Apr 3, 2023
    Configuration menu
    Copy the full SHA
    656d093 View commit details
    Browse the repository at this point in the history
  9. merge duplicate code

    isVoid committed Apr 3, 2023
    Configuration menu
    Copy the full SHA
    62d821f View commit details
    Browse the repository at this point in the history
  10. initial

    isVoid committed Apr 3, 2023
    Configuration menu
    Copy the full SHA
    76e5b7e View commit details
    Browse the repository at this point in the history
  11. add missing header

    isVoid committed Apr 3, 2023
    Configuration menu
    Copy the full SHA
    7d22749 View commit details
    Browse the repository at this point in the history
  12. style

    isVoid committed Apr 3, 2023
    Configuration menu
    Copy the full SHA
    9051944 View commit details
    Browse the repository at this point in the history
  13. Merge branch 'feature/linestring_polygon_distance_header' into featur…

    …e/linestring_polygon_distance_column
    isVoid committed Apr 3, 2023
    Configuration menu
    Copy the full SHA
    075d12a View commit details
    Browse the repository at this point in the history
  14. add tests

    isVoid committed Apr 3, 2023
    Configuration menu
    Copy the full SHA
    5ed7616 View commit details
    Browse the repository at this point in the history
  15. style

    isVoid committed Apr 3, 2023
    Configuration menu
    Copy the full SHA
    a160f71 View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2023

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

    …into feature/linestring_polygon_distance_column
    isVoid committed Apr 7, 2023
    Configuration menu
    Copy the full SHA
    1d52bb0 View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2023

  1. Update cpp/include/cuspatial/distance/linestring_polygon_distance.hpp

    Co-authored-by: Mark Harris <783069+harrism@users.noreply.github.com>
    isVoid and harrism authored Apr 18, 2023
    Configuration menu
    Copy the full SHA
    471be4c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3a95d60 View commit details
    Browse the repository at this point in the history
  3. remove data tests in cpp

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