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

cudf.dtype function #8949

Merged
merged 27 commits into from
Aug 13, 2021
Merged

Commits on Aug 4, 2021

  1. Configuration menu
    Copy the full SHA
    60c7c87 View commit details
    Browse the repository at this point in the history
  2. First stab at cudf.dtype

    shwina committed Aug 4, 2021
    Configuration menu
    Copy the full SHA
    5e50f52 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    367b743 View commit details
    Browse the repository at this point in the history
  4. Fix test

    shwina committed Aug 4, 2021
    Configuration menu
    Copy the full SHA
    d04a5f1 View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2021

  1. Handle disallowed numpy types

    shwina committed Aug 5, 2021
    Configuration menu
    Copy the full SHA
    85351e9 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'branch-21.10' of https://github.com/rapidsai/cudf into …

    …cudf-dtype-function
    shwina committed Aug 5, 2021
    Configuration menu
    Copy the full SHA
    3c9dd97 View commit details
    Browse the repository at this point in the history
  3. Update python/cudf/cudf/tests/test_dtypes.py

    Co-authored-by: GALI PREM SAGAR <sagarprem75@gmail.com>
    shwina and galipremsagar authored Aug 5, 2021
    Configuration menu
    Copy the full SHA
    67cca8a View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2021

  1. Some fixes

    shwina committed Aug 6, 2021
    Configuration menu
    Copy the full SHA
    a10eae0 View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2021

  1. Remaining failures

    shwina committed Aug 9, 2021
    Configuration menu
    Copy the full SHA
    89ac918 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    acda2ee View commit details
    Browse the repository at this point in the history
  3. Style

    shwina committed Aug 9, 2021
    Configuration menu
    Copy the full SHA
    64a3290 View commit details
    Browse the repository at this point in the history
  4. Update python/cudf/cudf/api/types.py

    Co-authored-by: Vyas Ramasubramani <vyas.ramasubramani@gmail.com>
    shwina and vyasr authored Aug 9, 2021
    Configuration menu
    Copy the full SHA
    a62ab32 View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2021

  1. cudf.dtype -> np.dtype

    shwina committed Aug 10, 2021
    Configuration menu
    Copy the full SHA
    f79e59f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9dceb80 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'branch-21.10' of https://github.com/rapidsai/cudf into …

    …cudf-dtype-function
    shwina committed Aug 10, 2021
    Configuration menu
    Copy the full SHA
    d0bef49 View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2021

  1. Progress

    shwina committed Aug 11, 2021
    Configuration menu
    Copy the full SHA
    3eba47c View commit details
    Browse the repository at this point in the history
  2. More fix

    shwina committed Aug 11, 2021
    Configuration menu
    Copy the full SHA
    048629c View commit details
    Browse the repository at this point in the history
  3. Early returns

    shwina committed Aug 11, 2021
    Configuration menu
    Copy the full SHA
    40736c4 View commit details
    Browse the repository at this point in the history
  4. More tests

    shwina committed Aug 11, 2021
    Configuration menu
    Copy the full SHA
    550c7ba View commit details
    Browse the repository at this point in the history
  5. Merge branch 'branch-21.10' of https://github.com/rapidsai/cudf into …

    …cudf-dtype-function
    shwina committed Aug 11, 2021
    Configuration menu
    Copy the full SHA
    1cfa67c View commit details
    Browse the repository at this point in the history
  6. Resolve circular import issues

    shwina committed Aug 11, 2021
    Configuration menu
    Copy the full SHA
    72d6304 View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2021

  1. Unused import

    shwina committed Aug 12, 2021
    Configuration menu
    Copy the full SHA
    c8925f5 View commit details
    Browse the repository at this point in the history
  2. Space

    shwina committed Aug 12, 2021
    Configuration menu
    Copy the full SHA
    26df99a View commit details
    Browse the repository at this point in the history
  3. Add interval tests

    shwina committed Aug 12, 2021
    Configuration menu
    Copy the full SHA
    fec34d9 View commit details
    Browse the repository at this point in the history
  4. :(

    shwina committed Aug 12, 2021
    Configuration menu
    Copy the full SHA
    5fc19a9 View commit details
    Browse the repository at this point in the history
  5. Merge branch 'branch-21.10' of https://github.com/rapidsai/cudf into …

    …cudf-dtype-function
    shwina committed Aug 12, 2021
    Configuration menu
    Copy the full SHA
    11156f5 View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2021

  1. Merge branch 'branch-21.10' of https://github.com/rapidsai/cudf into …

    …cudf-dtype-function
    shwina committed Aug 13, 2021
    Configuration menu
    Copy the full SHA
    2a684be View commit details
    Browse the repository at this point in the history