Sign in
chromium
/
external
/
github.com
/
numpy
/
numpy
/
refs/tags/v2.1.1
/
numpy
tag
5d62427b34a0f4e9fa107196b183ec25577182d1
tagger
Charles Harris <charlesr.harris@gmail.com>
Tue Sep 03 12:58:27 2024
object
48606ab22bfdb0e9d7ec4ed5eef984b873b7796d
NumPy 2.1.1 release
2a49507
BUG: f2py: better handle filtering of public/private subroutines
by Maximilian Weigand
· 12 months ago
d4306dd
TST: Add regression test for gh-26920
by Maximilian Weigand
· 12 months ago
a1e7385
BUG: Fix array_equal for numeric and non-numeric scalar types
by Pieter Eendebak
· 12 months ago
2b2909e
BUG: Fix #27256 and #27257
by Mateusz Sokół
· 12 months ago
82cae40
TST: Add regression test for missing descr in array-interface
by Sebastian Berg
· 12 months ago
818ed35
BUG: fix reference counting bug in __array_interface__ implementation (#27249)
by Nathan Goldbaum
· 12 months ago
b1adcaa
MAINT: appease linter
by Nathan Goldbaum
· 12 months ago
87832d4
BUG: revert unintended change in the return value of set_printoptions
by Nathan Goldbaum
· 12 months ago
85b1cab
BUG: Allow fitting of degree zero polynomials with Polynomial.fit
by Charles Harris
· 1 year ago
44ce7e8
BUG: Fix ``PyArray_ZeroContiguousBuffer`` (resize) with struct dtypes
by Sebastian Berg
· 1 year ago
ac054c1
Merge pull request #27217 from charris/backport-27153
by Charles Harris
· 1 year ago
467aefb
Merge pull request #27216 from charris/backport-27100
by Charles Harris
· 1 year ago
f3f8f2c
TYP: Fix incompatible overrides in the ``numpy._typing._ufunc`` stubs
by jorenham
· 1 year ago
898de56
TYP: Fixed & improved type hints for ``numpy.histogram2d``
by jorenham
· 1 year ago
3b34c09
BUG: Fix NPY_RAVEL_AXIS on backwards compatible NumPy 2 builds
by Sebastian Berg
· 1 year ago
8b96358
Merge pull request #27197 from charris/backport-27187
by Charles Harris
· 1 year ago
9bf2e00
MAINT: update default NPY_FEATURE_VERSION after dropping py39
by H. Vetinari
· 1 year ago
117da94
REV: Revert undef I and document it
by Sebastian Berg
· 1 year ago
10cca72
MAINT: Bump pythoncapi-compat version.
by Charles Harris
· 1 year ago
a57e45b
ENH: fix thread-unsafe C API usages (#27145)
by Nathan Goldbaum
· 1 year ago
0b2d779
BUG: Do not accidentally store dtype metadata in ``np.save``
by Sebastian Berg
· 1 year ago
86361ae
add test for issue 27036
by mattip
· 1 year ago
d602196
Merge pull request #27117 from seberg/binop-fixup
by Charles Harris
· 1 year ago
1b671c1
Merge pull request #27127 from seberg/missing-return-copyto
by Matti Picus
· 1 year ago
97562c3
Update numpy/_core/tests/test_multiarray.py
by Sebastian Berg
· 1 year ago
c258f83
Merge pull request #26081 from Jacob-Stevens-Haas/covariant-shapetype
by Joren Hammudoglu
· 1 year ago
3e4cb2a
BUG: Fix missing error return in copyto
by Sebastian Berg
· 1 year ago
476bc6b
TYP: Force matrix shape type to be 2D
by Jake
· 1 year ago
75f25b2
BUG: Bump Highway to latest
by Chris Sidebottom
· 1 year ago
a0a7fc1
BUG: Ensure that scalar binops prioritize __array_ufunc__
by Sebastian Berg
· 1 year ago
e4a495d
Merge pull request #27115 from r-devulap/ldexp
by Sebastian Berg
· 1 year ago
bbcedfc
Add MAXSTORE and MAXLOAD for f64 data
by Raghuveer Devulapalli
· 1 year, 1 month ago
6a0d05c
DOC: add todo
by Nathan Goldbaum
· 1 year, 1 month ago
6e03b4f
BUG: fix another cast setup in array_assign_subscript
by Nathan Goldbaum
· 1 year, 1 month ago
40ad3e0
Use the new npyv_loadable_stride_ functions for ldexp and frexp
by Raghuveer Devulapalli
· 1 year, 1 month ago
f636dfd
BUG: Fix repr for integer scalar subclasses
by Sebastian Berg
· 1 year, 1 month ago
bf822ea
Merge pull request #27008 from jorenham/typing/numpy_dtypes
by Sebastian Berg
· 1 year, 1 month ago
b9d07ab
Merge pull request #27091 from seberg/copyto-safety
by Sebastian Berg
· 1 year, 1 month ago
41cc67a
Merge pull request #27096 from SlobodanMiletic/fix_complex_imag_zero
by Sebastian Berg
· 1 year, 1 month ago
8cec566
DOC: remove incorrect docstring comment
by Nathan Goldbaum
· 1 year, 1 month ago
818515b
Fix building NumPy in FIPS mode
by Christian Heimes
· 1 year, 1 month ago
972c16d
Merge pull request #27098 from ngoldbaum/fix-error-handling
by Matti Picus
· 1 year, 1 month ago
e093c7e
TYP: Make array shape type variable covariant and bound
by Jake
· 1 year, 1 month ago
42b58e3
Add an `n_cleanup` as requested in review
by Sebastian Berg
· 1 year, 1 month ago
c5e3766
MAINt: Rename variables and at least only duplicate cleanup
by Sebastian Berg
· 1 year, 1 month ago
8f03248
Apply suggestions from code review
by Sebastian Berg
· 1 year, 1 month ago
886d361
DOC: update np.shares_memory() docs (#27090)
by GUAN MING
· 1 year, 1 month ago
f4f82e9
BUG: add missing error handling in public_dtype_api.c
by Nathan Goldbaum
· 1 year, 1 month ago
c56a453
BUG: Complex printing tests fail on Windows ARM64
by Slobodan
· 1 year, 1 month ago
a3dd0f5
Merge pull request #26848 from jorenham/char-codes-|-prefix
by Sebastian Berg
· 1 year, 1 month ago
4a1ca7d
DEP: lib: Deprecate acceptance of float (and more) in bincount. (#27076)
by Warren Weckesser
· 1 year, 1 month ago
97f6177
BUG: Fix windows default integer for resolver workaround
by Sebastian Berg
· 1 year, 1 month ago
7eb4050
MAINT: Remove value-based check (should be unused now)
by Sebastian Berg
· 1 year, 1 month ago
bb391b5
Merge pull request #27087 from ngoldbaum/fix-dragon4
by Ralf Gommers
· 1 year, 1 month ago
1cb4044
API,BUG: Fix copyto (and ufunc) handling of scalar cast safety
by Sebastian Berg
· 1 year, 1 month ago
1082661
Merge pull request #27027 from seberg/sane-simd-steps
by Charles Harris
· 1 year, 1 month ago
8351d3f
Merge pull request #27081 from mtsokol/array-api-ci-update
by Nathan Goldbaum
· 1 year, 1 month ago
f3337a3
MAINT: remove indirection and use thread-local _bigint_static directly
by Nathan Goldbaum
· 1 year, 1 month ago
8a7e0e0
Merge pull request #27019 from guan404ming/array-builtin-type
by Joren Hammudoglu
· 1 year, 1 month ago
f5e479a
TYP: enhance array type
by GUAN MING
· 1 year, 1 month ago
3662311
ENH: mark the dragon4 scratch space as thread-local
by Nathan Goldbaum
· 1 year, 1 month ago
38e81bb
TST: delete tests that assume warings.catch_warnings is thread-safe
by Nathan Goldbaum
· 1 year, 1 month ago
23680c9
TST: skip test that uses fork if there are running threads
by Nathan Goldbaum
· 1 year, 1 month ago
89fd51c
BUG: don't use alpha version in meson version compare
by Nathan Goldbaum
· 1 year, 1 month ago
84ca719
CI: Upgrade `array-api-tests` hash
by Mateusz Sokół
· 1 year, 1 month ago
893215a
Merge pull request #27058 from agriyakhetarpal/docs/add-missing-np-strings-examples
by Matti Picus
· 1 year, 1 month ago
e0b1c55
MAINT: 3.9/10 cleanups
by Tyler Reddy
· 1 year, 1 month ago
50bd355
BUG: Bump Highway to latest master (#27070)
by Christopher Sidebottom
· 1 year, 1 month ago
fdcbd0e
Merge pull request #27059 from arnaud-ma/attribute-error-no-name-suggestions
by Matti Picus
· 1 year, 1 month ago
755e959
MAINT: linalg: Simplify some linalg gufuncs.
by Warren Weckesser
· 1 year, 1 month ago
08d6004
Merge pull request #27034 from WarrenWeckesser/fix-beta-small-params
by Charles Harris
· 1 year, 1 month ago
b61e079
disable name suggestions on some AttributeErrors
by arnaud-ma
· 1 year, 1 month ago
b2b0338
DOC: Add examples for `np.strings.startswith()`
by Agriya Khetarpal
· 1 year, 1 month ago
be75bec
DOC: Add examples for `np.strings.rfind()`
by Agriya Khetarpal
· 1 year, 1 month ago
78a9810
DOC: Add examples for `np.strings.mod()`
by Agriya Khetarpal
· 1 year, 1 month ago
fc84300
DOC: Add examples for ufunc `np.strings.isalpha()`
by Agriya Khetarpal
· 1 year, 1 month ago
d5f3776
Merge pull request #27051 from HaoZeke/fixCompilerAvail
by Ralf Gommers
· 1 year, 1 month ago
ade6d5e
Merge pull request #27050 from Mousius/highway-asan-check
by Nathan Goldbaum
· 1 year, 1 month ago
4fdf6eb
Move guard so as not to impact x86-simd-sort
by Chris Sidebottom
· 1 year, 1 month ago
e5a3743
Replicate correct sequence of checks for VQSort
by Chris Sidebottom
· 1 year, 1 month ago
d2c2837
TST: random: Add regression test for gh-24475.
by Warren Weckesser
· 1 year, 1 month ago
9f25263
MAINT: random: Refine logarithm-based calculation in Johnk's algorithm.
by Warren Weckesser
· 1 year, 1 month ago
dfc5909
BUG: random: In Johnk's algorithm, use logarithms if either X or Y is 0.
by Warren Weckesser
· 1 year, 1 month ago
6af7bf2
Merge pull request #27052 from ngoldbaum/fix-extbuild-tests
by Ralf Gommers
· 1 year, 1 month ago
a0bd202
TST: fix issues with tests that use numpy.testing.extbuild
by Nathan Goldbaum
· 1 year, 1 month ago
af6dade
TYP: Apply review suggestions in ``numpy.dtypes``
by jorenham
· 1 year, 1 month ago
2459d80
Merge pull request #27048 from WarrenWeckesser/zipf-fix-a-near-1
by Charles Harris
· 1 year, 1 month ago
115c8c6
TST: Skip fortran tests for now on Windows
by Rohit Goswami
· 1 year, 1 month ago
0aba26e
TST: Skip compiled tests if meson is missing
by Rohit Goswami
· 1 year, 1 month ago
cca4a6b
MAINT: Move checker up in f2py test utils
by Rohit Goswami
· 1 year, 1 month ago
67b3ac3
TST: Add a wrapper for f2py compiler cli tests
by Rohit Goswami
· 1 year, 1 month ago
5aeafac
TST: Refactor to consistently use CompilerChecker
by Rohit Goswami
· 1 year, 1 month ago
87614eb
Merge pull request #27043 from ngoldbaum/free-threaded-pypi-upload
by Ralf Gommers
· 1 year, 1 month ago
0a576b5
MAINT: Restore legacy zipf implementation.
by Warren Weckesser
· 1 year, 1 month ago
4606b13
Mirror VQSORT_ENABLED logic in Quicksort
by Christopher Sidebottom
· 1 year, 1 month ago
65d23d0
Merge pull request #27047 from ngoldbaum/fix-array-assign-subscript
by Matti Picus
· 1 year, 1 month ago
f5a5e04
BUG: random: Fix long delays/hangs with zipf(a) when a near 1.
by Warren Weckesser
· 1 year, 1 month ago
48f03da
TYP,BUG: Complete type stubs for ``numpy.dtypes``
by jorenham
· 1 year, 1 month ago
85071d9
BUG: use proper input and output descriptor in array_assign_subscript cast setup
by Nathan Goldbaum
· 1 year, 1 month ago
339c927
BUG: random: prevent zipf from hanging when parameter is large.
by Warren Weckesser
· 1 year, 1 month ago
Next »