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

Update develop from master for v8.2 #899

Commits on Aug 11, 2023

  1. Preserve values with dtype for NumpyOps/CupyOps.asarray (explosion#897)

    * 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.
    
    * Fix integer conversions for strings2arrays
    
    * Fix types and shape casting in strings2arrays
    
    * Format
    
    * Rename list in test
    
    * Pass dtype=None
    adrianeboyd authored Aug 11, 2023
    Configuration menu
    Copy the full SHA
    37419e5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    027c07c View commit details
    Browse the repository at this point in the history