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

Superhash: binby, groupby, unique, value_counts and xarray support #197

Merged
merged 43 commits into from
Apr 24, 2019

Commits on Apr 24, 2019

  1. Configuration menu
    Copy the full SHA
    9e54373 View commit details
    Browse the repository at this point in the history
  2. vendor hopscotch map

    maartenbreddels committed Apr 24, 2019
    Configuration menu
    Copy the full SHA
    043ce92 View commit details
    Browse the repository at this point in the history
  3. initial commit

    maartenbreddels committed Apr 24, 2019
    Configuration menu
    Copy the full SHA
    46817cf View commit details
    Browse the repository at this point in the history
  4. vendor flat_hash_map

    maartenbreddels committed Apr 24, 2019
    Configuration menu
    Copy the full SHA
    e3cea84 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    69d80b2 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a517d44 View commit details
    Browse the repository at this point in the history
  7. initial commit

    maartenbreddels committed Apr 24, 2019
    Configuration menu
    Copy the full SHA
    dc786ad View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    fc71bd2 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    7e5dde0 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    7b89891 View commit details
    Browse the repository at this point in the history
  11. add support for bool

    maartenbreddels committed Apr 24, 2019
    Configuration menu
    Copy the full SHA
    c91e9a7 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    fa2f9ac View commit details
    Browse the repository at this point in the history
  13. small bugs

    maartenbreddels committed Apr 24, 2019
    Configuration menu
    Copy the full SHA
    efc3c62 View commit details
    Browse the repository at this point in the history
  14. initial commit

    maartenbreddels committed Apr 24, 2019
    Configuration menu
    Copy the full SHA
    6938ac7 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    2f3ab29 View commit details
    Browse the repository at this point in the history
  16. Relase the gil

    maartenbreddels committed Apr 24, 2019
    Configuration menu
    Copy the full SHA
    4c55b9c View commit details
    Browse the repository at this point in the history
  17. small groupby fixes

    maartenbreddels committed Apr 24, 2019
    Configuration menu
    Copy the full SHA
    bdfd43d View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    e6ed02a View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    94f673c View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    4a955bd View commit details
    Browse the repository at this point in the history
  21. Adding a map method to the vaex expressions, which maps new values ov…

    …er the existing ones according to a corresponding dict or a mapping function.
    Jovan authored and maartenbreddels committed Apr 24, 2019
    Configuration menu
    Copy the full SHA
    afa2fee View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    1bbb727 View commit details
    Browse the repository at this point in the history
  23. Small fix for python2.7.

    JovanVeljanoski authored and maartenbreddels committed Apr 24, 2019
    Configuration menu
    Copy the full SHA
    2708725 View commit details
    Browse the repository at this point in the history
  24. fix: py27 support

    maartenbreddels committed Apr 24, 2019
    Configuration menu
    Copy the full SHA
    97d8e3a View commit details
    Browse the repository at this point in the history
  25. missed a set

    maartenbreddels committed Apr 24, 2019
    Configuration menu
    Copy the full SHA
    b762efc View commit details
    Browse the repository at this point in the history
  26. optimize map

    maartenbreddels committed Apr 24, 2019
    Configuration menu
    Copy the full SHA
    ca2791a View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    471b623 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    40c5819 View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    ffccb5d View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    ccc24d8 View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    b257ef6 View commit details
    Browse the repository at this point in the history
  32. task fix

    maartenbreddels committed Apr 24, 2019
    Configuration menu
    Copy the full SHA
    7ce9fd5 View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    44de132 View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    b1a6745 View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    09f7672 View commit details
    Browse the repository at this point in the history
  36. travis debug

    maartenbreddels committed Apr 24, 2019
    Configuration menu
    Copy the full SHA
    62b40c4 View commit details
    Browse the repository at this point in the history
  37. Configuration menu
    Copy the full SHA
    8a89989 View commit details
    Browse the repository at this point in the history
  38. Configuration menu
    Copy the full SHA
    eeec86b View commit details
    Browse the repository at this point in the history
  39. Configuration menu
    Copy the full SHA
    03f0331 View commit details
    Browse the repository at this point in the history
  40. fix: mean for datetime

    fix: compiler warnings
    cleanip+small tweaks
    remove: unique now replaced by superhash
    maartenbreddels committed Apr 24, 2019
    Configuration menu
    Copy the full SHA
    bb00963 View commit details
    Browse the repository at this point in the history
  41. Configuration menu
    Copy the full SHA
    1a68c46 View commit details
    Browse the repository at this point in the history
  42. fix: Adding datetime, timedelta and bool support and testing

    fix: vaex-hdf5: support timedelta64
    JovanVeljanoski authored and maartenbreddels committed Apr 24, 2019
    Configuration menu
    Copy the full SHA
    0987f00 View commit details
    Browse the repository at this point in the history
  43. ci: requirements for numpy due to np.isnat and pyarrow in requirement…

    …s.txt
    
    ci: skip numba for py35
    maartenbreddels committed Apr 24, 2019
    Configuration menu
    Copy the full SHA
    526a75b View commit details
    Browse the repository at this point in the history