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.10.0 #311

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 Dec 30, 2024

Bumps array-api-compat from 1.7.1 to 1.10.0.

Changelog

Sourced from array-api-compat's changelog.

1.10.0 (2024-12-25)

Major Changes

  • New function is_writeable_array adds transparent support for readonly arrays, such as JAX arrays or numpy arrays with .flags.writeable=False.

  • asarray(..., copy=None) with dask backend always copies, so that copy=None and copy=True are equivalent for the dask backend. This change is made to be forward compatible with the dask==2024.12 release.

Minor Changes

  • array_namespace accepts (and ignores) None and python scalars (int, float, complex, bool). This change is to simplify downstream adoption, for functions where arguments can be either arrays or scalars.

  • vecdot conjugates its first argument, as stipulated by the Array API spec. Previously, conjation if the first argument was missing.

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().

... (truncated)

Commits
  • 6d5366b TST: add a cupy xfail
  • 4f0de1a DOC: update the changelog for 1.10.0 release
  • b72b4eb bump version to 1.10.0
  • cdd1c8d Merge pull request #205 from crusaderky/jax
  • c28c40d Merge branch 'main' into jax
  • 1c7b1ba Merge pull request #216 from crusaderky/bump_ver
  • d8a4fc2 New function is_writeable_array
  • e68df66 Bump version to 1.10.0.dev0
  • bbc0e9c Merge pull request #207 from crusaderky/cupy_generic
  • edde2e0 Merge pull request #213 from ev-br/torch_allclose
  • Additional commits viewable in compare view

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.10.0.
- [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.10)

---
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