Sign in
chromium
/
external
/
github.com
/
numpy
/
numpy
/
refs/tags/v1.13.0rc2
/
numpy
tag
d1494a8c34826066c7468d22fb5cab9919847de0
tagger
Charles Harris <charlesr.harris@gmail.com>
Thu May 18 18:11:13 2017
object
59aec750c677b348dce102bc6fa1e6f9395362b8
NumPy v1.13.0rc2 release
7ea4d3b
Merge pull request #9136 from charris/backport-9115
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
5bfc6b4
BUG: errors in fast_scalar_power are not propagated.
by Marten van Kerkwijk
· 8 years ago
aabcbf2
Merge pull request #9124 from juliantaylor/abs-no-elide
by Charles Harris
· 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
a411fc5
TST: fix test_basic failure on Windows
by Christoph Gohlke
· 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
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
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
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
ef56845
ENH: Spelling fixes
by Ville Skyttä
· 8 years ago
1f88730
BUG: Buttress handling of extreme values in randint
by gfyoung
· 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
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
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
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
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
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
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
4d9910f
MAINT: Update FutureWarning message.
by Charles Harris
· 8 years ago
e6b8e75
MAINT: Remove code duplicated from np.r_ in np.ma.mr_
by Eric Wieser
· 8 years ago
a4f435c
BUG: Prevent autogenerated names clashing with given names
by Eric Wieser
· 8 years ago
3c4545f
BUG: Fix non-determinism in order of fields created from pep3118 formats
by Eric Wieser
· 8 years ago
fed2e1a
ENH: Pad with itemsize, not padding fields
by Eric Wieser
· 8 years ago
7f6c95f
MAINT: refactor _dtype_from_pep3118 in terms of a stream
by Eric Wieser
· 8 years ago
69b0c42
ENH: Add isin, genereralizing in1d to ND arrays (#8423)
by B R S Recht
· 8 years ago
67bfabf
BUG: distutils, add compatiblity python parallelization
by Julian Taylor
· 8 years ago
7d134a3
BUG: distutils, place fortranobject files in subfolder
by Julian Taylor
· 8 years ago
7dbdbfa
MAINT: Add date and numpy version to TestNPY_CHAR.
by Charles Harris
· 8 years ago
9c39207
MAINT: add deprecation warnings for NPY_CHAR usage
by Julian Taylor
· 8 years ago
a618b4e
MAINT: remove usage of NPY_CHAR from f2py
by Julian Taylor
· 8 years ago
b8d0498
TST: add a char array input test
by Julian Taylor
· 8 years ago
43914a4
Merge pull request #9038 from juliantaylor/no-rebuild-args
by Charles Harris
· 8 years ago
401597b
BUG: check compiler flags to determine the need for a rebuild
by Julian Taylor
· 8 years ago
9c3d247
Merge pull request #8989 from eric-wieser/object-repr
by Charles Harris
· 8 years ago
2187003
Merge pull request #8876 from eric-wieser/ufunc-refactor
by Eric Wieser
· 8 years ago
89d7d1d
DOC: Release note and docstring
by Eric Wieser
· 8 years ago
95b550b
ENH: Print object arrays containing lists unambiguously
by Eric Wieser
· 8 years ago
d46df62
Merge pull request #8967 from shoyer/positive
by Eric Wieser
· 8 years ago
e799be5
ENH: add __pos__ to NDArrayOperatorsMixin
by Stephan Hoyer
· 8 years ago
8db9662
ENH: add np.positive ufunc and use it for ndarray.__pos__
by Stephan Hoyer
· 8 years ago
aa4f608
Merge pull request #9014 from shoyer/array_ufunc-None
by Charles Harris
· 8 years ago
Next »