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

fixed_point + cudf::binary_operation API Changes #7435

Merged
merged 35 commits into from
Mar 12, 2021

Commits on Feb 24, 2021

  1. Configuration menu
    Copy the full SHA
    d07c35f View commit details
    Browse the repository at this point in the history
  2. Fix

    codereport committed Feb 24, 2021
    Configuration menu
    Copy the full SHA
    0f528de View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2021

  1. Revert "Fix"

    This reverts commit 0f528de.
    codereport committed Feb 25, 2021
    Configuration menu
    Copy the full SHA
    223fe40 View commit details
    Browse the repository at this point in the history
  2. Revert "Initial changes for binary_v_v"

    This reverts commit d07c35f.
    codereport committed Feb 25, 2021
    Configuration menu
    Copy the full SHA
    f8ec02b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e0bf2c6 View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2021

  1. Use output_type

    codereport committed Feb 26, 2021
    Configuration menu
    Copy the full SHA
    2476eab View commit details
    Browse the repository at this point in the history
  2. Remove TRUE_DIV

    codereport committed Feb 26, 2021
    Configuration menu
    Copy the full SHA
    ba38c80 View commit details
    Browse the repository at this point in the history
  3. Don't hardcode BOOL

    codereport committed Feb 26, 2021
    Configuration menu
    Copy the full SHA
    f1a62b3 View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2021

  1. Configuration menu
    Copy the full SHA
    c0769f1 View commit details
    Browse the repository at this point in the history
  2. Remove dead code

    codereport committed Mar 1, 2021
    Configuration menu
    Copy the full SHA
    65d071f View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2021

  1. Configuration menu
    Copy the full SHA
    0c8b7e0 View commit details
    Browse the repository at this point in the history
  2. Fix tests

    codereport committed Mar 2, 2021
    Configuration menu
    Copy the full SHA
    83070e8 View commit details
    Browse the repository at this point in the history
  3. Fix rescale

    codereport committed Mar 2, 2021
    Configuration menu
    Copy the full SHA
    4860f22 View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2021

  1. Configuration menu
    Copy the full SHA
    aa2b5fe View commit details
    Browse the repository at this point in the history
  2. Python fix

    codereport committed Mar 4, 2021
    Configuration menu
    Copy the full SHA
    e76979b View commit details
    Browse the repository at this point in the history
  3. Black python formatting

    codereport committed Mar 4, 2021
    Configuration menu
    Copy the full SHA
    0f9a043 View commit details
    Browse the repository at this point in the history
  4. Flake8 python

    codereport committed Mar 4, 2021
    Configuration menu
    Copy the full SHA
    9388748 View commit details
    Browse the repository at this point in the history
  5. flake8

    codereport committed Mar 4, 2021
    Configuration menu
    Copy the full SHA
    4f85dd4 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    fada90b View commit details
    Browse the repository at this point in the history
  7. flake8 fix

    codereport committed Mar 4, 2021
    Configuration menu
    Copy the full SHA
    7517f73 View commit details
    Browse the repository at this point in the history
  8. flake8 fix

    codereport committed Mar 4, 2021
    Configuration menu
    Copy the full SHA
    64c3f40 View commit details
    Browse the repository at this point in the history
  9. flake8 fix

    codereport committed Mar 4, 2021
    Configuration menu
    Copy the full SHA
    3d325f8 View commit details
    Browse the repository at this point in the history
  10. flake8 fix

    codereport committed Mar 4, 2021
    Configuration menu
    Copy the full SHA
    5063738 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    055bf1a View commit details
    Browse the repository at this point in the history
  12. Add except *

    codereport committed Mar 4, 2021
    Configuration menu
    Copy the full SHA
    ff1926f View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2021

  1. Configuration menu
    Copy the full SHA
    d90b69b View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2021

  1. Configuration menu
    Copy the full SHA
    f86f720 View commit details
    Browse the repository at this point in the history
  2. Use MAX_PRECISION

    codereport committed Mar 8, 2021
    Configuration menu
    Copy the full SHA
    ff540c3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    98f4411 View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2021

  1. Configuration menu
    Copy the full SHA
    8178320 View commit details
    Browse the repository at this point in the history
  2. black / flake8 fix

    codereport committed Mar 9, 2021
    Configuration menu
    Copy the full SHA
    c638707 View commit details
    Browse the repository at this point in the history
  3. Use MAX_PRECISION

    codereport committed Mar 9, 2021
    Configuration menu
    Copy the full SHA
    efe92a3 View commit details
    Browse the repository at this point in the history
  4. Unit tests

    codereport committed Mar 9, 2021
    Configuration menu
    Copy the full SHA
    a1e3887 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    440bf52 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    43c2def View commit details
    Browse the repository at this point in the history