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

[DEPENDABOT]: Bump array-api-compat from 1.7.1 to 1.9.1 #295

Open
wants to merge 1 commit into
base: development
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 4, 2024

Bumps array-api-compat from 1.7.1 to 1.9.1.

Changelog

Sourced from array-api-compat's changelog.

1.9.1 (2024-10-29)

Major Changes

  • __array_api_version__ for the wrapped APIs is now set to 2023.12.

Minor Changes

  • Wrap sign so that it always uses the standard definition for complex numbers, and always propagates nans.

  • Wrap dask.array.fft.

  • Readd python_requires to the package metadata.

1.9 (2024-10-??)

Major Changes

  • New helper functions to determine if a namespace is from a given library ({func}~.is_numpy_namespace, {func}~.is_torch_namespace, etc.).

  • More support for the 2023.12 version of the standard. This includes

    • Wrappers for cumulative_sum().
    • Wrappers for unstack().
    • Update floating-point type promotion in sum(), prod(), and trace() to be inline with the 2023.12 specification (32-bit types no longer promote to 64-bit when dtype=None).
    • Add the inspection APIs to the wrapped namespaces. These can be accessed with xp.__array_namespace_info__().
    • Various fixes to the clip() wrappers.
  • torch.conj now wrapps torch.conj_physical, which makes a copy rather than setting the conjugation bit, as arrays with the conjugation bit set do not support some APIs.

  • torch.sign is now wrapped to support complex numbers and propogate nans properly.

Minor Changes

  • NumPy 2.0 is now wrapped again. Previously it was unwrapped because it has full 2022.12 array API support but it now requires wrapping again for 2023.12 support.

  • Support for JAX 0.4.32 and newer which implements the array API directly in

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [array-api-compat](https://github.com/data-apis/array-api-compat) from 1.7.1 to 1.9.1.
- [Release notes](https://github.com/data-apis/array-api-compat/releases)
- [Changelog](https://github.com/data-apis/array-api-compat/blob/main/docs/changelog.md)
- [Commits](data-apis/array-api-compat@1.7.1...1.9.1)

---
updated-dependencies:
- dependency-name: array-api-compat
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants