Sign in
chromium
/
external
/
github.com
/
numpy
/
numpy
/
refs/tags/v1.22.3
tag
d91879a7812646bc2d336ba49a0f1acc8dd9c7c3
tagger
Charles Harris <charlesr.harris@gmail.com>
Mon Mar 07 20:00:05 2022
object
7d4349e332fcba2bc3f266267421531b3ec5d3e6
NumPy 1.22.3 release
7d4349e
Merge pull request #21162 from charris/prepare-for-1.22.3-release
by Charles Harris
· 3 years, 6 months ago
v1.22.3
618a74a
REL: Prepare for the NumPy 1.22.3 release.
by Charles Harris
· 3 years, 6 months ago
254322c
Merge pull request #21148 from charris/backport-21132
by Charles Harris
· 3 years, 6 months ago
bda7054
BUG,ENH: np._from_dlpack: export arrays with any-strided size-1 dimensions
by Tirth Patel
· 3 years, 6 months ago
b49feda
Merge pull request #21143 from charris/backport-21016
by Charles Harris
· 3 years, 6 months ago
19f6550
Merge pull request #21142 from charris/backport-21024
by Charles Harris
· 3 years, 6 months ago
cfff158
Merge pull request #21141 from charris/backport-21027
by Charles Harris
· 3 years, 6 months ago
954c9b5
Merge pull request #21140 from charris/backport-21067
by Charles Harris
· 3 years, 6 months ago
09a3791
Merge pull request #21139 from charris/backport-21113
by Charles Harris
· 3 years, 6 months ago
3b31cdc
Merge pull request #21138 from charris/backport-21119
by Charles Harris
· 3 years, 6 months ago
b8c9ca7
MAINT, DOC: Fix SciPy intersphinx link
by melissawm
· 3 years, 6 months ago
87dc319
API: Disallow strings in logical ufuncs (#21024)
by Sebastian Berg
· 3 years, 6 months ago
a794a6f
BUG: use ThreadPoolExecutor instead of ThreadPool
by GalaxySnail
· 3 years, 6 months ago
03d842e
BUG: Fix unpickling an empty ndarray with a none-zero dimension (#21067)
by Alexandre de Siqueira
· 3 years, 6 months ago
56536b1
BUG: Fix numba DUFuncs added loops getting picked up
by Sebastian Berg
· 3 years, 6 months ago
8f9951e
BUG, ENH: np._from_dlpack: export correct device information
by Tirth Patel
· 3 years, 6 months ago
593cc07
Merge pull request #21137 from charris/backport-21127
by Charles Harris
· 3 years, 6 months ago
28b2a4c
BLD,DOC: skip broken ipython 8.1.0
by mayeut
· 3 years, 6 months ago
a93518f
Merge pull request #21106 from BvB93/concat_backport
by Charles Harris
· 3 years, 6 months ago
b9833cc
TYP,TST: Add tests for known mypy-related false-positives
by Bas van Beek
· 3 years, 6 months ago
fc1de7a
TYP,MAINT: Explicitly allow sequences of array-likes in `np.concatenate`
by Bas van Beek
· 3 years, 6 months ago
8230756
Merge pull request #21048 from charris/fix-3.10-aarch64
by Charles Harris
· 3 years, 6 months ago
c689b60
MAINT: Use "3.10" instead of "3.10-dev" on travis.
by Charles Harris
· 3 years, 6 months ago
0d98f5b
REL: prepare 1.22.x for further development
by Charles Harris
· 3 years, 7 months ago
f6dddcb
Merge pull request #20989 from charris/prepare-for-1.22-release-2
by Charles Harris
· 3 years, 7 months ago
v1.22.2
2af34ed
REL: Prepare for NumPy 1.22.2 release.
by Charles Harris
· 3 years, 7 months ago
a90813f
Merge pull request #20992 from charris/backport-20990
by Charles Harris
· 3 years, 7 months ago
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
0045308
Merge pull request #20985 from charris/backport-20963
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
a6b059b
Merge pull request #20982 from charris/backport-20940
by Charles Harris
· 3 years, 7 months ago
fdca17c
BUG: Fix misplaced return.
by Charles Harris
· 3 years, 7 months ago
f30858a
MAINT: be more tolerant of setuptools>=60
by Andrew J. Hesford
· 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
aa358cc
Merge pull request #20945 from charris/prepare-for-1.22.2-release
by Charles Harris
· 3 years, 7 months ago
9d4c486
REL: Prepare for the NumPy 1.22.2 release.
by Charles Harris
· 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
2a3900e
Merge pull request #20935 from charris/backport-20916
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
a62fb25
Merge pull request #20912 from charris/backport-20878
by Charles Harris
· 3 years, 7 months ago
bb7c67c
DOC,TST: Fix Pandas code example as per new release
by Mukulika
· 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
28e83c0
Merge pull request #20842 from charris/backport-20695
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
0100e09
REL: prepare 1.22.x for further development
by Charles Harris
· 3 years, 7 months ago
7ce4118
Merge pull request #20820 from charris/prepare-for-1.22.1-release
by Charles Harris
· 3 years, 7 months ago
v1.22.1
5e61926
REL: Prepare for the NumPy 1.22.1 release.
by Charles Harris
· 3 years, 7 months ago
914b11f
Merge pull request #20819 from charris/backport-20791
by Charles Harris
· 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
0674d6b
Merge pull request #20815 from charris/backport-20783
by Charles Harris
· 3 years, 7 months ago
55a2f24
Merge pull request #20814 from charris/backport-20629
by Charles Harris
· 3 years, 7 months ago
95e2165
change "The NumPy community" to "NumPy Developers"
by Omid Rajaei
· 3 years, 7 months ago
fb9cd1d
Update Copyright to 2022
by Omid
· 3 years, 7 months ago
a19410d
DOC: Refer to NumPy, not pandas, in main page
by Denis Laxalde
· 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
bd8ade5
Merge pull request #20805 from charris/backport-20793
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
4877d60
Merge pull request #20795 from charris/fix-20692
by Charles Harris
· 3 years, 7 months ago
586f560
Merge pull request #20796 from charris/backport-20786
by Charles Harris
· 3 years, 7 months ago
0a168fa
Merge pull request #20797 from charris/backport-20731
by Charles Harris
· 3 years, 7 months ago
115cf09
Merge pull request #20798 from charris/backport-20643
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
178d709
DOC: fix OpenBLAS version in release note
by mattip
· 3 years, 7 months ago
940a3c6
BUG, DOC: Fixes SciPy docs build warnings
by melissawm
· 3 years, 7 months ago
eb6be7c
MAINT: Raise RuntimeError if setuptools version is too recent.
by Charles Harris
· 3 years, 7 months ago
8f87be6
Merge pull request #20768 from BvB93/finalize4
by Charles Harris
· 3 years, 8 months ago
Next »