Sign in
chromium
/
external
/
github.com
/
numpy
/
numpy
/
refs/tags/v1.13.0rc2
tag
d1494a8c34826066c7468d22fb5cab9919847de0
tagger
Charles Harris <charlesr.harris@gmail.com>
Thu May 18 18:11:13 2017
object
59aec750c677b348dce102bc6fa1e6f9395362b8
NumPy v1.13.0rc2 release
59aec75
REL: NumPy 1.13.0rc2 release.
by Charles Harris
· 8 years ago
v1.13.0rc2
7ea4d3b
Merge pull request #9136 from charris/backport-9115
by Charles Harris
· 8 years ago
3d87af0
Merge pull request #9135 from charris/backport-9113
by Charles Harris
· 8 years ago
7b9a98d
RF: remove main clause
by Matthew Brett
· 8 years ago
531c36b
RF: delay calls of array repr in getlimits
by Matthew Brett
· 8 years ago
aab9639
BUG: Compilation crashes in MSVC when LIB or INCLUDE is not set
by David Hagen
· 8 years ago
9c52dbe
Merge pull request #9111 from mhvk/array_ufunc_reduce_out_tuple
by Eric Wieser
· 8 years ago
65c1a50
Merge pull request #9133 from charris/deprecate-expand_dims-bad-axis
by Charles Harris
· 8 years ago
7415596
DEP: Deprecate incorrect behavior of expand_dims.
by Charles Harris
· 8 years ago
ca49f0b
DOC: update documentation allowing tuple of one in reduce, etc.
by Marten van Kerkwijk
· 8 years ago
1b53503
Merge pull request #9129 from mhvk/array_ufunc_fast_scalar_power_backport
by Charles Harris
· 8 years ago
f652cdf
DOC: mention that ndarray.__pow__ takes shortcuts in NEP.
by Marten van Kerkwijk
· 8 years ago
5bfc6b4
BUG: errors in fast_scalar_power are not propagated.
by Marten van Kerkwijk
· 8 years ago
7c6ace1
Merge pull request #9123 from ahaldane/1.13_note_ma_scalar_bp
by Charles Harris
· 8 years ago
d4047f8
DOC: update 1.13 release note for MaskedArray, masked constants ellipisis indexing
by Allan Haldane
· 8 years ago
aabcbf2
Merge pull request #9124 from juliantaylor/abs-no-elide
by Charles Harris
· 8 years ago
af01744
DOC: add numeric type to temp elision requirements
by Julian Taylor
· 8 years ago
267a450
MAINT: use PyArray_ISNUMBER to decide whether to elide
by Julian Taylor
· 8 years ago
18bac35
BUG: ufunc.reduce,accumulate,reduceat cannot deal with out tuple.
by Marten van Kerkwijk
· 8 years ago
3abc112
TST: move elision tests to their own class and add some more
by Julian Taylor
· 8 years ago
e75be11
BUG: only elide basic dtypes in unary ops
by Julian Taylor
· 8 years ago
fb67d49
BUG: do not elide complex abs()
by Julian Taylor
· 8 years ago
0545f68
BUG: ensure axis=None gets passed on correctly to ufunc.reduce.
by Marten van Kerkwijk
· 8 years ago
315bbcd
Merge pull request #9097 from cgohlke/patch-1
by Charles Harris
· 8 years ago
a411fc5
TST: fix test_basic failure on Windows
by Christoph Gohlke
· 8 years ago
5d9a536
Merge pull request #9093 from mhvk/array-ufunc-ref-count-bug-1.13
by Charles Harris
· 8 years ago
968dfa0
BUG remove memory leak in array ufunc override.
by Marten van Kerkwijk
· 8 years ago
65f1019
Merge pull request #9091 from shoyer/array-ufunc-error-message
by Charles Harris
· 8 years ago
e571559
MAINT: refine error message for __array_ufunc__ not implemented
by Stephan Hoyer
· 8 years ago
12f5927
BRANCH: Update some parameters for the 1.13 branch.
by Charles Harris
· 8 years ago
14ff219
Merge pull request #9087 from eric-wieser/fix-ufunc-resolution
by Julian Taylor
· 8 years ago
8f9eeef
MAINT: fix intp formatting warnings
by Julian Taylor
· 8 years ago
171cdee
MAINT: Remove avoidable warnings
by Eric Wieser
· 8 years ago
82e923f
Merge pull request #9080 from charris/release-notes-and-mailmap
by Charles Harris
· 8 years ago
bbb2b81
Merge pull request #9050 from juliantaylor/fortranobj-path
by Charles Harris
· 8 years ago
08b987a
MAINT: use if instead of loop
by Eric Wieser
· 8 years ago
5bf2a79
BUG: Fix inconsistent lookup of __array_ufunc__.
by Eric Wieser
· 8 years ago
ccfa36c
MAINT: Fix warnings about int vs intp
by Eric Wieser
· 8 years ago
69a423b
MAINT: Distinguish "correct" special method lookups from incorrect ones
by Eric Wieser
· 8 years ago
2c14703
Merge pull request #9070 from ahaldane/silence_join_by
by Eric Wieser
· 8 years ago
9177d0b
BUG: Preserve field order in join_by, avoids FutureWarning
by Allan Haldane
· 8 years ago
72b50eb
DOC: Update 1.13 release notes.
by Charles Harris
· 8 years ago
94005e8
MAINT: Update .mailmap to include new contributers.
by Charles Harris
· 8 years ago
790dbcb
Merge pull request #9077 from eric-wieser/object-recursion
by Julian Taylor
· 8 years ago
db0041d
TST: Add missing tests for bool scalar conversion
by Eric Wieser
· 8 years ago
8618066
Merge pull request #9054 from eric-wieser/fix-pep3118
by ahaldane
· 8 years ago
59fbc7d
BUG: Don't silence errors in bool(object_array)
by Eric Wieser
· 8 years ago
00f7710
BUG: Prevent stackoverflow on self-containing arrays
by Eric Wieser
· 8 years ago
5e78b88
Merge pull request #9074 from scop/py36esc
by Charles Harris
· 8 years ago
2b4ecc4
Merge pull request #8846 from gfyoung/randint-extreme-range
by Charles Harris
· 8 years ago
beb4ae2
Merge pull request #9026 from eric-wieser/ufunc_docstrings
by Charles Harris
· 8 years ago
e8ca489
ENH: Python 3.6 invalid escape sequence deprecation fixes
by Ville Skyttä
· 8 years ago
c11628a
Merge pull request #9075 from scop/spelling
by Jaime
· 8 years ago
ef56845
ENH: Spelling fixes
by Ville Skyttä
· 8 years ago
1f88730
BUG: Buttress handling of extreme values in randint
by gfyoung
· 8 years ago
23b0cf3
Merge pull request #9072 from njsmith/preserve-multiarray-import-error
by Julian Taylor
· 8 years ago
2ff70d0
BUG: if importing multiarray fails, don't discard the error message
by Nathaniel J. Smith
· 8 years ago
2e32026
DOC: Correct parameter names for spacing and invert
by Eric Wieser
· 8 years ago
0025c86
DOC: Simplify the output of help(ufunc)
by Eric Wieser
· 8 years ago
bcc77f9
DOC: Remove explanation of exception due to out
by Eric Wieser
· 8 years ago
ba6c1af
DOC: Refer to main ufunc docs for kwargs
by Eric Wieser
· 8 years ago
476ce74
DOC: Show full argument lists for ufuncs
by Eric Wieser
· 8 years ago
11f3ebf
Merge pull request #9063 from shoyer/divmod
by Eric Wieser
· 8 years ago
8fbf75e
DOC: fix docstring for np.isin
by Stephan Hoyer
· 8 years ago
a148978
DOC: update ufunc overides NEP with __divmod__
by Stephan Hoyer
· 8 years ago
6144637
ENH: switch ndarray.__divmod__ to use np.divmod
by Stephan Hoyer
· 8 years ago
d51b538
ENH: add divmod support to NDArrayOperatorsMixin
by Stephan Hoyer
· 8 years ago
c9d1f9e
ENH: add np.divmod ufunc
by Stephan Hoyer
· 8 years ago
d7d1b2a
BUG: Move ctypes ImportError catching to appropriate place (#8898)
by davidjn
· 8 years ago
bc5dae9
Merge pull request #9058 from charris/update-warning-message
by Charles Harris
· 8 years ago
29e6071
Merge pull request #9060 from longjon/always-conjugate2
by Charles Harris
· 8 years ago
a7fb64c
DEP: deprecate ndarray.conjugate's no-op fall through for non-numeric types
by Jonathan L Long
· 8 years ago
39aaa2d
Merge pull request #8421 from seberg/isnat
by Charles Harris
· 8 years ago
868aa75
DOC: Document isnat addition and related warning changes
by Sebastian Berg
· 8 years ago
ca05d52
BUG: Remove warning NaT filter from masked array test utils
by Sebastian Berg
· 8 years ago
92aa408
BUG: Remove warning filters from comparison assert functions
by Sebastian Berg
· 8 years ago
eb8ead6
ENH: Add isnat function
by Sebastian Berg
· 8 years ago
25a6dfb
Merge pull request #8964 from juliantaylor/empty-read
by Julian Taylor
· 8 years ago
bde121f
Merge pull request #8939 from eric-wieser/deprecate-mini
by Charles Harris
· 8 years ago
c33241f
Merge pull request #9062 from longjon/deprecation-double-space
by Eric Wieser
· 8 years ago
156af61
MAINT: add __doc__ to minimum
by Eric Wieser
· 8 years ago
858a4ff
STY: Tabs to spaces
by Eric Wieser
· 8 years ago
e1dc37b
DEP: inconsistent axis default for np.ma.maximum
by Eric Wieser
· 8 years ago
e1878bf
Merge pull request #9061 from longjon/userdef-conjugate
by Eric Wieser
· 8 years ago
88d6edb
DOC: Add future change in structure assignment to release notes.
by Charles Harris
· 8 years ago
3b372f0
BUG: ndarray.conjugate broken for custom dtypes (unlike np.conjugate)
by Jonathan L Long
· 8 years ago
495a254
STY: two blank lines between classes per PEP8
by Jonathan L Long
· 8 years ago
491ddf4
Merge pull request #9024 from zengi/patch-1
by Charles Harris
· 8 years ago
b012449
DEP: Deprecate single-argument np.ma.m(in|ax)imum
by Eric Wieser
· 8 years ago
588448c
DEP: Deprecate np.ma.MaskedArray.mini
by Eric Wieser
· 8 years ago
6153a70
Merge pull request #8918 from eric-wieser/deprecate-ma-argsort-no-axis
by Charles Harris
· 8 years ago
8571256
Merge pull request #8911 from eric-wieser/fix-check_api_dict
by Charles Harris
· 8 years ago
d761fd6
Merge pull request #8816 from eric-wieser/fix-r_
by Charles Harris
· 8 years ago
0a8ee4c
DEP: deprecate calling ma.argsort without an axis
by Eric Wieser
· 8 years ago
36e7513
BUG: np.ma.mr_['r',...] does not return masked arrays
by Eric Wieser
· 8 years ago
b2006cb
BUG: np.r_['r',...] crashes on scalars
by Eric Wieser
· 8 years ago
d6069fb
BUG: np.r_['rc'] is treated as np.r_['r'], not an error
by Eric Wieser
· 8 years ago
0a4f3a0
TST: Add some tests for passing r and c to r_
by Eric Wieser
· 8 years ago
15e49b4
MAINT: Use enumerate instead of range(len(...))
by Eric Wieser
· 8 years ago
37d756c
BUG: Remove mutable state from AxisConcatenator
by Eric Wieser
· 8 years ago
Next »