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

Change np.core.defchararray to np.char (#9165) #9166

Merged
merged 8 commits into from
Jun 26, 2024

Commits on Jun 24, 2024

  1. Change np.core.defchararray to np.char.chararray (pydata#9165)

    Replace a reference to np.core.defchararray with np.char.chararray
    in xarray.testing.assertions, since the former no longer works on
    NumPy 2.0.0 and the latter is the "preferred alias" according to
    NumPy docs. See Issue pydata#9165.
    pont-us committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    a5158e8 View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2024

  1. Configuration menu
    Copy the full SHA
    5f63d95 View commit details
    Browse the repository at this point in the history
  2. Use np.char.decode, not np.char.chararray.decode

    ... in assertions._decode_string_data. See pydata#9166.
    pont-us committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    08dcff2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dbe95c4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    37d698d View commit details
    Browse the repository at this point in the history
  5. cross-like the fixed function

    keewis authored Jun 25, 2024
    Configuration menu
    Copy the full SHA
    4086acf View commit details
    Browse the repository at this point in the history
  6. Improve a parameter ID in tests.test_assertions

    Co-authored-by: Justus Magin <keewis@users.noreply.github.com>
    pont-us and keewis authored Jun 25, 2024
    Configuration menu
    Copy the full SHA
    cb77fab View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2024

  1. whats-new normalization

    keewis authored Jun 26, 2024
    Configuration menu
    Copy the full SHA
    11f7c74 View commit details
    Browse the repository at this point in the history