forked from numpy/numpy
-
Notifications
You must be signed in to change notification settings - Fork 0
Merge in upstream/main #69
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
Merged
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
…reduction function
Co-authored-by: Nathan Goldbaum <nathan.goldbaum@gmail.com>
Co-authored-by: Nathan Goldbaum <nathan.goldbaum@gmail.com>
Co-authored-by: Nathan Goldbaum <nathan.goldbaum@gmail.com>
Co-authored-by: Nathan Goldbaum <nathan.goldbaum@gmail.com>
Co-authored-by: Nathan Goldbaum <nathan.goldbaum@gmail.com>
Co-authored-by: Nathan Goldbaum <nathan.goldbaum@gmail.com>
MAINT: Update highway to latest
MAINT: LoongArch: switch away from the __loongarch64 preprocessor macro
…8183) This would cause failures during testing distribution packages on Cygwin. The code is copied from meson-python, as advised in mesonbuild/meson-python#51 and amended in mesonbuild/meson-python#137. Note the changed organization in many of the links. The same pattern is also present in other NumPy test files where extension modules are build as part of the test suite.
I was told the current docs are a bit unclear, so trying to make them more clear. Also, we always were OK with `dtype=` being ignored, there seems little point in denying that when even `pandas` does it. Not sure I quite like the phrasing around "least desirable", but didn't have a better idea (since yes, one should look at all options).
MAINT: Add [[maybe_unused] to silence some warnings
CI: replace quansight-labs/setup-python with astral-sh/setup-uv
…plating-casts MAINT: Refactor stringdtype casts.c to use cpp templates
DOC: Clarify ``__array__`` protocol arguments
…twice and link did not open. [skip ci]
DOC: Fix a typo in doc/source/dev/development_workflow.rst
DOC: FIx a link in Roadmap
…ks in the navbar of neps webpage
…external-links-in-the-navbar-of-neps-webpage DOC: Fix external links in the navbar of neps webpage
Do not try and use x86 FPU instruction on ARM.
MAINT: Compile fix for clang-cl on WoA
* BUG: add C++ support to npy_atomic.h * MAINT: delete outdated comment
BUG: handle case when StringDType na_object is nan in float to string cast
TYP: Avoid upcasting ``float64`` in the set-ops
CI: Fix the github label for `TYP:` PR's and issues
@@ -141,6 +146,7 @@ | |||
- name: Install dependencies | |||
run: | | |||
pip install -r requirements/build_requirements.txt | |||
pip install -r requirements/setuptools_requirement.txt |
Check warning
Code scanning / Scorecard
Pinned-Dependencies Medium
score is 3: pipCommand not pinned by hash
Click Remediation section below to solve this issue
Click Remediation section below to solve this issue
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.