Sign in
chromium
/
external
/
github.com
/
numpy
/
numpy
/
refs/tags/v1.11.1
/
numpy
tag
94f0a3e3294689533744fc820887fb5a8603dfa3
tagger
Charles Harris <charlesr.harris@gmail.com>
Sat Jun 25 16:56:37 2016
object
ccc6b8d8fcf92cc6dc19f7e14d91fc6c127114a6
Numpy v1.11.1
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
· 10 years ago
6e067b3
Merge pull request #7324 from charris/revert-vectorizations-for-1.11.x
by Charles Harris
· 10 years ago
fb5003f
Merge pull request #7337 from jakirkham/kf_test_datetime
by Charles Harris
· 10 years ago
f552f85
TST: Mark datetime test as a known failure on Python's below 2.7.
by John Kirkham
· 10 years ago
883c342
TST: fix MemoryError on win32
by Christoph Gohlke
· 10 years ago
2c22c88
Revert "Merge pull request #6980 from juliantaylor/vect-isfinite"
by Charles Harris
· 10 years ago
5595081
Revert "Merge pull request #6994 from juliantaylor/signbit"
by Charles Harris
· 10 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
d012373
BUG: Make randint backwards compatible with pandas
by gfyoung
· 10 years ago
d4e120d
BUG: Enforce dtype for randint singletons
by gfyoung
· 10 years ago
9e5d202
MAINT: Use VisibleDeprecationWarning for indexing deprecations.
by Charles Harris
· 10 years ago
466d60d
Revert #6271 from charris/change-deprecated-indexes-to-error
by Charles Harris
· 10 years ago
8606769
TST: Drop `FutureWarning` filters from tests where they were added.
by John Kirkham
· 10 years ago
635dcee
BUG: Raise a quieter `MaskedArrayFutureWarning` for mask changes.
by John Kirkham
· 10 years ago
e74de04
Improve invalid slice error messages in 1.11
by Nathaniel J. Smith
· 10 years ago
62b3b0e
Merge pull request #7205 from charris/backport-7180
by Charles Harris
· 10 years ago
d74caaa
Merge pull request #7206 from charris/backport-7181
by Charles Harris
· 10 years ago
fabe037
DOC: Updated minor typos in function_base.py and test_function_base.py
by Joseph Fox-Rabinovitz
· 10 years ago
f5b0ce9
BUG: raise IOError on not a file in python2
by Julian Taylor
· 10 years ago
cf3aeb7
BUG: Fixed previous attempt to fix dimension mismatch in nanpercentile
by Joseph Fox-Rabinovitz
· 10 years ago
3aebcbb
TST: Backport #7171
by gfyoung
· 10 years ago
7810a63
TST: Backport #7116
by gfyoung
· 10 years ago
d195078
BUG: Fixed 'midpoint' interpolation of np.percentile in odd cases.
by Mad Physicist
· 10 years ago
84e3b8b
Merge pull request #7160 from charris/backport-7145
by Charles Harris
· 10 years ago
40d7c4d
MAINT: Addressed comments in PR #7145
by Aditya Panchal
· 10 years ago
87cbb61
BUG: Fixed regressions in np.piecewise in ref to #5737 and #5729.
by Aditya Panchal
· 10 years ago
be4b496
Reascertain that linspace respects ndarray subclasses in start, stop.
by Marten van Kerkwijk
· 10 years ago
04efc7d
Merge pull request #7154 from charris/backport-7149
by Charles Harris
· 10 years ago
26e41d5
Merge pull request #7157 from gfyoung/backport-7119
by Charles Harris
· 10 years ago
234b84d
Merge pull request #7155 from charris/backport-7147
by Charles Harris
· 10 years ago
0aa5219
BUG: Backport #7119
by gfyoung
· 10 years ago
332c4d1
TST: remove duplicate test
by Nathaniel J. Smith
· 10 years ago
82c59d0
Temporarily disable __numpy_ufunc__
by Nathaniel J. Smith
· 10 years ago
0cdccd2
TST: Add missing suffix to temppath manager
by Sebastian Berg
· 10 years ago
ec6b894
BUG: mode kwargs passed as unicode to np.pad raises an exception
by bertrand
· 10 years ago
e725f99
MAINT: Accepted all review comments for PR#7125
by Joseph Fox-Rabinovitz
· 10 years ago
c2d249d
DOC: Updated documentation wording and examples for np.percentile.
by Joseph Fox-Rabinovitz
· 10 years ago
dae1a38
MAINT: warn in egg_info command if using setuptools.sdist.
by Ralf Gommers
· 10 years ago
f9fc1a8
DOC: Update `norm` docstring examples to include floating point values.
by John Kirkham
· 10 years ago
0d6f1cc
BUG: Make sure that the `ord=0` case returns a float.
by John Kirkham
· 10 years ago
5a763ce
TST: Verify that `norm` is properly casting values to floats as needed.
by John Kirkham
· 10 years ago
6febef7
BUG: In `norm`, always cast non-floating point arrays to 64-bit floats.
by John Kirkham
· 10 years ago
e3e00ba
BLD: fix compilation on non glibc-Linuxes
by Dmitry Odzerikho
· 10 years ago
115b6a4
REL: Reset strides for RELAXED_STRIDE_CHECKING for 1.11 releases.
by Charles Harris
· 10 years ago
c45d54e
MAINT: Make no relaxed stride checking the default for 1.11.
by Charles Harris
· 10 years ago
70350f4
REL: Prepare for 1.10.x branch.
by Charles Harris
· 10 years ago
275fa79
Merge pull request #7027 from gfyoung/test_fromnumeric_expand
by Charles Harris
· 10 years ago
5a36018
Merge pull request #7052 from charris/fixup-polynomials
by Charles Harris
· 10 years ago
4859621
MAINT: Refactor polynomial leastsquares fits.
by Charles Harris
· 10 years ago
947be0f
Merge pull request #7053 from tushar-rishav/ifft_RAM_requirements
by Charles Harris
· 10 years ago
31dbc05
TST: Add tests for NAT comparison FutureWarning.
by Charles Harris
· 10 years ago
ae85a33
DEP: Emit FutureWarning for NAT comparisons.
by Charles Harris
· 10 years ago
Next »