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

Preserve values with dtype for NumpyOps/CupyOps.asarray #897

Merged
merged 6 commits into from
Aug 11, 2023

Commits on Aug 10, 2023

  1. Preserve values with dtype for NumpyOps/CupyOps.asarray

    Always specify `dtype` when creating new arrays so that large integer
    values are preserved and not at risk of going through an intermediate
    `float64` conversion.
    adrianeboyd committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    fd3b2c1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ce1693a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ec35c7f View commit details
    Browse the repository at this point in the history
  4. Format

    adrianeboyd committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    c6a8c37 View commit details
    Browse the repository at this point in the history
  5. Rename list in test

    adrianeboyd committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    83b91e8 View commit details
    Browse the repository at this point in the history
  6. Pass dtype=None

    adrianeboyd committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    760994c View commit details
    Browse the repository at this point in the history