Sign in
chromium
/
external
/
github.com
/
numpy
/
numpy
/
refs/tags/v1.11.0
/
numpy
tag
a50726eb04a64ff9124c0ba97621fcbcf8bb7675
tagger
Charles Harris <charlesr.harris@gmail.com>
Sun Mar 27 20:15:44 2016
object
4092a9e160cc247a4a45724579a0c829733688ca
Numpy 1.11.0
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
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
d426ed9
BUG:Should fix astype cast bug in numpy.fft module Closes #6693
by Tushar Gautam
· 10 years ago
44c49f3
TST: Added lots of new tests for fromnumeric.py
by gfyoung
· 10 years ago
4dd71a3
TST: Add tests for check_fit with deg specified as list
by Jonathan Underwood
· 10 years ago
5f7b1af
ENH: Allow specification of terms to fit in fit method
by Jonathan Underwood
· 10 years ago
c65093c
TST: Add tests for hermefit with deg specified as list
by Jonathan Underwood
· 10 years ago
6411ec5
ENH: Allow specification of terms to fit in hermefit
by Jonathan Underwood
· 10 years ago
fd5d1a4
TST: Add tests for polyfit with deg specified as list
by Jonathan Underwood
· 10 years ago
b904ef1
ENH: Allow specification of terms to fit in polyfit
by Jonathan Underwood
· 10 years ago
84e0b6e
TST: Add tests for lagfit with deg specified as list
by Jonathan Underwood
· 10 years ago
8dcf033
ENH: Allow specification of terms to fit in lagfit
by Jonathan Underwood
· 10 years ago
b8180bb
TST: Add tests for hermfit with deg specified as list
by Jonathan Underwood
· 10 years ago
acc294d
ENH: Allow specification of terms to fit in hermfit
by Jonathan Underwood
· 10 years ago
1a9fb06
TST: Add tests for chebfit with deg specified as list
by Jonathan Underwood
· 10 years ago
942f294
ENH: Allow specification of terms to fit in chebfit
by Jonathan Underwood
· 10 years ago
4095116
TST: Add tests for legfit with deg specified as list
by Jonathan Underwood
· 10 years ago
d54e735
ENH: Allow specification of terms to fit in legfit
by Jonathan Underwood
· 10 years ago
7f0d97c
TST: np.isclose, correct error msg on test
by Andrew Nelson
· 10 years ago
54b80df
Merge pull request #7048 from zerothi/enh-fix-distutils.libs
by Charles Harris
· 10 years ago
46bb535
Merge pull request #6608 from stuarteberg/fix-api-version-warning-ints
by Charles Harris
· 10 years ago
2da37a0
ENH: Allow site.cfg information with libraries key
by Nick Papior
· 10 years ago
91ae5fb
MAINT: Add '0x' to API version error for clarity.
by Stuart Berg
· 10 years ago
28fdcf3
Merge pull request #5981 from dfreese/fix/multi_percent_nanperc_bug
by Julian Taylor
· 10 years ago
afd1174
Merge pull request #6933 from anntzer/fastshuffle-memcpy
by Nathaniel J. Smith
· 10 years ago
309fdd4
Revert to non-generative test.
by Antony Lee
· 10 years ago
b8cf7f9
Top shuffle speed for machine-sized ints/floats.
by Antony Lee
· 10 years ago
947b023
Merge pull request #7042 from charris/revert-7001
by Charles Harris
· 10 years ago
5be93a2
MAINT: memcpy-based ~4x faster, typed shuffle.
by Antony Lee
· 10 years ago
865c3e3
Merge pull request #6453 from shoyer/naive-datetime64
by Charles Harris
· 10 years ago
2f78277
Merge pull request #7038 from jakirkham/cblasfuncs_sty_fixes
by Charles Harris
· 10 years ago
Next »