Thanks to visit codestin.com
Credit goes to github.com
Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
moble
/
numpy
Public
forked from
numpy/numpy
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Security and quality
Insights
Commits
Branch selector
main
User selector
All users
Datepicker
All time
Commit history
Commits on Jun 24, 2026
TYP: specialized ``conj[ugate]``, ``reciprocal``, and ``square`` ufuncs (#31742)
jorenham
authored
67f37e4
View commit details
Copy full SHA for 67f37e4
Browse repository at this point
Merge pull request #31743 from numpy/dependabot/github_actions/actions/checkout-7.0.0
Show description for 3591ce2
jorenham
authored
3591ce2
View commit details
Copy full SHA for 3591ce2
Browse repository at this point
TST: Don't run test_tuple_recursion on MacOS (#31740)
seberg
authored
edebad7
View commit details
Copy full SHA for edebad7
Browse repository at this point
MAINT: Bump actions/checkout from 6.0.3 to 7.0.0
Show description for 66ee08d
dependabot[bot]
authored
66ee08d
View commit details
Copy full SHA for 66ee08d
Browse repository at this point
TYP: specialized ``ceil``, ``floor``, ``trunc``, and ``invert`` ufuncs (#31741)
jorenham
authored
2a674fc
View commit details
Copy full SHA for 2a674fc
Browse repository at this point
TYP: Fix incorrect dtype inference of ``asarray([])`` (#31732)
jorenham
authored
b4f1290
View commit details
Copy full SHA for b4f1290
Browse repository at this point
TYP: Fix ``flatiter.__next__`` return type for ``object_`` and `StringDType` (#31660)
jorenham
authored
db2a284
View commit details
Copy full SHA for db2a284
Browse repository at this point
Merge pull request #31730 from jorenham/typing/ufunc-11-fo
Show description for d47bf04
charris
authored
d47bf04
View commit details
Copy full SHA for d47bf04
Browse repository at this point
Merge pull request #31738 from jorenham/typing/gh-31737
Show description for bfc2749
charris
authored
bfc2749
View commit details
Copy full SHA for bfc2749
Browse repository at this point
TYP: Fix `np.ma.masked_array` 2.5.0 regression
jorenham
committed
e16ccd0
View commit details
Copy full SHA for e16ccd0
Browse repository at this point
BUG: fix leak in reductions when a ufunc override errors or is not found (#31731)
Show description for 4d85561
ikrommyd
authored
4d85561
View commit details
Copy full SHA for 4d85561
Browse repository at this point
TYP: dedupe common unary `ufunc.__call__` kwargs
jorenham
committed
75cbf6f
View commit details
Copy full SHA for 75cbf6f
Browse repository at this point
Commits on Jun 23, 2026
TYP: specialized unary ``floating | object_`` endo-ufuncs
jorenham
committed
63d404f
View commit details
Copy full SHA for 63d404f
Browse repository at this point
Merge pull request #31716 from jorenham/typing/ufunc-11-fco
Show description for 4357ad1
charris
authored
4357ad1
View commit details
Copy full SHA for 4357ad1
Browse repository at this point
Merge pull request #31726 from tiesjan/fix-crackfortran-test-naming
Show description for 8579cc2
charris
authored
8579cc2
View commit details
Copy full SHA for 8579cc2
Browse repository at this point
MAINT: Update main after 2.5.0 release. (#31712)
charris
authored
ddbe850
View commit details
Copy full SHA for ddbe850
Browse repository at this point
CI/TYP: Use Pyrefly to enforce 100% type coverage (#31718)
jorenham
authored
1e83cc3
View commit details
Copy full SHA for 1e83cc3
Browse repository at this point
TST: use setup-sde instead of curl to get SDE binaries (#31727)
ngoldbaum
authored
c62779e
View commit details
Copy full SHA for c62779e
Browse repository at this point
BENCH: add datetime64 conversion benchmarks (#31355)
Show description for baf7d11
Licht-T
and
ngoldbaum
authored
baf7d11
View commit details
Copy full SHA for baf7d11
Browse repository at this point
FIX: Refactor error handling in array_setstate to prevent typecode leak (#31701)
whyvineet
authored
123678e
View commit details
Copy full SHA for 123678e
Browse repository at this point
MAINT: Make most DTypes (not `np.dtype`) HeapTypes (#31364)
seberg
authored
ed5ecac
View commit details
Copy full SHA for ed5ecac
Browse repository at this point
Rename subroutine for crackfortran tests
Show description for 9153847
tiesjan
committed
9153847
View commit details
Copy full SHA for 9153847
Browse repository at this point
Merge pull request #31714 from ngoldbaum/fix-openblas-xfails
Show description for aadc23f
charris
authored
aadc23f
View commit details
Copy full SHA for aadc23f
Browse repository at this point
DOC: mark k as optional in mask_indices docstring (#31717)
shipitdev
authored
205c467
View commit details
Copy full SHA for 205c467
Browse repository at this point
Commits on Jun 22, 2026
TYP: specialized unary ``inexact | object_`` endo-ufuncs
jorenham
committed
2e2ff44
View commit details
Copy full SHA for 2e2ff44
Browse repository at this point
BUG: raise a clear error in common_type for non-array input (#31592)
Lawson-Darrow
authored
ccfa057
View commit details
Copy full SHA for ccfa057
Browse repository at this point
TST: xfail multithreaded BLAS test more generously
ngoldbaum
committed
72b6e78
View commit details
Copy full SHA for 72b6e78
Browse repository at this point
MAINT: Prefer `PyTuple_Pack` over `Py_BuildValue` (#31687)
hpkfft
authored
ec56e82
View commit details
Copy full SHA for ec56e82
Browse repository at this point
Merge pull request #31710 from jorenham/typing/pyrefly-1.1.1
Show description for d59ca88
charris
authored
d59ca88
View commit details
Copy full SHA for d59ca88
Browse repository at this point
BUG: fix out array leak in reduceat and accumulate when dtype resolution fails (#31699)
Show description for 8469124
ikrommyd
authored
8469124
View commit details
Copy full SHA for 8469124
Browse repository at this point
CI: fix new ``cython-lint`` errors (#31711)
jorenham
authored
79d706e
View commit details
Copy full SHA for 79d706e
Browse repository at this point
TYP: remove unused ``# pyrefly: ignore`` comments
jorenham
committed
f612997
View commit details
Copy full SHA for f612997
Browse repository at this point
MAINT/TYP: bump ``pyrefly`` to ``1.1.1``
jorenham
committed
1279209
View commit details
Copy full SHA for 1279209
Browse repository at this point
Merge pull request #31709 from jorenham/typing/mypy-2.1.0
Show description for 80c1d91
charris
authored
80c1d91
View commit details
Copy full SHA for 80c1d91
Browse repository at this point
MAINT/TYP: bump ``mypy`` to ``2.1.0``
jorenham
committed
f26380d
View commit details
Copy full SHA for f26380d
Browse repository at this point
Previous
Next
You can’t perform that action at this time.