-
-
Notifications
You must be signed in to change notification settings - Fork 10.2k
Insights: numpy/numpy
Overview
Could not load contribution data
Please try again later
1 Release published by 1 person
-
v2.2.0 2.2.0 (Dec 8, 2024)
published
Dec 8, 2024
38 Pull requests merged by 16 people
-
BUG:fix compile error libatomic link test to meson.build
#27982 merged
Dec 11, 2024 -
DOC: Document abi3 compat
#27981 merged
Dec 11, 2024 -
MAINT: Fix the code style to our C-Style-Guide
#27648 merged
Dec 11, 2024 -
MAINT: Apply assorted ruff/flake8-pie rules (PIE)
#27973 merged
Dec 11, 2024 -
ENH: Optimize polyutils as_series
#25991 merged
Dec 11, 2024 -
BUG: Scalar array comparison should return np.bool
#27288 merged
Dec 11, 2024 -
DOC: Use internal/intersphinx links for neps.
#27927 merged
Dec 11, 2024 -
BUG: Fix potential inconsistent behaviour for high-demnsional arrays in einsum
#27940 merged
Dec 11, 2024 -
BUG:fix compile error libatomic link test to meson.build
#27947 merged
Dec 11, 2024 -
MAINT: Bump github/codeql-action from 3.27.6 to 3.27.7
#27962 merged
Dec 10, 2024 -
MAINT: Bump mamba-org/setup-micromamba from 2.0.2 to 2.0.3
#27963 merged
Dec 10, 2024 -
BLD: add missing include
#27959 merged
Dec 10, 2024 -
BUG: fix use-after-free error in npy_hashtable.cpp (#27955)
#27958 merged
Dec 10, 2024 -
MAINT: Fix cirrus MacOs wheel builds [wheel build]
#27939 merged
Dec 9, 2024 -
BLD: add missing include to fix build with freethreading
#27956 merged
Dec 9, 2024 -
TEST: cleanups [skip cirrus][skip azp]
#27952 merged
Dec 9, 2024 -
BUG: fix use-after-free error in npy_hashtable.cpp
#27955 merged
Dec 9, 2024 -
TEST: cleanups [skip cirrus][skip azp]
#27950 merged
Dec 9, 2024 -
TEST: cleanups
#27943 merged
Dec 9, 2024 -
MAINT: Update main after 2.2.0 release.
#27936 merged
Dec 8, 2024 -
MAINT: Prepare 2.2.x for further development
#27935 merged
Dec 8, 2024 -
CI: audit with zizmor
#27931 merged
Dec 8, 2024 -
BUG: fix building numpy on musl s390x
#27933 merged
Dec 8, 2024 -
MAINT: Fix cirrus MacOs wheel builds [wheel build]
#27930 merged
Dec 8, 2024 -
REL: Prepare for the NumPy 2.2.0 release [wheel build]
#27928 merged
Dec 8, 2024 -
DOC: Fix invalid URL in the index.rst file.
#27920 merged
Dec 7, 2024 -
MAINT: Bump actions/checkout from 4.1.1 to 4.2.2
#27921 merged
Dec 6, 2024 -
TST: add timeouts for github actions tests and wheel builds.
#27899 merged
Dec 6, 2024 -
MAINT: Make qualname tests more specific and fix code where needed
#27910 merged
Dec 6, 2024 -
CI: Use hashes in specifying some actions.
#27917 merged
Dec 6, 2024 -
DOC: Remove 27896-snippet.
#27914 merged
Dec 6, 2024 -
MAINT: Bump actions/cache from 4.1.2 to 4.2.0
#27916 merged
Dec 5, 2024 -
MAINT: Bump actions/cache from 4.1.2 to 4.2.0
#27915 merged
Dec 5, 2024 -
ENH: Refactor
__qualname__
across API#27912 merged
Dec 5, 2024 -
PERF: improve multithreaded ufunc scaling
#27913 merged
Dec 5, 2024 -
ENH: update __module__ in numpy.random module
#27911 merged
Dec 5, 2024 -
PERF: improve multithreaded ufunc scaling
#27896 merged
Dec 5, 2024 -
ENH: Refactor
__qualname__
across API#27877 merged
Dec 5, 2024
8 Pull requests opened by 5 people
-
MAINT: Move user pointers out of axisdata and simplify iternext
#27922 opened
Dec 6, 2024 -
[ENH] Add cython wrappers for NpyString API
#27923 opened
Dec 6, 2024 -
TYP: Fix falsely rejected value types in ``ndarray.__setitem__``
#27967 opened
Dec 10, 2024 -
MAINT: resolve histogram TypeError
#27970 opened
Dec 11, 2024 -
MAINT: Apply ruff/flake8-implicit-str-concat rules (ISC)
#27974 opened
Dec 11, 2024 -
MAINT: Apply ruff/flake8-comprehensions rules (C4)
#27975 opened
Dec 11, 2024 -
MAINT: Apply assorted ruff/flake8-pyi rules (PYI)
#27976 opened
Dec 11, 2024 -
MAINT: Apply assorted ruff/flake8-simplify rules (SIM)
#27978 opened
Dec 11, 2024
21 Issues closed by 13 people
-
DOC: Explicitly spell out abi3 (in)compatibility
#27979 closed
Dec 11, 2024 -
ENH: Expanding NumPy's Capabilities: Incorporating Linked Lists
#27980 closed
Dec 11, 2024 -
DOC: `check-docs` and `check-tutorials` should be run by the docs build
#27264 closed
Dec 10, 2024 -
ENH: Enhanced sliding window functionality
#27909 closed
Dec 10, 2024 -
TYP: `np.ndarray.tolist` return type seems broken in numpy 2.2.0
#27944 closed
Dec 10, 2024 -
TYP: excessively vague return types from `np.dtype` and `np.ndarray.dtype` in numpy 2.2.0
#27945 closed
Dec 10, 2024 -
BUG: `numpy.clip` violates its document when `a_min` is greater than `a_max` and the input contains `nan`
#27960 closed
Dec 10, 2024 -
BUG: Python (debug mode+free threading) segfaults at exit since Numpy 2.2.0
#27953 closed
Dec 9, 2024 -
BUG: Different (int * np.int32) behaviour between Windows & Linux
#27946 closed
Dec 9, 2024 -
BUG: test_maskedarray_tofile_raises_notimplementederror leaves a leftover `xm.np.npy` in cwd
#27942 closed
Dec 9, 2024 -
Latest release of vulture (Dec 8) finds error in ``numpy/f2py/tests/util.py``
#27941 closed
Dec 9, 2024 -
BUG: Building without SIMD instructions results in Illegal Instructions on old systems
#27929 closed
Dec 8, 2024 -
DOC: Exist an invalid URL in doc/neps/index.rst.
#27919 closed
Dec 8, 2024 -
BUG: NumPy build failure on Alpine Linux s390x
#27932 closed
Dec 8, 2024 -
TASK: Proper names for the NumPy 2.2.0 release
#27799 closed
Dec 7, 2024 -
BUG:Unexpected nan when creating complex numbers with inf as imaginary part
#27925 closed
Dec 7, 2024 -
numpy ufuncs don't have __qualname__
#4952 closed
Dec 7, 2024 -
ENH: Compute Jacobian matrices
#27821 closed
Dec 7, 2024 -
Inconsistent promotion rules for comparison/equality operators
#27572 closed
Dec 6, 2024 -
BUG: poor multithreaded performance scaling for small arrays (nogil)
#27786 closed
Dec 5, 2024
21 Issues opened by 18 people
-
BUG: lexsort segfaults on StringDType
#27984 opened
Dec 11, 2024 -
MAINT: unused function warnings
#27983 opened
Dec 11, 2024 -
TYP: `ndarray.item` never typechecks
#27977 opened
Dec 11, 2024 -
DOC: Unclear Documentation for debugging
#27972 opened
Dec 11, 2024 -
BUG: `floor` of NumPy 1 and NumPy 2 behave differently on `bool` array
#27971 opened
Dec 11, 2024 -
BUG: `numpy.ceil` breaks the contract `Return is ceiling of each element in x, with float dtype`
#27969 opened
Dec 11, 2024 -
ENH: Deprecate ``np.squeeze()`` with unspecified ``axis``
#27968 opened
Dec 11, 2024 -
ENH: add a np.explain context manager to help teach new developers and debug ufunc loops
#27966 opened
Dec 10, 2024 -
TYP: Suboptimally annotated arithmetic operator types
#27965 opened
Dec 10, 2024 -
TYP: False positives in ``ndarray.__setitem__`` with ``object_`` dtype in NumPy 2.2
#27964 opened
Dec 10, 2024 -
Query: intended behavior of `Generator.uniform` with NaNs?
#27961 opened
Dec 10, 2024 -
BUG: type annotation regression between 2.1.3 and 2.2.0
#27957 opened
Dec 9, 2024 -
BUG: cython warning in mtrand.pyx
#27954 opened
Dec 9, 2024 -
DOC: C API docs should cover the Cython interface
#27951 opened
Dec 9, 2024 -
BUG: `numpy.asarray`'s boundary check fails with too large shape and got a segmentation fault
#27949 opened
Dec 9, 2024 -
DOC: dtype kind 'T' is not documented
#27948 opened
Dec 9, 2024 -
BUG: np.array in 2.1.0 or newer on pandas.Series takes a reference instead of copy
#27938 opened
Dec 8, 2024 -
BUG: Incorrectly merged code in meson fork
#27937 opened
Dec 8, 2024 -
ENH: npy file format does not use standard JSON in header, change it to do so
#27934 opened
Dec 8, 2024 -
DOC: no documentation for those who want to read numpy codes
#27926 opened
Dec 7, 2024 -
BUG: eigh can't work when N = 45000
#27918 opened
Dec 6, 2024
23 Unresolved conversations
Sometimes conversations happen on old items that aren’t yet closed. Here is a list of all the Issues and Pull Requests with unresolved conversations.
-
MAINT: simplify power fast path logic
#27901 commented on
Dec 11, 2024 • 21 new comments -
BUG: suppress python vectorize function FPEs
#27796 commented on
Dec 11, 2024 • 10 new comments -
SIMD: add lsx optimization for loongarch, and add Qemu tests
#27856 commented on
Dec 12, 2024 • 8 new comments -
MAINT: handle edge case in rfftfreq and fftfreq
#27717 commented on
Dec 11, 2024 • 4 new comments -
MAINT: Add helper for static or heap allocated scratch space
#27860 commented on
Dec 8, 2024 • 2 new comments -
ENH: Implement np.strings.slice as a gufunc
#27789 commented on
Dec 11, 2024 • 2 new comments -
MAINT,ENH: Reorganize buffered iteration setup
#27883 commented on
Dec 10, 2024 • 0 new comments -
TYP: Fix ``np.interp`` signature for scalar types
#27869 commented on
Dec 9, 2024 • 0 new comments -
ENH: Convert arithmetic from C universal intrinsics to C++ using Highway
#27402 commented on
Dec 12, 2024 • 0 new comments -
ENH: Add support for flat indexing on flat iterator
#27343 commented on
Dec 10, 2024 • 0 new comments -
CI: pycodestyle → ruff
#27300 commented on
Dec 11, 2024 • 0 new comments -
BUG: numpy.histogram should raise an error for string arrays
#24032 commented on
Dec 11, 2024 • 0 new comments -
DOC: please make documentation in pdf format
#27573 commented on
Dec 10, 2024 • 0 new comments -
"Warning: Numpy built with MINGW-W64 on Windows 64 bits" + Crash
#26038 commented on
Dec 10, 2024 • 0 new comments -
BUG: f2py cannot find .mod files automatically for the new meson backend
#27018 commented on
Dec 10, 2024 • 0 new comments -
Return indices from array set operations
#17403 commented on
Dec 9, 2024 • 0 new comments -
BUG: calling np.sqrt on an array containing only floats, but of dtype object, will crash
#27870 commented on
Dec 7, 2024 • 0 new comments -
Some functions raise an unhelpful error when applied to object array
#15587 commented on
Dec 7, 2024 • 0 new comments -
BUG: `astype(copy=False)` and `asarray` deep-copy the buffer when changing signedness
#27509 commented on
Dec 6, 2024 • 0 new comments -
ENH: Uniform interface for accessing minimum or maximum value of a dtype
#27785 commented on
Dec 6, 2024 • 0 new comments -
ENH: `np.finfo` support for Numpy User DTypes
#27231 commented on
Dec 6, 2024 • 0 new comments -
BUG: `np.dot` result changes based on shape when the input contains `nan`
#27902 commented on
Dec 6, 2024 • 0 new comments -
BUG: ufuncs created with np.frompyfunc do not recognize identity in reduce in numpy 1.25.X
#24530 commented on
Dec 5, 2024 • 0 new comments