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 R bindings #55

Merged
merged 60 commits into from
Sep 25, 2023
Merged

Add R bindings #55

merged 60 commits into from
Sep 25, 2023

Commits on Sep 17, 2023

  1. sketch + document

    paleolimbot committed Sep 17, 2023
    Configuration menu
    Copy the full SHA
    d2372d5 View commit details
    Browse the repository at this point in the history
  2. some funcs

    paleolimbot committed Sep 17, 2023
    Configuration menu
    Copy the full SHA
    a643eba View commit details
    Browse the repository at this point in the history
  3. with src

    paleolimbot committed Sep 17, 2023
    Configuration menu
    Copy the full SHA
    4f3d9da View commit details
    Browse the repository at this point in the history
  4. sketch handler

    paleolimbot committed Sep 17, 2023
    Configuration menu
    Copy the full SHA
    384977a View commit details
    Browse the repository at this point in the history
  5. test scaffold

    paleolimbot committed Sep 17, 2023
    Configuration menu
    Copy the full SHA
    aa97e8b View commit details
    Browse the repository at this point in the history
  6. add vendoring logic

    paleolimbot committed Sep 17, 2023
    Configuration menu
    Copy the full SHA
    d26f761 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    b6f2500 View commit details
    Browse the repository at this point in the history
  8. maybe working utility

    paleolimbot committed Sep 17, 2023
    Configuration menu
    Copy the full SHA
    547135a View commit details
    Browse the repository at this point in the history
  9. more fixes

    paleolimbot committed Sep 17, 2023
    Configuration menu
    Copy the full SHA
    0bed151 View commit details
    Browse the repository at this point in the history
  10. notes

    paleolimbot committed Sep 17, 2023
    Configuration menu
    Copy the full SHA
    aedc6e4 View commit details
    Browse the repository at this point in the history
  11. possibly working visitor

    paleolimbot committed Sep 17, 2023
    Configuration menu
    Copy the full SHA
    05e33bf View commit details
    Browse the repository at this point in the history
  12. progress

    paleolimbot committed Sep 17, 2023
    Configuration menu
    Copy the full SHA
    642ff18 View commit details
    Browse the repository at this point in the history
  13. sketch type math

    paleolimbot committed Sep 17, 2023
    Configuration menu
    Copy the full SHA
    f812827 View commit details
    Browse the repository at this point in the history
  14. more type logic

    paleolimbot committed Sep 17, 2023
    Configuration menu
    Copy the full SHA
    c2d040f View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    e8fb3e7 View commit details
    Browse the repository at this point in the history
  16. fix interleaved

    paleolimbot committed Sep 17, 2023
    Configuration menu
    Copy the full SHA
    c58b2c1 View commit details
    Browse the repository at this point in the history
  17. some testing

    paleolimbot committed Sep 17, 2023
    Configuration menu
    Copy the full SHA
    dff148b View commit details
    Browse the repository at this point in the history
  18. tested array from buffers

    paleolimbot committed Sep 17, 2023
    Configuration menu
    Copy the full SHA
    4dfc6fb View commit details
    Browse the repository at this point in the history
  19. basic wkt support

    paleolimbot committed Sep 17, 2023
    Configuration menu
    Copy the full SHA
    324d7a3 View commit details
    Browse the repository at this point in the history
  20. test wk

    paleolimbot committed Sep 17, 2023
    Configuration menu
    Copy the full SHA
    d15f8b8 View commit details
    Browse the repository at this point in the history
  21. test metadata handling

    paleolimbot committed Sep 17, 2023
    Configuration menu
    Copy the full SHA
    81b32b5 View commit details
    Browse the repository at this point in the history
  22. stream method

    paleolimbot committed Sep 17, 2023
    Configuration menu
    Copy the full SHA
    6ecf290 View commit details
    Browse the repository at this point in the history
  23. add xy method

    paleolimbot committed Sep 17, 2023
    Configuration menu
    Copy the full SHA
    0bcf5aa View commit details
    Browse the repository at this point in the history
  24. rename

    paleolimbot committed Sep 17, 2023
    Configuration menu
    Copy the full SHA
    c764cf8 View commit details
    Browse the repository at this point in the history
  25. test point

    paleolimbot committed Sep 17, 2023
    Configuration menu
    Copy the full SHA
    b63cf40 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2023

  1. use array reader

    paleolimbot committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    5cafe32 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2023

  1. writer support

    paleolimbot committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    89d92d1 View commit details
    Browse the repository at this point in the history
  2. with check passing

    paleolimbot committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    8998fc7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1891572 View commit details
    Browse the repository at this point in the history
  4. add wkb method

    paleolimbot committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    3ad3e61 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    bba9bf2 View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2023

  1. sf support

    paleolimbot committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    249dec8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cab15b8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    90ffe7e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    18a0607 View commit details
    Browse the repository at this point in the history
  5. note about future

    paleolimbot committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    cefd406 View commit details
    Browse the repository at this point in the history
  6. more testing inference

    paleolimbot committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    2ae8c90 View commit details
    Browse the repository at this point in the history
  7. respect COORD_TYPE

    paleolimbot committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    664b3b5 View commit details
    Browse the repository at this point in the history
  8. document + export

    paleolimbot committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    b3ebdb9 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    30a04a0 View commit details
    Browse the repository at this point in the history
  10. wire up kernel

    paleolimbot committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    3bb105d View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2023

  1. wiring up kernel

    paleolimbot committed Sep 23, 2023
    Configuration menu
    Copy the full SHA
    386b217 View commit details
    Browse the repository at this point in the history
  2. kernel callers

    paleolimbot committed Sep 23, 2023
    Configuration menu
    Copy the full SHA
    7d76a98 View commit details
    Browse the repository at this point in the history
  3. maybe fix

    paleolimbot committed Sep 23, 2023
    Configuration menu
    Copy the full SHA
    c4c99d5 View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2023

  1. maybe fix check

    paleolimbot committed Sep 24, 2023
    Configuration menu
    Copy the full SHA
    1ebbd82 View commit details
    Browse the repository at this point in the history
  2. try devel pak

    paleolimbot committed Sep 24, 2023
    Configuration menu
    Copy the full SHA
    7f57f12 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c4ab9a3 View commit details
    Browse the repository at this point in the history
  4. maybe better

    paleolimbot committed Sep 24, 2023
    Configuration menu
    Copy the full SHA
    4621e27 View commit details
    Browse the repository at this point in the history
  5. maybe passing CI

    paleolimbot committed Sep 24, 2023
    Configuration menu
    Copy the full SHA
    db89658 View commit details
    Browse the repository at this point in the history
  6. maybe fix test

    paleolimbot committed Sep 24, 2023
    Configuration menu
    Copy the full SHA
    f916c83 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    7b6a1cf View commit details
    Browse the repository at this point in the history
  8. maybe fix install

    paleolimbot committed Sep 24, 2023
    Configuration menu
    Copy the full SHA
    119c8d9 View commit details
    Browse the repository at this point in the history
  9. working on inference

    paleolimbot committed Sep 24, 2023
    Configuration menu
    Copy the full SHA
    0ea7e54 View commit details
    Browse the repository at this point in the history
  10. infer stuff

    paleolimbot committed Sep 24, 2023
    Configuration menu
    Copy the full SHA
    c9432ad View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2023

  1. maybe fix version

    paleolimbot committed Sep 25, 2023
    Configuration menu
    Copy the full SHA
    5f0d1f3 View commit details
    Browse the repository at this point in the history
  2. other way around

    paleolimbot committed Sep 25, 2023
    Configuration menu
    Copy the full SHA
    97520e4 View commit details
    Browse the repository at this point in the history
  3. infer for arrays

    paleolimbot committed Sep 25, 2023
    Configuration menu
    Copy the full SHA
    ee4f6ce View commit details
    Browse the repository at this point in the history
  4. infer working

    paleolimbot committed Sep 25, 2023
    Configuration menu
    Copy the full SHA
    960087d View commit details
    Browse the repository at this point in the history
  5. passing cmd check

    paleolimbot committed Sep 25, 2023
    Configuration menu
    Copy the full SHA
    1841130 View commit details
    Browse the repository at this point in the history
  6. with matrix

    paleolimbot committed Sep 25, 2023
    Configuration menu
    Copy the full SHA
    be16e6a View commit details
    Browse the repository at this point in the history