Sign in
chromium
/
external
/
github.com
/
numpy
/
numpy
/
refs/tags/v1.22.2
/
numpy
tag
e3531842104c1eaaa1dcc17ee96684a6fe5cbd59
tagger
Charles Harris <charlesr.harris@gmail.com>
Thu Feb 03 22:10:39 2022
object
f6dddcb2e5ea5ed39675f14429af3585c585a666
NumPy 1.22.2 release
a8d8408
MAINT: Further small return value validation fixes
by Sebastian Berg
· 3 years, 7 months ago
da47aa2
Merge pull request #20986 from charris/backport-20980
by Charles Harris
· 3 years, 7 months ago
c12001c
Merge pull request #20984 from charris/backport-20960
by Charles Harris
· 3 years, 7 months ago
f2a85cb
Merge pull request #20983 from charris/backport-20955
by Charles Harris
· 3 years, 7 months ago
fdca17c
BUG: Fix misplaced return.
by Charles Harris
· 3 years, 7 months ago
7f17bf7
ENH: review return values for PyArray_DescrNew (#20960)
by Matti Picus
· 3 years, 7 months ago
2d05278
BUG: Fix incorrect return type in reduce without initial value
by Sebastian Berg
· 3 years, 7 months ago
8dc2c49
MAINT: f2py: don't generate code that triggers `-Wsometimes-uninitialized` (#20940)
by Ralf Gommers
· 3 years, 7 months ago
e2b5201
Merge pull request #20938 from charris/backport-20931
by Charles Harris
· 3 years, 7 months ago
a796a99
Merge pull request #20937 from charris/backport-20934
by Charles Harris
· 3 years, 7 months ago
2f11271
Merge pull request #20936 from charris/backport-20918
by Charles Harris
· 3 years, 7 months ago
e3afb6d
Extend fix for ARM32
by Niyas Sait
· 3 years, 7 months ago
af98814
Fixes #20930
by Niyas Sait
· 3 years, 7 months ago
3f83722
Fix build_ext interaction with non numpy extensions
by serge-sans-paille
· 3 years, 7 months ago
b48b73b
added where typehints to __init__.pyi
by Janus Heide
· 3 years, 7 months ago
1e1739f
consistency between keyword only where arguments
by Janus Heide
· 3 years, 7 months ago
71bd341
Update numpy/core/fromnumeric.pyi
by Janus
· 3 years, 7 months ago
3585a6e
added missing where typehints in fromnumeric.pyi
by Janus Heide
· 3 years, 7 months ago
a528e85
MAINT: Add annotations for `flatiter.__setitem__`
by Bas van Beek
· 3 years, 7 months ago
07f0ee7
MAINT: Allow `flatiter.__getitem__` to accept 1-tuples
by Bas van Beek
· 3 years, 7 months ago
8c74847
TYP: Relax the return-type of np.vectorize (#20908)
by Charles Harris
· 3 years, 7 months ago
d9df288
Merge pull request #20910 from charris/backport-20886
by Charles Harris
· 3 years, 7 months ago
084d66f
Merge pull request #20909 from charris/backport-20881
by Charles Harris
· 3 years, 7 months ago
06388b6
Merge pull request #20907 from charris/backport-20847
by Charles Harris
· 3 years, 7 months ago
cb69266
Merge pull request #20906 from charris/backport-20831
by Charles Harris
· 3 years, 7 months ago
da48521
BUG: distutils: fix building mixed C/Fortran extensions
by Ralf Gommers
· 3 years, 7 months ago
b5bcf5e
BUG: fix f2py's define for threading when building with Mingw
by Ralf Gommers
· 3 years, 7 months ago
740c6ec
MAINT: remove outdated mingw32 fseek support
by Ralf Gommers
· 3 years, 7 months ago
5d4acac
BUG: Avoid importing numpy.distutils on import numpy.testing (#20769)
by bwoodsend
· 3 years, 7 months ago
9f31c32
Merge pull request #20845 from charris/backport-20833
by Charles Harris
· 3 years, 7 months ago
7f62201
Merge pull request #20844 from charris/backport-20827
by Charles Harris
· 3 years, 7 months ago
7cdbae0
Merge pull request #20843 from charris/backport-20818
by Charles Harris
· 3 years, 7 months ago
84940f6
BUG: Fix comparator function signatures
by Hood Chatham
· 3 years, 7 months ago
ec6961e
TYP: Fix pyright being unable to infer the `real` and `imag` output type
by Bas van Beek
· 3 years, 7 months ago
593b1b2
TST: Split example package, skip limited API test for debug
by Leo Singer
· 3 years, 7 months ago
e78f607
TST: Test building third party C extensions with Py_LIMITED_API
by Leo Singer
· 3 years, 7 months ago
62ff4f8
BUG: Fix build of third-party extensions with Py_LIMITED_API
by Leo Singer
· 3 years, 7 months ago
d60a3be
BLD: Add NPY_DISABLE_SVML env var to opt out of SVML
by Andrew J. Hesford
· 3 years, 7 months ago
d671964
Regression test for inverse indices in `array_api` set functions
by Matthew
· 3 years, 7 months ago
09a379c
BUG: Return correctly shaped inverse indices in `array_api`
by Matthew
· 3 years, 7 months ago
ad22fc6
Merge pull request #20806 from charris/backport-20788
by Charles Harris
· 3 years, 7 months ago
f90c972
Merge pull request #20807 from charris/backport-20762
by Charles Harris
· 3 years, 7 months ago
63e47b5
BUG: Allow integer inputs for pow-related functions in `array_api`
by Matthew
· 3 years, 7 months ago
f6f28d0
BUG: `array_api.argsort(descending=True)` respects relative sort order (#20788)
by Matthew Barber
· 3 years, 7 months ago
75eb378
BUG: Fix that reducelikes honour out always (and live int he future)
by Sebastian Berg
· 3 years, 7 months ago
586f560
Merge pull request #20796 from charris/backport-20786
by Charles Harris
· 3 years, 7 months ago
b059f22
PERF: Optimize array check for bounded 0,1 values
by Kevin Sheppard
· 3 years, 7 months ago
940a3c6
BUG, DOC: Fixes SciPy docs build warnings
by melissawm
· 3 years, 7 months ago
8f87be6
Merge pull request #20768 from BvB93/finalize4
by Charles Harris
· 3 years, 8 months ago
85f1d0a
TYP: Relax the type of `ndarray.__array_finalize__`
by Bas van Beek
· 3 years, 8 months ago
618ff5b
TYP: Allow time manipulation functions to accept `data` and `timedelta` objects
by Bas van Beek
· 3 years, 8 months ago
5163ab6
MAINT: Relax asserts to match relaxed reducelike resolution behaviour
by Sebastian Berg
· 3 years, 8 months ago
0aab422
BUG: Relax dtype identity check in reductions
by Sebastian Berg
· 3 years, 8 months ago
b352098
Merge pull request #20724 from charris/backport-20721
by Charles Harris
· 3 years, 8 months ago
d39ad3a
Merge pull request #20725 from charris/backport-20719
by Charles Harris
· 3 years, 8 months ago
2fbc8fa
TYP,MAINT: Allow `ndindex` to accept integer tuples
by Bas van Beek
· 3 years, 8 months ago
4a45d24
TYP: change type annotation for `__array_namespace__` to ModuleType
by Ralf Gommers
· 3 years, 8 months ago
258c3ab
BUG: Fix array dimensions solver for multidimensional arguments in f2py
by Pearu Peterson
· 3 years, 8 months ago
2def1fd
Restore vc141 support
by Isuru Fernando
· 3 years, 8 months ago
c283859
Merge pull request #20682 from charris/backport-20416
by Charles Harris
· 3 years, 8 months ago
5399c03
Merge pull request #20681 from charris/backport-20954
by Charles Harris
· 3 years, 8 months ago
794b36f
Update armccompiler.py
by Thomas Green
· 3 years, 8 months ago
d93b14e
Update test_public_api.py
by Thomas Green
· 3 years, 8 months ago
7662c07
Update __init__.py
by Thomas Green
· 3 years, 8 months ago
311ab52
Update armccompiler.py
by Thomas Green
· 3 years, 8 months ago
e6744fe
Update system_info.py
by Thomas Green
· 3 years, 8 months ago
e48bb67
Add armpl as blas/lapack provider
by Thomas Green
· 3 years, 8 months ago
4061f20
Create arm.py
by Thomas Green
· 3 years, 8 months ago
9f83930
Update __init__.py
by Thomas Green
· 3 years, 8 months ago
906aa1c
Update ccompiler.py
by Thomas Green
· 3 years, 8 months ago
02f9b07
Create armccompiler.py
by Thomas Green
· 3 years, 8 months ago
34618d5
See if freeing nbytes or 1 works when nbytes-allocated does not
by Sebastian Berg
· 3 years, 8 months ago
13ae0a9
MAINT: Use `PyArray_NBYTES_ALLOCATED` for data setting
by Sebastian Berg
· 3 years, 8 months ago
298b041
BUG: Fix setstate logic for empty arrays
by Sebastian Berg
· 3 years, 8 months ago
b5f179b
TYP,TST: Bump mypy to 0.930
by Bas van Beek
· 3 years, 8 months ago
b3d8274
Merge pull request #20651 from charris/backport-20630
by Charles Harris
· 3 years, 8 months ago
c61f157
BUG: f2py: Simplify creation of an exception message. Closes gh-19000.
by Warren Weckesser
· 3 years, 8 months ago
a248174
BUG: Support env argument in CCompiler.spawn
by Isuru Fernando
· 3 years, 8 months ago
a7accb7
Merge pull request #20617 from charris/backport-20616
by Charles Harris
· 3 years, 8 months ago
fae64e3
MAINT: Help boost::python libraries at least not crash
by Sebastian Berg
· 3 years, 8 months ago
26447d3
TST: Fix mypy 0.920-related test failures
by Bas van Beek
· 3 years, 8 months ago
58cbe90
Merge pull request #20598 from charris/backport-20583
by Charles Harris
· 3 years, 8 months ago
d03ed0f
Merge pull request #20599 from charris/backport-20587
by Charles Harris
· 3 years, 8 months ago
5802722
Merge pull request #20600 from charris/backport-20590
by Charles Harris
· 3 years, 8 months ago
2e7f636
Merge pull request #20601 from charris/backport-20593
by Charles Harris
· 3 years, 8 months ago
1df444f
Merge pull request #20602 from charris/backport-20595
by Charles Harris
· 3 years, 8 months ago
4cb725f
BUG: Fix PyInit__umath_linalg type
by Kazuki Sakamoto
· 3 years, 8 months ago
c2e34c0
MAINT: Check for buffer interface support rather than try/except
by Sebastian Berg
· 3 years, 8 months ago
bd68bce
BUG: Fix leaks found using pytest-leaks
by Sebastian Berg
· 3 years, 8 months ago
0057317
MAINT: Add `np.rec.array` overloads for `None` and file-like objects
by Bas van Beek
· 3 years, 8 months ago
9e1ad76
MAINT: Allow the `loadtxt` comments parameter to be `None`
by Bas van Beek
· 3 years, 8 months ago
8ec14a1
BUG: Fix issues (mainly) found using pytest-leaks (#20583)
by Sebastian Berg
· 3 years, 8 months ago
9c68986
Merge pull request #20578 from charris/backport-20527
by Charles Harris
· 3 years, 8 months ago
90f0b98
Merge pull request #20576 from charris/backport-20563
by Charles Harris
· 3 years, 8 months ago
9062a9e
Add type hints to the numpy.array_api.Array.__array__ signature
by Aaron Meurer
· 3 years, 8 months ago
d35190f
ENH: Add __array__ to the array_api Array object
by Aaron Meurer
· 3 years, 8 months ago
976a845
Fix sorting of int8/int16
by serge-sans-paille
· 3 years, 8 months ago
351dc06
BUG: Fix small issues found using valgrind
by Sebastian Berg
· 3 years, 8 months ago
d6cc9a4
BUG: Always check for mutated signatures in the legacy resolver
by Sebastian Berg
· 3 years, 9 months ago
74f1d49
REV: Revert adding a default ufunc promoter
by Sebastian Berg
· 3 years, 9 months ago
Next »