forked from numpy/numpy
-
Notifications
You must be signed in to change notification settings - Fork 0
ENH: Convert arithmetic from C universal intrinsics to C++ using Highway #18
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
Closed
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.
This reverts commit 371b363.
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
DOC: Remove references to Python 2/3
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
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.