Sign in
chromium
/
external
/
github.com
/
numpy
/
numpy
/
refs/tags/v1.11.0
tag
a50726eb04a64ff9124c0ba97621fcbcf8bb7675
tagger
Charles Harris <charlesr.harris@gmail.com>
Sun Mar 27 20:15:44 2016
object
4092a9e160cc247a4a45724579a0c829733688ca
Numpy 1.11.0
4092a9e
REL: Numpy 1.11.0 release.
by Charles Harris
· 9 years ago
v1.11.0
22118d0
Merge pull request #7470 from charris/Backport-7469
by Charles Harris
· 9 years ago
1cb61e8
MAINT: Update git .mailmap
by Charles Harris
· 9 years ago
2ec0db0
Merge pull request #7434 from charris/backport-7430
by Charles Harris
· 9 years ago
2ddcff2
DOC: Update 1.11.0-notes.
by Charles Harris
· 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
8bd6c06
Merge pull request #7425 from madphysicist/maint-hist-range
by Charles Harris
· 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
8f867e9
Merge pull request #7417 from charris/tweak-corrcoef
by Charles Harris
· 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
5e62d56
Merge pull request #7401 from charris/backport-7397
by Charles Harris
· 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
d5c3832
Merge pull request #7343 from jakirkham/use_pytz_ci_backport
by Charles Harris
· 9 years ago
ee53e0f
TST: Install `pytz` in the CI.
by John Kirkham
· 9 years ago
fb5003f
Merge pull request #7337 from jakirkham/kf_test_datetime
by Charles Harris
· 9 years ago
5b03b78
Merge pull request #7334 from charris/backport-7331
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
b52d51d
Merge pull request #7302 from charris/sync-1.11.0-notes
by Charles Harris
· 10 years ago
ea7bf57
DOC: Sync 1.11.0-notes with master branch.
by Charles Harris
· 10 years ago
8779cbb
Merge pull request #7298 from charris/backport-7296
by Charles Harris
· 10 years ago
5183b22
Merge pull request #7297 from charris/backport-7258
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
f58e1f0
Merge pull request #7288 from charris/backport-7285
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
60d1803
Merge pull request #7271 from ahaldane/randint_dtype_enforce_backport
by Charles Harris
· 10 years ago
d4e120d
BUG: Enforce dtype for randint singletons
by gfyoung
· 10 years ago
5e273e2
Merge pull request #7249 from charris/revert-indexing-exceptions
by Charles Harris
· 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
7fa12e5
Merge pull request #7218 from charris/backport-7194
by Charles Harris
· 10 years ago
4a55012
Merge pull request #7220 from charris/test-travis
by Charles Harris
· 10 years ago
cc19b82
TST: Try upgrading setuptools, pip, virtualenv & remove 3.2 test.
by Charles Harris
· 10 years ago
9b3f613
Merge pull request #7219 from charris/update-1.11.0-notes
by Charles Harris
· 10 years ago
9ce214f
DOC: Update 1.11.0-notes.rst
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
05b481f
Merge pull request #7214 from njsmith/1.11-invalid-slice-improve-error
by Charles Harris
· 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
13d8633
Merge pull request #7204 from charris/backport-7201
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
98e1b28
Merge pull request #7176 from charris/backport-7174
by Charles Harris
· 10 years ago
0fa7644
DOC: Fix broken pandas link in 1.11.0 release notes
by gfyoung
· 10 years ago
409b267
Merge pull request #7172 from gfyoung/backport-7116-and-7171
by Charles Harris
· 10 years ago
3aebcbb
TST: Backport #7171
by gfyoung
· 10 years ago
7810a63
TST: Backport #7116
by gfyoung
· 10 years ago
3a029a6
Merge pull request #7166 from charris/backport-7129
by Charles Harris
· 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
d4803eb
Merge pull request #7159 from charris/backport-7156
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
1e0ca16
MAINT: Make wheels testing use virtualenv < 14.0.0.
by Charles Harris
· 10 years ago
332c4d1
TST: remove duplicate test
by Nathaniel J. Smith
· 10 years ago
a599178
Merge pull request #7153 from charris/backport-7152
by Charles Harris
· 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
1593c03
Merge pull request #7143 from charris/backport-7125
by Charles Harris
· 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
7955bc8
Merge pull request #7132 from charris/backport-7131
by Charles Harris
· 10 years ago
dae1a38
MAINT: warn in egg_info command if using setuptools.sdist.
by Ralf Gommers
· 10 years ago
7f5efd1
BLD/BUG: revert usage of setuptools when building an sdist.
by Ralf Gommers
· 10 years ago
4efeb30
Merge pull request #7106 from charris/backport-7073
by Charles Harris
· 10 years ago
c965a35
DOC: Update the 1.11.0 release notes.
by Charles Harris
· 10 years ago
e02c46f
Merge pull request #7098 from jakirkham/cast_float_linalg_bp_1_11_x
by Charles Harris
· 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
4388378
Merge pull request #7095 from charris/backport-7092
by Charles Harris
· 10 years ago
e3e00ba
BLD: fix compilation on non glibc-Linuxes
by Dmitry Odzerikho
· 10 years ago
Next »