Sign in
chromium
/
external
/
github.com
/
numpy
/
numpy
/
refs/tags/v1.13.0rc2
/
doc
tag
d1494a8c34826066c7468d22fb5cab9919847de0
tagger
Charles Harris <charlesr.harris@gmail.com>
Thu May 18 18:11:13 2017
object
59aec750c677b348dce102bc6fa1e6f9395362b8
NumPy v1.13.0rc2 release
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
f652cdf
DOC: mention that ndarray.__pow__ takes shortcuts in NEP.
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
af01744
DOC: add numeric type to temp elision requirements
by Julian Taylor
· 8 years ago
72b50eb
DOC: Update 1.13 release notes.
by Charles Harris
· 8 years ago
5e78b88
Merge pull request #9074 from scop/py36esc
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
ef56845
ENH: Spelling fixes
by Ville Skyttä
· 8 years ago
ba6c1af
DOC: Refer to main ufunc docs for kwargs
by Eric Wieser
· 8 years ago
11f3ebf
Merge pull request #9063 from shoyer/divmod
by Eric Wieser
· 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
c9d1f9e
ENH: add np.divmod ufunc
by Stephan Hoyer
· 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
868aa75
DOC: Document isnat addition and related warning changes
by Sebastian Berg
· 8 years ago
bde121f
Merge pull request #8939 from eric-wieser/deprecate-mini
by Charles Harris
· 8 years ago
e1dc37b
DEP: inconsistent axis default for np.ma.maximum
by Eric Wieser
· 8 years ago
88d6edb
DOC: Add future change in structure assignment to release notes.
by Charles Harris
· 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
0a8ee4c
DEP: deprecate calling ma.argsort without an axis
by Eric Wieser
· 8 years ago
b7d3097
Merge pull request #9027 from shoyer/ufunc-overrides-nep-update
by Charles Harris
· 8 years ago
eccfe73
DOC: Improve wording in ufunc_override NEP.
by Charles Harris
· 8 years ago
0c33b29
Merge pull request #9039 from eric-wieser/as-strided_docs
by Charles Harris
· 8 years ago
69b0c42
ENH: Add isin, genereralizing in1d to ND arrays (#8423)
by B R S Recht
· 8 years ago
02805d8
DOC: actually produce docs for as_strided
by Eric Wieser
· 8 years ago
07dd1c9
DOC: add NPY_CHAR note to release notes
by Julian Taylor
· 8 years ago
9e5786b
DOC: simply -> simplify
by Stephan Hoyer
· 8 years ago
89d7d1d
DOC: Release note and docstring
by Eric Wieser
· 8 years ago
d46df62
Merge pull request #8967 from shoyer/positive
by Eric Wieser
· 8 years ago
d9bc680
Further clarifications
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
07dab4e
DOC: fixups per charris's review
by Stephan Hoyer
· 8 years ago
777534d
DOC: update docs for __array_ufunc__ = None
by Stephan Hoyer
· 8 years ago
590faca
Merge pull request #8885 from juliantaylor/tracemalloc
by Charles Harris
· 8 years ago
490578e
DOC: update binary-op/ufunc sections in ufunc-overides NEP
by Stephan Hoyer
· 8 years ago
bfb41d6
ENH: Allow removal of 0-sized axes from nditer and empty gufunc calls
by Sebastian Berg
· 8 years ago
de6b269
Correction in default stop index value for negative stepping.
by zengi
· 8 years ago
e875230
Merge pull request #9015 from charris/polynomial-ufunc-optout
by Nathaniel J. Smith
· 8 years ago
3ba10cf
DOC: update release notes
by Julian Taylor
· 8 years ago
21b14aa
DOC: Document that the polynomial classes now opt out of ufuncs.
by Charles Harris
· 8 years ago
d5657b9
Merge pull request #8996 from eric-wieser/fix-ufunclike
by Marten van Kerkwijk
· 8 years ago
d3ff023
DOC: clarify recommendations for subclasses, deprecations.
by Marten van Kerkwijk
· 8 years ago
02600d3
ENH: Add NDArrayOperatorsMixin mixin class.
by Stephan Hoyer
· 8 years ago
1e460b7
DOC,MAINT: small corrections to NEP following Stephan's comments.
by Marten van Kerkwijk
· 8 years ago
cd2e42c
DOC: ufunc-overrides: revise hierarchy discussion
by Pauli Virtanen
· 8 years ago
a460015
DOC: ufunc-overrides: sync the discussion vs. current implementation
by Pauli Virtanen
· 8 years ago
1de8f5a
DOC: Mention `__array_ufunc__` in the 1.13.0 release notes.
by Charles Harris
· 8 years ago
36e8494
REVERT: remove __array_ufunc__ override for np.matmul.
by Marten van Kerkwijk
· 8 years ago
2b6c7fd
REVERT: remove __array_ufunc__ override for np.dot and ndarray.dot.
by Marten van Kerkwijk
· 8 years ago
856da73
DOC: remove left-over piece discussing binops
by Marten van Kerkwijk
· 8 years ago
5f9252c
DOC: implement many smaller and bigger changes suggested in review.
by Marten van Kerkwijk
· 8 years ago
0ede0e9
DOC: update NEP again.
by Marten van Kerkwijk
· 8 years ago
6b41d11
DOC: clarify use of super and getattr
by Marten van Kerkwijk
· 8 years ago
39c2273
DOC: Update ndarray.__array_ufunc__ documentation vs. review comments
by Pauli Virtanen
· 8 years ago
e325a10
DOC: Document behavior of ufuncs with default ndarray.__array_ufunc__
by Pauli Virtanen
· 8 years ago
1147894
MAINT: Update array_ufunc NEP.
by Pauli Virtanen
· 8 years ago
5fe6fc6
DOC Update NEP to reflect actual implementation.
by Marten van Kerkwijk
· 8 years ago
71201d2
DOC: Describe __array_func__ in subclassing
by Marten van Kerkwijk
· 8 years ago
79bb733
DOC: Style and sphinx fixes for arrays.classes.rst.
by Charles Harris
· 8 years ago
6a3ca31
DOC: describe current implementation of __array_ufunc__.
by Marten van Kerkwijk
· 8 years ago
c7b25e2
ENH: Remove position arg from __array_ufunc__.
by Charles Harris
· 8 years ago
fcd11d2
ENH: Rename __numpy_ufunc__ to __array_ufunc__.
by Charles Harris
· 8 years ago
39a21dd
TST: Enable NPY_RELAXED_STRIDES_DEBUG environment variable.
by Charles Harris
· 8 years ago
628f7b6
DEP: Deprecate calling the `out` argument `y`
by Eric Wieser
· 8 years ago
cb640fa
Merge pull request #8942 from juliantaylor/string-doc
by Eric Wieser
· 8 years ago
0107956
DOC: stop refering to 'S' dtype as string
by Julian Taylor
· 8 years ago
00b55fc
ENH: add support for nd inputs to block
by Eric Wieser
· 8 years ago
7b64ca6
DOC: Improve release notes and cross-references
by Eric Wieser
· 8 years ago
f5c27d4
ENH: Add a block function for creating stacked block arrays.
by Stefan Otte
· 8 years ago
c853b93
Merge pull request #8959 from omegahm/remove-alter-restore-dot
by Charles Harris
· 8 years ago
871bd93
Merge remote-tracking branch 'upstream/master' into remove-setslice
by Eric Wieser
· 8 years ago
f031cdf
DEP: Add back ndarray.__[sg]etslice__
by Eric Wieser
· 8 years ago
f81a7a3
DEP: Remove alter/restore dot methods
by Mads Ohm Larsen
· 8 years ago
acfb879
ENH: Add ufunc.identity for hypot and logical_xor
by Eric Wieser
· 8 years ago
f59df3a
DOC: Fix incorrect call to set_printoptions
by Eric Wieser
· 8 years ago
dde4ac0
DOC: fix links to flags
by Eric Wieser
· 8 years ago
eb6bbc8
DOC: Add missing context argument
by Eric Wieser
· 8 years ago
77eab40
Merge pull request #8836 from MSeifert04/doc_fixed_some_sphinx_warnings
by Eric Wieser
· 8 years ago
cae886e
Merge pull request #8857 from MSeifert04/remove_jargon_glossary
by Eric Wieser
· 8 years ago
27e60d0
DOC: remove glossary reference
by Michael Seifert
· 8 years ago
5b0e3aa
DOC: Unwrap long signature lines
by Michael Seifert
· 8 years ago
0a1697f
DOC: Replace deprecated (since 1.6) references in documentation
by Michael Seifert
· 8 years ago
62ed3b3
DOC: Fixed wrong directive
by Michael Seifert
· 8 years ago
8aea300
DOC: Function definitions may not extend over several lines
by Michael Seifert
· 8 years ago
1f87e9b
DOC: Fix broken links (include missing : and capitalization)
by Michael Seifert
· 8 years ago
1e8143c
Merge pull request #8847 from charris/update-1.13.0-notes
by Charles Harris
· 8 years ago
ea98c96
DOC: Correct links to ndarray methods when currentmodule != numpy
by Michael Seifert
· 8 years ago
5b01421
DOC: Preliminary edit of 1.13.0 release notes.
by Charles Harris
· 8 years ago
74a93ec
DOC: Corrected links for several __array_*__ functions
by Michael Seifert
· 8 years ago
0e2c648
DOC: Included correct destination for "&PyArray_Type" link.
by Michael Seifert
· 8 years ago
Next »