Sign in
chromium
/
external
/
github.com
/
numpy
/
numpy
/
refs/tags/v1.17.3
/
numpy
tag
73642e693c2e3f145bb962bdf31fe32a886067ab
tagger
Charles Harris <charlesr.harris@gmail.com>
Thu Oct 17 14:30:37 2019
object
ff3df08438d570b0ccdda3f8a008278d8a4ad394
NumPy 1.17.3 release.
7758dd1
BUG: properly define PyArray_DescrCheck
by mattip
· 6 years ago
dc441ee
BUG: random: Create a legacy implementation of random.binomial.
by Warren Weckesser
· 6 years ago
5504e6d
DOC: remove note about Pocketfft license file (non-existing here).
by Ralf Gommers
· 6 years ago
fb83476
MAINT: remove the entropy c-extension module
by mattip
· 6 years ago
d9d620c
BUG: Fix randint when range is 2**32
by Kevin Sheppard
· 6 years ago
dbbc9b1
Merge pull request #14513 from charris/backport-14483
by Charles Harris
· 6 years ago
16d201b
MAINT: Minor fixes and cleanups
by Sebastian Berg
· 6 years ago
1bb40d4
BUG: Fix occurances where variables are cast to shorter int incorrectly
by Sebastian Berg
· 6 years ago
772ac76
MAINT: Delete some unused functions
by Sebastian Berg
· 6 years ago
0ee534a
Merge pull request #14502 from charris/backport-14490
by Charles Harris
· 6 years ago
2e6c104
BUG: fix compiler warnings
by mattip
· 6 years ago
3b7fd8a
MAINT: use tmp pointers to allow early break; add tests.
by mattip
· 6 years ago
084b46c
BUG: add a specialized loop for boolean matmul
by mattip
· 6 years ago
85d82d4
DOC: Update RandomState docstring from master.
by Charles Harris
· 6 years ago
1afcaee
BUG: random: Fix the mistaken duplicate line. Fixes gh-14557.
by Warren Weckesser
· 6 years ago
744856e
MAINT: random: Revert gh-14458.
by Warren Weckesser
· 6 years ago
597fc07
Merge pull request #14463 from charris/backport-14458
by Charles Harris
· 6 years ago
cda1768
BUG: random.hypergeometic assumes npy_long is npy_int64, hung ppc64
by Allan Haldane
· 6 years ago
b6408d8
MAINT: clean up numpy/fft/info.py
by Ralf Gommers
· 6 years ago
15eb36d
MAINT: move pocketfft .py/.so to `_pocketfft`
by Ralf Gommers
· 6 years ago
3752840
MAINT: Update 1.17.x with 1.18.0-dev pocketfft.py.
by Charles Harris
· 6 years ago
b6ed3f1
Merge pull request #14433 from charris/backport-14209
by Charles Harris
· 6 years ago
ca55abc
Merge pull request #14430 from charris/backport-14429
by Charles Harris
· 6 years ago
30bd4f8
BUG: Fixed maximum relative error reporting in assert_allclose (gh-13802)
by CakeWithSteak
· 6 years ago
5678c0b
BUG: Replace _linear_ramp with linspace
by Lars Grueter
· 6 years ago
e2faeca
ENH: Override module in private error classes displayed as base
by Sebastian Berg
· 6 years ago
18cbe82
Merge pull request #14420 from charris/backport-14351
by Charles Harris
· 6 years ago
f011488
Merge pull request #14421 from charris/backport-14387
by Charles Harris
· 6 years ago
e39cc8c
Apply suggestions from code review
by Matti Picus
· 6 years ago
1a7ef0f
BUG: skip new test on windows, 32-bit
by mattip
· 6 years ago
011a014
BUG: test, fix regression in converting to ctypes
by mattip
· 6 years ago
3f9f093
DOC: Fix a minor typo in dispatch documentation.
by Dan Allan
· 6 years ago
77f48d7
BUG: Fix lexsort + radix sort.
by Hameer Abbasi
· 6 years ago
4c87dd7
MAINT: fix behavior of structured_to_unstructured on non-trivial dtypes
by Allan Haldane
· 6 years ago
94a2142
Merge pull request #14339 from eric-wieser/fix-if-fields-1.17
by Charles Harris
· 6 years ago
66388aa
Merge pull request #14338 from charris/backport-14240
by Charles Harris
· 6 years ago
8e310ec
Merge remote-tracking branch 'upstream/maintenance/1.17.x' into fix-if-fields
by Eric Wieser
· 6 years ago
4452556
BUG: don't fail when lexsorting some empty arrays (#14228)
by Max Bolingbroke
· 6 years ago
50eb546
BUG: Fix segfault in `random.permutation(x)` when x is a string. (#14241)
by Maxwell Aladago
· 6 years ago
e105449
Merge pull request #14309 from charris/backport-14216
by Charles Harris
· 6 years ago
173f193
Merge pull request #14308 from charris/backport-14298
by Charles Harris
· 6 years ago
5837627
MAINT: comment on lack of error checks for madvise()
by Peter Andreas Entschev
· 6 years ago
014b272
MAINT: define MADV_HUGEPAGE if not defined
by Peter Andreas Entschev
· 6 years ago
2be7c06
ENH, REL: Enable huge pages in all Linux builds
by Peter Andreas Entschev
· 6 years ago
eb28880
Merge pull request #14307 from charris/backport-14303
by Charles Harris
· 6 years ago
c62403b
Fix bug in platform detection
by Vladimir Pershin
· 6 years ago
906b63a
MAINT: random: Change type of SeedSequence.n_children_spawned to uint32_t.
by Warren Weckesser
· 6 years ago
ead0dbd
MAINT: random: Fix import in example for _coerce_to_uint32_array.
by Warren Weckesser
· 6 years ago
8978cb5
MAINT: random: Match type of SeedSequence.pool_size to DEFAULT_POOL_SIZE.
by Warren Weckesser
· 6 years ago
e69fc29
Merge pull request #14302 from charris/backport-14270
by Charles Harris
· 6 years ago
483f565
MAINT: Fix remaining misuses of bool(dt.names)
by Eric Wieser
· 6 years ago
5d63992
BUG: Fix detection of structured arrays in mrecords
by Eric Wieser
· 6 years ago
8187c9e
BUG: Don't construct masked arrays with the wrong mask type in genfromtxt
by Eric Wieser
· 6 years ago
b11468e
BUG: Don't allow extra fields to be added in genfromtxt
by Eric Wieser
· 6 years ago
1f0d66c
MAINT: Use the `.names is None` idiom to detect structured array in arrayprint
by Eric Wieser
· 6 years ago
18eb652
MAINT: Remove incorrect comment about flattening
by Eric Wieser
· 6 years ago
0bdf0b9
MAINT: Improve ndpointer.__name__ for structured types with 0 fields
by Eric Wieser
· 6 years ago
00b6745
MAINT: Test names against None for consistency
by Eric Wieser
· 6 years ago
b7a9378
BUG: recfunctions: Don't return None in place of empty sequences
by Eric Wieser
· 6 years ago
7311273
BUG: Fix crash on genfromtxt with nested empty structured array
by Eric Wieser
· 6 years ago
03cd242
BUG: Fix crash in recarray if nested structured dtypes contain padding
by Eric Wieser
· 6 years ago
5fbce6d
BUG: Make np.record work on structured fields with no fields
by Eric Wieser
· 6 years ago
5b830ae
MAINT: Improve error message dtype appearance
by aleju
· 6 years ago
e15dfd3
BUG: Fix formatting error in exception message
by aleju
· 6 years ago
003fe7f
BUG: Fix leak in the f2py-generated module init and `PyMem_Del` usage
by Sergei Lebedev
· 6 years ago
c196d8b
Merge pull request #14237 from charris/backport-14141
by Charles Harris
· 6 years ago
4e5e265
ENH: add c-imported modules for freeze analysis in np.random
by Yuan
· 6 years ago
3041544
Fixed default BitGenerator name
by Giuseppe Cuccu
· 6 years ago
d66efcd
Merge pull request #14201 from charris/backport-14171
by Charles Harris
· 6 years ago
9b94f15
Merge pull request #14200 from charris/backport-14178
by Charles Harris
· 6 years ago
11e22fc
Merge pull request #14199 from charris/backport-14185
by Charles Harris
· 6 years ago
1ce80cd
Merge pull request #14198 from charris/backport-14190
by Charles Harris
· 6 years ago
9f40c23
BUG: Make advanced indexing result on read-only subclass writeable (#14171)
by jeremiedbb
· 6 years ago
ed0b667
Incremented _tol my factor of 8.
by Oleksandr Pavlyk
· 6 years ago
61ae11c
Replaced np.sqrt(X.size) with np.sqrt(np.log2(X.size)) per PR review
by Oleksandr Pavlyk
· 6 years ago
201227c
Replaced assert_array_almost_equal with assert_allclose
by Oleksandr Pavlyk
· 6 years ago
15a0f76
MAINT: work-around for Intel compiler bug.
by Oleksandr Pavlyk
· 6 years ago
9643bf3
DOC: Fix hermitian argument docs in svd
by hvy
· 6 years ago
2335151
Merge pull request #14194 from eric-wieser/fix-14140
by Charles Harris
· 6 years ago
48b8978
MAINT: Print more informative message when test fails.
by Charles Harris
· 6 years ago
968bf13
Merge pull request #14160 from charris/backport-14121
by Charles Harris
· 6 years ago
894482f
Merge pull request #14159 from charris/backport-14143
by Charles Harris
· 6 years ago
75c57a2
Merge pull request #14158 from charris/backport-14144
by Charles Harris
· 6 years ago
f1f75d8
Merge pull request #14157 from charris/backport-14152
by Charles Harris
· 6 years ago
a088b4d
BLD: Added missing gcd/lcm definitions to npy_math (#14121)
by Seth Troisi
· 6 years ago
61cbdec
BUG: Fix DeprecationWarning in python 3.8 due to implicit conversion to int
by Eric Wieser
· 6 years ago
38b895f
BUG: Remove stray print that causes a SystemError on python 3.7 due to an exception being in flight
by Eric Wieser
· 6 years ago
cc1d21d
BUG: avx2_scalef_ps must be static
by Oleksandr Pavlyk
· 6 years ago
9743ccf
Allow fuss in testing strided/non-strided exp/log loops
by Oleksandr Pavlyk
· 6 years ago
4e68aba
BUG: Remove the broken clip wrapper
by Eric Wieser
· 6 years ago
e9026853
Merge pull request #14129 from charris/backport-14124
by Charles Harris
· 6 years ago
840c7fd
Merge pull request #14128 from charris/backport-14091
by Charles Harris
· 6 years ago
7383e56
Merge pull request #14127 from charris/backport-14085
by Charles Harris
· 6 years ago
da7b366
MAINT: Use equality instead of identity check with literal
by Harmon
· 6 years ago
52cd55f
MAINT: Remove unused import.
by Charles Harris
· 6 years ago
1455f31
Addressed PR feedback
by Oleksandr Pavlyk
· 6 years ago
0341b2d
MAINT: adjustments to test_ufunc_noncontigous
by Oleksandr Pavlyk
· 6 years ago
3a83a9e
Add blank line above doctest for intersect1d
by Jackie Leng
· 6 years ago
a46a201
MAINT: Mark umath accuracy test xfail.
by Charles Harris
· 6 years ago
247e62e
MAINT: Correct spelling.
by Charles Harris
· 6 years ago
Next »