Sign in
chromium
/
external
/
github.com
/
numpy
/
numpy
/
refs/tags/v1.11.3
/
numpy
tag
9098d1f934b0e7787568585d4a00cb223e1f9131
tagger
Charles Harris <charlesr.harris@gmail.com>
Sun Dec 18 22:20:53 2016
object
bfc9a059c48c57c4ef20bebe88d6f6ce363d1464
NumPy 1.11.3 release.
3150101
TST: Fix tests in PR #8341 for NumPy 1.11.x
by Charles Harris
· 9 years ago
e35af96
BUG: numpy.ndarray.tofile creates a corrupt file for large arrays in append file mode
by Pavel Potocek
· 9 years ago
1cd7856
BUG: core: fix bug in NpyIter buffering with discontinuous arrays
by Pauli Virtanen
· 9 years ago
9324f10
BUG: fix np.ma.median with only one non-masked value
by Loïc Estève
· 9 years ago
43899e1
TST: Add ma.median tests for valid axis.
by Charles Harris
· 9 years ago
346efba
BUG: Fix numpy.ma.median for various things.
by Charles Harris
· 9 years ago
824d010
BUG: Fixes return for np.ma.count if keepdims is True and axis is None
by Michael Seifert
· 9 years ago
443f425
MAINT: Remove leftover imp module imports.
by Charles Harris
· 9 years ago
78eba2f
BUG: MSVCCompiler grows 'lib' & 'include' env strings exponentially.
by Charles Harris
· 9 years ago
2c8a3ba
Merge pull request #7953 from charris/backport-7937
by Charles Harris
· 9 years ago
0ed551f
Merge pull request #7955 from charris/backport-7941
by Charles Harris
· 9 years ago
df32cf3
BUG: Guard against buggy comparisons in generic quicksort.
by Charles Harris
· 9 years ago
b29ed40
BUG: Make sure numpy globals keep identity after reload.
by Charles Harris
· 9 years ago
4ddfdef
BUG: Use keyword arguments to initialize Extension base class.
by Charles Harris
· 9 years ago
70e610a
Merge pull request #7939 from charris/backport-7931
by Charles Harris
· 9 years ago
15da06d
BUG: Check for HAVE_LDOUBLE_DOUBLE_DOUBLE_LE in npy_math_complex.
by Charles Harris
· 9 years ago
58e6015
Merge pull request #7932 from charris/backport-7925
by Ralf Gommers
· 9 years ago
0dd11bb
Monkey-patch _msvccompile.gen_lib_option like any other compilators
by Valentin Valls
· 9 years ago
f927421
Merge pull request #7920 from ahaldane/1dmedian_backport_2
by Charles Harris
· 9 years ago
776eb40
BUG: modified ndim condition to use masked_array
by skwbc
· 9 years ago
0800346
BUG: fix for issue#7835 (ma.median of 1d)
by Shota Kawabuchi
· 9 years ago
b900860
Fixed MKL detection for recent versions of this library.
by Xavier Abellan Ecija
· 9 years ago
fa95000
Merge pull request #7917 from charris/fix-skiptest-import
by Ralf Gommers
· 9 years ago
be2c5f3
BUG: Production install of numpy should not require nose.
by Charles Harris
· 9 years ago
5dd2605
BUG: fix float16 type not being called due to wrong ordering
by Julian Taylor
· 9 years ago
d035ad4
DOC: Docstring capitalization/sentence fixes in numpy/ma/core.py.
by Charles Harris
· 9 years ago
27b8c07
BUG: construct ma.array from np.array which contains padding
by Allan Haldane
· 9 years ago
5361d69
BUG: Raise RuntimeError when reloading numpy is attempted.
by Charles Harris
· 9 years ago
1f139ae
Restore get_output
by Marshall Bockrath-Vandegrift
· 9 years ago
199c9ff
MAINT: Fix remaining uses of deprecated Python imp module.
by Charles Harris
· 9 years ago
edd2c3a
MAINT,DOC: Fix some imp module uses and update f2py.compile docstring.
by bertrand
· 9 years ago
309e142
Merge pull request #7824 from charris/backport-7820
by Charles Harris
· 9 years ago
c7b5fad
MAINT: Allocate fewer bytes for empty arrays.
by Charles Harris
· 9 years ago
df68e2e
BUG: Ignore a DeprecationWarning.
by Charles Harris
· 9 years ago
e965ebd
BUG: Make sure npy_mul_with_overflow_<type> detects overflow.
by Charles Harris
· 9 years ago
74cf40f
Merge pull request #7816 from charris/backport-7463
by Charles Harris
· 9 years ago
66be3ab
MAINT: Rename size and sd to nbytes in NewFromDescr_int
by Sebastian Berg
· 9 years ago
af0beed
BUG: fix array too big error for wide dtypes.
by Sebastian Berg
· 9 years ago
b775376
BUG: MaskedArray.count treats negative axes incorrectly
by Allan Haldane
· 9 years ago
f7c2429
ENH: update MA average, median
by Allan Haldane
· 9 years ago
f373221
TST: Unit tests for new kwd args in MA methods
by Allan Haldane
· 9 years ago
37e8d19
ENH: add extra kwargs and update doc of many MA methods
by Allan Haldane
· 9 years ago
4de9331
Merge pull request #7736 from charris/backport-4619
by Charles Harris
· 9 years ago
f7347fd
BUG: many functions silently drop `keepdims` kwarg
by Thomas A Caswell
· 9 years ago
53fe147
BUG: fix issue on OS X with Python 3.x where npymath.ini was not installed.
by Ralf Gommers
· 9 years ago
92f497a
Change mkl_info.dir_env_var from MKL to MKLROOT
by Ray Donnelly
· 9 years ago
a9650cf
BUG: Fix segfaults in np.random.shuffle
by Simon Gibbons
· 9 years ago
ad5d570
MAINT: Fix up C++ style comment in arraytypes.c.src.
by Charles Harris
· 9 years ago
1162879
Fix np.clip bug NaN handling for Visual Studio 2015
by Loïc Estève
· 9 years ago
9cd0f00
BUG: fix handling of right edge of final bin.
by Robert Kern
· 9 years ago
89b5742
Merge pull request #7671 from charris/backport-7669
by Charles Harris
· 9 years ago
4916a75
Merge pull request #7670 from charris/backport-7667
by Charles Harris
· 9 years ago
7501300
BUG: boolean assignment no GIL release when transfer needs API
by Sebastian Berg
· 9 years ago
20d5553
ENH: correct initial index estimate in histogram.
by Robert Kern
· 9 years ago
a528977
TST: Failing test for histogram.
by Robert Kern
· 9 years ago
7ce6556
BUG: fix incorrect printing of 1D masked arrays
by Simon Conseil
· 9 years ago
a48f422
BUG: Temporary fix for str(mvoid) for object field types
by Allan Haldane
· 9 years ago
a62cf4e
Merge pull request #7656 from charris/backport-7655
by Charles Harris
· 9 years ago
72d41d4
BLD: Remove Intel compiler flag -xSSE4.2
by Charles Harris
· 9 years ago
1f80666
STY: ma.extras.median: avoid indexing with list
by Amit Aronovitch
· 9 years ago
c1153b8
BUG: ma.median of 1d array should return a scalar
by Amit Aronovitch
· 9 years ago
7413bda
BLD: correct C compiler customization in system_info.py Closes gh-7606.
by Ralf Gommers
· 9 years ago
e30033c
TST: More tests for linalg.norm() with object arrays
by Matthias Geier
· 9 years ago
8c6dd75
BUG: linalg.norm(): Don't convert object arrays to float
by Matthias Geier
· 9 years ago
e550018
BUG: Ensure mask is preserved on scalars
by Eric Wieser
· 9 years ago
d86a959
TST: Verify np.ma.take works on scalars
by Eric Wieser
· 9 years ago
09fde55
BLD: fix configparser.InterpolationSyntaxError
by Sorin Sbarnea
· 9 years ago
32f8393
BUG: constant padding expected wrong type in constant_values
by chiffa
· 9 years ago
77d911f
TST: added a test for constant padding on 4 sides of a 2d array
by chiffa
· 9 years ago
1c122a4
BUG: allow graceful recovery for no compiler
by Matthew Brett
· 9 years ago
5006616
BUG: Extend glibc complex trig functions blacklist to glibc < 2.18.
by Nikola Forró
· 9 years ago
5bcc51d
BUG: Floating exception with invalid axis in np.lexsort
by Simon Gibbons
· 9 years ago
00222c7
BUG: make sure numpy imports on python 2.6 when nose is unavailable
by Evgeni Burovski
· 9 years ago
dc04f54
Merge pull request #7432 from charris/backport-7363
by Charles Harris
· 9 years ago
2b70e65
ENH: Make no unshare mask future warnings less noisy
by Sebastian Berg
· 9 years ago
ed90637
MAINT: Cleanup of backport of PRs #7416, #7423
by Joseph Fox-Rabinovitz
· 9 years ago
a83e095
BUG: Ongoing fixes to PR#7416
by Joseph Fox-Rabinovitz
· 9 years ago
538593d
DOC: Updated documentation to reflect changes to bin estimators.
by Joseph Fox-Rabinovitz
· 9 years ago
86f83fb
BUG: Incorrect handling of range in `histogram` with automatic bins.
by Joseph Fox-Rabinovitz
· 9 years ago
21a2e1f
TST: Check that result of corrcoef are clipped.
by Charles Harris
· 9 years ago
258fdd6
MAINT/BUG: Clip real and imag parts of corrcoef return to [-1, 1].
by Charles Harris
· 9 years ago
2252e48
Merge pull request #7412 from charris/backport-7407
by Charles Harris
· 9 years ago
e428127
BUG: Fix decref before incref for in-place accumulate
by Sebastian Berg
· 9 years ago
46979a4
BUG: incorrect type for objects whose __len__ fails
by Allan Haldane
· 9 years ago
6e067b3
Merge pull request #7324 from charris/revert-vectorizations-for-1.11.x
by Charles Harris
· 9 years ago
fb5003f
Merge pull request #7337 from jakirkham/kf_test_datetime
by Charles Harris
· 9 years ago
f552f85
TST: Mark datetime test as a known failure on Python's below 2.7.
by John Kirkham
· 9 years ago
883c342
TST: fix MemoryError on win32
by Christoph Gohlke
· 9 years ago
2c22c88
Revert "Merge pull request #6980 from juliantaylor/vect-isfinite"
by Charles Harris
· 9 years ago
5595081
Revert "Merge pull request #6994 from juliantaylor/signbit"
by Charles Harris
· 9 years ago
8779cbb
Merge pull request #7298 from charris/backport-7296
by Charles Harris
· 10 years ago
ea721d6
Revert part of #3907 which incorrectly propogated MaskedArray info.
by Marten van Kerkwijk
· 10 years ago
91558db
DOC: Document that floor_divide and remainder are complementary.
by Charles Harris
· 10 years ago
cb72ae7
TST: Add tests for '//' and '%' (floor_divide, remainder).
by Charles Harris
· 10 years ago
eff3ba4
ENH: Make numpy ufuncs compatible with Python divmod.
by Charles Harris
· 10 years ago
618d632
MAINT: Remove floor function code no longer needed in scalarmath.
by Charles Harris
· 10 years ago
61b395d
ENH: Make numpy floating scalars consistent with Python divmod.
by Charles Harris
· 10 years ago
e5ce6fc
ENH: Add new npy_divmod function to npy_math.
by Charles Harris
· 10 years ago
f698df3
Merge pull request #7290 from charris/backport-7266
by Charles Harris
· 10 years ago
545d53b
BUG: Backport #7266, Segfault for classes with deceptive __len__
by Charles Harris
· 10 years ago
Next »