Sign in
chromium
/
external
/
github.com
/
numpy
/
numpy
/
refs/tags/v1.17.2
/
numpy
tag
97b2160b29936b77624905a593c1bda29c56320f
tagger
Charles Harris <charlesr.harris@gmail.com>
Fri Sep 06 23:53:44 2019
object
fce34f559f17674e7a3301c46b0a9cc991c143d4
NumPy 1.17.2 release
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
9f0e540
TEST: xfail if not x86_64 and linux
by Raghuveer Devulapalli
· 6 years ago
a4b9677
TEST: disable float32 exp/log/sin/cos validation in ARM and 32-bit windows
by Raghuveer Devulapalli
· 6 years ago
0c4ca7d
TEST: adding validation test suite for float32 log, sin and cos
by Raghuveer Devulapalli
· 6 years ago
9884bd0
BUG: fixing bug where AVX expf does not output denormals
by Raghuveer Devulapalli
· 6 years ago
289eb74
TEST: Adding tests to verify accuracy of math functions
by Raghuveer Devulapalli
· 6 years ago
4045da3
REV: "ENH: Improved performance of PyArray_FromAny for sequences of array-like"
by Sebastian Berg
· 6 years ago
91fbe4d
Merge pull request #14082 from charris/backport-14063
by Charles Harris
· 6 years ago
607bf0d
Merge pull request #14081 from charris/backport-14074
by Charles Harris
· 6 years ago
d515bf2
TST Test file-like object detection in save/load
by Luis Pedro Coelho
· 6 years ago
478e292
BUG: Fix file-like object check when saving arrays
by Luis Pedro Coelho
· 6 years ago
3157724
BUG: fix build issue on icc 2016
by Raghuveer Devulapalli
· 6 years ago
4173d36
fixed unstructured_to_structured in recfunctions
by Colin Snyder
· 6 years ago
eeabbf9
Removed unnecessary decorators and dispatcher functions
by Colin Snyder
· 6 years ago
e02394f
exported correct functions and made private the rest
by Colin Snyder
· 6 years ago
1f21b32
add new recfunctions to __all__
by Colin Snyder
· 6 years ago
562405c
Merge pull request #13993 from seberg/issue-13929-2
by Matti Picus
· 6 years ago
c24e43c
DEP: Speed up WarnOnWrite deprecation in buffer interface
by Sebastian Berg
· 6 years ago
d4992d1
Improve illustartion of unsupported args.
by Dan Allan
· 6 years ago
fc97dc9
Copy editing
by Dan Allan
· 6 years ago
bcaf410
Add new section of custom array containers.
by Dan Allan
· 6 years ago
Next »