Sign in
chromium
/
external
/
github.com
/
numpy
/
numpy
/
refs/tags/v1.21.1
/
numpy
tag
e13fc196b121169bac71be6acf1090ccfbd22cac
tagger
Charles Harris <charlesr.harris@gmail.com>
Sun Jul 18 17:37:27 2021
object
df6d2600c51502e1877aac563658d0616a75c5e5
NumPy 1.21.1 release
cadd4ba
DOC: Document that `size_t` is not guaranteed to map to `np.intp` under rare circumstances
by Bas van Beek
· 4 years, 2 months ago
374440e
TST: Update the `dtype` typing tests
by Bas van Beek
· 4 years, 2 months ago
648110f
MAINT: Add a missing `object` overload to `np.dtype`
by Bas van Beek
· 4 years, 2 months ago
8cd3546
MAINT: Add `ctypes` overloads to `np.dtype`
by Bas van Beek
· 4 years, 2 months ago
4c80d18
Merge pull request #19501 from charris/backport-19456
by Charles Harris
· 4 years, 2 months ago
74f82c9
Merge pull request #19500 from charris/backport-19396
by Charles Harris
· 4 years, 2 months ago
c87de48
TST: Fix a `GenericAlias` test failure for python 3.9.0
by Bas van Beek
· 4 years, 2 months ago
96dcd08
ENH: fix typo
by Matti Picus
· 4 years, 2 months ago
a275b51
TST: add multi_index set tests on non-error cases
by Hugo Defois
· 4 years, 2 months ago
8a659e7
BUG: fix a numpy.npiter leak in npyiter_multi_index_set
by Hugo Defois
· 4 years, 2 months ago
16ba6ba
BUG, SIMD: Fix infinite loop during count non-zero on GCC-11
by Sayed Adel
· 4 years, 2 months ago
8d7ad37
MAINT: Avoid unicode characters in division SIMD code comments
by Sebastian Berg
· 4 years, 2 months ago
c33a4eb
Merge pull request #19390 from charris/backport-19130
by Charles Harris
· 4 years, 2 months ago
12e7de5
Merge pull request #19391 from charris/backport-19301
by Charles Harris
· 4 years, 2 months ago
9b38c1c
BUG: Fix NULL special case in object-to-any cast code
by Sebastian Berg
· 4 years, 2 months ago
844571f
BUG: Do not raise deprecation warning for all nans in unique (#19301)
by Thomas J. Fan
· 4 years, 2 months ago
7bb64d9
ENH: SIMD architectures to show_config
by Ganesh Kathiresan
· 4 years, 2 months ago
52247be
Merge pull request #19366 from charris/backport-19360
by Charles Harris
· 4 years, 2 months ago
2f4caec
MAINT: remove `print()`'s in distutils template handling
by Ralf Gommers
· 4 years, 2 months ago
aaacd44
BUG, SIMD: Fix detecting AVX512 features on Darwin
by Sayed Adel
· 4 years, 2 months ago
919318c
Merge pull request #19351 from charris/backport-19322
by Charles Harris
· 4 years, 2 months ago
79d1eb0
Merge pull request #19352 from charris/backport-19323
by Charles Harris
· 4 years, 2 months ago
807020c
TST: test both argument orders
by Gregory Lee
· 4 years, 2 months ago
4f56383
TST: test can_cast when only one argument has a subarray
by Gregory Lee
· 4 years, 2 months ago
6c4e3a9
pass descriptor rather than null
by Gregory Lee
· 4 years, 2 months ago
be8898c
BUG: protect against access an attribute of a NULL pointer
by Gregory Lee
· 4 years, 2 months ago
5b736cc
BUG: Correct Cython declaration
by Kevin Sheppard
· 4 years, 2 months ago
1765a18
BUG: Fix cast safety and comparisons for zero sized voids
by Sebastian Berg
· 4 years, 2 months ago
2e32825
Merge pull request #19350 from BvB93/attr
by Charles Harris
· 4 years, 2 months ago
ff9f9aa
Merge pull request #19349 from charris/backport-19289
by Charles Harris
· 4 years, 2 months ago
b5e4172
Merge pull request #19347 from charris/backport-19276
by Charles Harris
· 4 years, 2 months ago
fc4bc18
TST: Update the typing tests for `np.number` subclasses
by Bas van Beek
· 4 years, 2 months ago
4061a2e
MAINT: Annotate missing attributes of `np.number` subclasses
by Bas van Beek
· 4 years, 2 months ago
70ac04c
BUG: Remove unnecessary incref in type resolution
by Sebastian Berg
· 4 years, 2 months ago
3b24735
BUG: Fix reference count leak
by Sebastian Berg
· 4 years, 2 months ago
c52aeca
ENH: add `numpy.f2py.get_include` function
by Ralf Gommers
· 4 years, 2 months ago
dc5ec98
BUG: Fix `arr.flat.index` for large or big-endian machines
by Sebastian Berg
· 4 years, 2 months ago
34c10e8
MAINT: Introduce `PyArray_PyIntFromIntp` to remove ifdef's
by Sebastian Berg
· 4 years, 2 months ago
82ba6c6
Merge pull request #19342 from charris/fix-doc-pdf-build
by Charles Harris
· 4 years, 2 months ago
937c494
DOC: Fix some docstrings crash pdf generation.
by Charles Harris
· 4 years, 2 months ago
c433e54
MAINT: Add a subscriptable runtime-only placeholder for `_SupportsDType`
by Bas van Beek
· 4 years, 2 months ago
90e7ff1
TST: Test that the `numpy.typing` public API works in combination with runtime Introspection helpers
by Bas van Beek
· 4 years, 2 months ago
7d397c2
MAINT: Replace `"dtype[Any]"` with `dtype` in the definiton of `npt.ArrayLike`
by Bas van Beek
· 4 years, 2 months ago
cd33912
MAINT: Fixed an issue with the return-dtype of `ndarray.real` and `imag
by Bas van Beek
· 4 years, 2 months ago
4ebcc2b
REV,BUG: Replace `NotImplemented` with `typing.Any`
by Bas van Beek
· 4 years, 3 months ago
7d25b81
BUG: Fix refcount leak in ResultType
by Sebastian Berg
· 4 years, 3 months ago
fa5754e
BUG: Add missing DECREF in new path
by Sebastian Berg
· 4 years, 3 months ago
d80e473
BUG: Removed typing for == and != in dtypes
by Ganesh Kathiresan
· 4 years, 3 months ago
98d88c6
TST: Check invalid dtypes for equality | Check TypeError for comparisions
by Ganesh Kathiresan
· 4 years, 3 months ago
5f86809
BUG: Return NotImplemented for unrecognized dtypes
by Ganesh Kathiresan
· 4 years, 3 months ago
7324532
TST: Check invalid dtypes comparison
by Ganesh Kathiresan
· 4 years, 3 months ago
a831463
BUG: Remove TypeError on invalid dtypes comparison
by Ganesh Kathiresan
· 4 years, 3 months ago
a070e5d
Merge pull request #19239 from charris/backport-19402
by Charles Harris
· 4 years, 3 months ago
34c7db0
DOC: fix typo
by Kenichi Maehashi
· 4 years, 3 months ago
d336c26
ENH: support major version larger than 9 in numpy.lib.NumpyVersion
by Kenichi Maehashi
· 4 years, 3 months ago
1befa1b
Fix out-of-bounds array access in convert_datetime_divisor_to_multiple().
by Peter Hawkins
· 4 years, 3 months ago
a218e53
Merge pull request #19233 from charris/backport-19209
by Charles Harris
· 4 years, 3 months ago
1342b96
TST: Getting rid of print
by Raghuveer Devulapalli
· 4 years, 3 months ago
58805d7
TST: 2 blank lines after class def
by Raghuveer Devulapalli
· 4 years, 3 months ago
9ad1ccb
TST: Use conditional xfail
by Raghuveer Devulapalli
· 4 years, 3 months ago
45a322c
BUG: Do not use bare except
by Raghuveer Devulapalli
· 4 years, 3 months ago
2def753
TST: Ignore exp FP exceptions test for glibc ver < 2.17
by Raghuveer Devulapalli
· 4 years, 3 months ago
7a29f54
MAINT: Add `complex` as allowed type for the `np.complexfloating` constructor
by Bas van Beek
· 4 years, 3 months ago
4d1442a
MAINT: Add annotations for the missing `period` parameter to `np.unwrap`
by Bas van Beek
· 4 years, 3 months ago
9fa3b04
Merge pull request #19194 from charris/backport-19174
by Charles Harris
· 4 years, 3 months ago
82622df
MAINT,BUG: Adapt `castingimpl.casting` to denote a minimal level
by Sebastian Berg
· 4 years, 3 months ago
bbdc753
NEP: Accept NEP 35 as final
by Sebastian Berg
· 4 years, 3 months ago
5e459ce
Merge pull request #19180 from charris/backport-19177
by Charles Harris
· 4 years, 3 months ago
e5d2624
Set c99 to intel icc compiler so numpy will build
by i-shenl
· 4 years, 3 months ago
838aae0
BUG, SIMD: Fix detect host/native CPU features on ICC during compile-time
by Sayed Adel
· 4 years, 3 months ago
334b7cd
API: Delay string and number promotion deprecation/future warning
by Sebastian Berg
· 4 years, 3 months ago
a959408
TST fix comment of assert+indentation
by Jérôme Kieffer
· 4 years, 3 months ago
8cd38bb
TST Fix typo
by Jérôme Kieffer
· 4 years, 3 months ago
10f444a
TST: fix pylint
by Jérôme Kieffer
· 4 years, 3 months ago
e297b3d
BUG: re-introduce short-version as it was
by Jérôme Kieffer
· 4 years, 3 months ago
264cc43
expose `short_version` as previously in version.py
by Jérôme Kieffer
· 4 years, 3 months ago
2ed1941
MAINT: Change the variance of the `npt.ArrayLike` to covariant
by Bas van Beek
· 4 years, 3 months ago
106088d
BUG: Fixed an issue wherein `_GenericAlias.__getitem__` would raise for underlying types with >1 parameters
by Bas van Beek
· 4 years, 3 months ago
b167abf
MAINT: Update cversions.
by Charles Harris
· 4 years, 4 months ago
ad021d3
Merge pull request #19075 from charris/fix-version-problem
by Charles Harris
· 4 years, 4 months ago
3c84e9a
BUG: Fix test_numpy_version.
by Charles Harris
· 4 years, 4 months ago
52d5fe1
Change fix of cpu_popcnt.c to use _mm_popcnt_u64/_mm_popcnt_u32 on GCC
by Carl Michal
· 4 years, 4 months ago
8dc7689
Fix compile-time test of POPCNT
by Carl Michal
· 4 years, 4 months ago
d691f18
Merge pull request #19066 from BvB93/nanmedian
by Charles Harris
· 4 years, 4 months ago
ae9314e
MAINT: Directly grab `nan` from the input array
by Bas van Beek
· 4 years, 4 months ago
410924e
TST: Update the `np.nanmedian` tests for all-nan arrays
by Bas van Beek
· 4 years, 4 months ago
a8b825c
BUG: Fixed an issue wherein `_nanmedian_small` would fail for `timedelta64`-based dtypes
by Bas van Beek
· 4 years, 4 months ago
f91f4bc
BUG: Fixed an issue wherein `nanmedian` could return an array with the wrong dtype
by Bas van Beek
· 4 years, 4 months ago
6415870
fix gh-19056
by Ismael Jimenez
· 4 years, 4 months ago
f74f500
SIMD: Fix computing the fast int32 division parameters
by Sayed Adel
· 4 years, 4 months ago
4619081
MAINT, SIMD: Several fixes to integer division
by Sayed Adel
· 4 years, 4 months ago
7c16367
SIMD: Separate signed and unsigned loops
by Ganesh Kathiresan
· 4 years, 4 months ago
b6b3267
SIMD: Refined signed and unsigned floor divide
by Ganesh Kathiresan
· 4 years, 4 months ago
b1c3c98
DOC: Added floor divide doc
by Ganesh Kathiresan
· 4 years, 4 months ago
0b8838e
SIMD: Added floor divide logic for signed
by Ganesh Kathiresan
· 4 years, 4 months ago
7f9d342
SIMD: Added dispatch code for signed
by Ganesh Kathiresan
· 4 years, 4 months ago
9bb27e8
SIMD: Add dispatch to generate_umath
by Ganesh Kathiresan
· 4 years, 4 months ago
b000d5d
SIMD: Add signed to dispatch
by Ganesh Kathiresan
· 4 years, 4 months ago
0d3bd92
SIMD: Removed umath code
by Ganesh Kathiresan
· 4 years, 4 months ago
36cc9be
Merge pull request #19046 from seiko2plus/issue_19045
by Charles Harris
· 4 years, 4 months ago
Next »