Skip to content

Conversation

@amane-ame
Copy link

No description provided.

DimitriPapadopoulos and others added 30 commits May 15, 2025 09:29
Do not use mutable data structures for `ContextVar` defaults
B909 Mutation to loop iterable during iteration
Co-authored-by: Joren Hammudoglu <jhammudoglu@gmail.com>
Co-authored-by: Joren Hammudoglu <jhammudoglu@gmail.com>
Co-authored-by: Joren Hammudoglu <jhammudoglu@gmail.com>
Co-authored-by: Joren Hammudoglu <jhammudoglu@gmail.com>
The memusage function is only exercised in typing tests.
Co-authored-by: Joren Hammudoglu <jhammudoglu@gmail.com>
I001 Import block is un-sorted or un-formatted
Not needed after applying isort.
We use ruff instead:

E1002 super-on-old-class       Python 2 only
E1102 not-callable             -
R0201 no-self-use              PLR6301
W0400                          undocumented, perhaps W0404?
W0404 reimported               F811
W0511 fixme                    FIX001, FIX003
W0611 unused-import            F401
W0612 unused-variable          F841
W0614 unused-wildcard-import   -

Equivalent Pylint and ruff rules are tracked here:
astral-sh/ruff#970
It's unclear why the non-standard `import numpy as _nx` was introduced here:
numpy#15468
MAINT: Enable linting with ruff E501
MNT: Enforce ruff/isort rules (I)
MNT: Get rid of `version: $Id` CVS tags
MNT: Get rif of `# pylint: ` pragma controls
mattip and others added 27 commits June 11, 2025 17:03
TST: migrating from pytz to zoneinfo + tzdata (where needed)
…rides`` (numpy#29171)

Co-authored-by: Sebastian Berg <sebastianb@nvidia.com>
…umpy#29175)

* TYP: Fix invalid inline annotations in ``lib._function_base_impl``

* TYP: ``ruff check --fix``

* TYP: prevent inline annotation from causing a circular import error
* TYP: Sync `_core/numerictypes.pyi` with NumType's `numpy-stubs`

* TYP: Fix missing ``_core.numeric`` (re-)exports

* TYP: appease ``ruff``
Bumps [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel) from 3.0.0b4 to 3.0.0.
- [Release notes](https://github.com/pypa/cibuildwheel/releases)
- [Changelog](https://github.com/pypa/cibuildwheel/blob/main/docs/changelog.md)
- [Commits](pypa/cibuildwheel@cf078b0...5f22145)

---
updated-dependencies:
- dependency-name: pypa/cibuildwheel
  dependency-version: 3.0.0
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* CI: Bump `array-api-tests` to `v2025.05.23`

* TST: xfail new array-api test failures

* TST: increase ``--max-examples`` from 100 to 500 for ``array-api-tests``

* CI: apply review suggestions

Co-authored-by: Evgeni Burovski <evgeny.burovskiy@gmail.com>

---------

Co-authored-by: Evgeni Burovski <evgeny.burovskiy@gmail.com>
* DEV: import-related ruff config tweaks

* STY: run ``ruff check --fix`` to fix the new ``I001`` errors
* BUG: fix matmul with transposed out arg

* DOC: add release note

* fixes from review
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.28.19 to 3.29.0.
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](github/codeql-action@fca7ace...ce28f5b)

---
updated-dependencies:
- dependency-name: github/codeql-action
  dependency-version: 3.29.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Revert use of no `dtype=object` to ensure correct cast behavior when the output dtype is discovered.

Co-authored-by: Sebastian Berg <sebastian@sipsolutions.net>
…ithub/codeql-action-3.29.0

MAINT: Bump github/codeql-action from 3.28.19 to 3.29.0
)

Enables an error free build of the docs for python 3.12+.
Excludes related files, supresses all warnings for excluded files,
and ignores case-by-case individual references. Closes numpy#29131.

[skip azp][skip cirrus][skip actions]
ENH: Enable native half-precision scalar conversion operations on ARM
@amane-ame amane-ame changed the title Plct arithmetic ENH: Convert arithmetic from C universal intrinsics to C++ using Highway Jun 19, 2025
@joy2myself joy2myself closed this Jul 21, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.