Sign in
chromium
/
external
/
github.com
/
numpy
/
numpy
/
refs/tags/v1.14.1
/
doc
/
neps
tag
528b3092707c85e8cd54e79fab53bbd788bbd67b
tagger
Charles Harris <charlesr.harris@gmail.com>
Tue Feb 20 21:41:13 2018
object
7dcee7a469ad1bbfef1cd8980dc18bf5869c5391
NumPy 1.14.1 release.
2889bea
NEP: Drop Python2 support.
by Charles Harris
· 8 years ago
1ec9ad6
Merge pull request #9106 from mhvk/array_ufunc_reduce_out_tuple
by Eric Wieser
· 8 years ago
ca49f0b
DOC: update documentation allowing tuple of one in reduce, etc.
by Marten van Kerkwijk
· 8 years ago
e1df000
DOC: mention that ndarray.__pow__ takes shortcuts in NEP.
by Marten van Kerkwijk
· 8 years ago
a148978
DOC: update ufunc overides NEP with __divmod__
by Stephan Hoyer
· 8 years ago
eccfe73
DOC: Improve wording in ufunc_override NEP.
by Charles Harris
· 8 years ago
9e5786b
DOC: simply -> simplify
by Stephan Hoyer
· 8 years ago
d9bc680
Further clarifications
by Stephan Hoyer
· 8 years ago
07dab4e
DOC: fixups per charris's review
by Stephan Hoyer
· 8 years ago
490578e
DOC: update binary-op/ufunc sections in ufunc-overides NEP
by Stephan Hoyer
· 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
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
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
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
46f7dca
DOC: update docs and comments for move of mailing list to python.org
by Ralf Gommers
· 8 years ago
67ba58b
DOC: Fix typos
by Jakub Wilk
· 8 years ago
773e3ca
change all non-code instances of Numpy to NumPy
by Pierre de Buyl
· 9 years ago
2556b9f
DOC: Fix more typos in docs and comments.
by Dongjoon Hyun
· 10 years ago
df9df7f
MAINT: Fix typos in docs
by Dongjoon Hyun
· 10 years ago
f1e4ad4
Fix version number in the document
by Ryosuke Okuta
· 10 years ago
6a92319
Correct my email address
by Blake Griffith
· 11 years ago
638a427
DOC: update npy-format NEP and lib/format.py with version 2.0 description.
by Ralf Gommers
· 11 years ago
1c71d46
Merge pull request #4351 from njsmith/matmul-pep
by Charles Harris
· 11 years ago
7d3e739
DOC: fix reST formatting of npy-format NEP.
by Ralf Gommers
· 11 years ago
b66af02
DOC: add NEPs overview to documentation.
by Ralf Gommers
· 11 years ago
aadcf11
add associativity/precedence rationale (+ a few misc tweaks)
by Nathaniel J. Smith
· 11 years ago
1d884dd
fix PEP headers to placate PEP-0000 builder, mention Julia in notation section, and remove stray ^^ operator left over from the @@ purge
by Nathaniel J. Smith
· 11 years ago
0e933e6
New version just submitted to PEP editors.
by Nathaniel J. Smith
· 11 years ago
9d24bc1
add more comprehensive discussion of alternative symbols
by Nathaniel J. Smith
· 11 years ago
d319c24
yet more word tweaks
by Nathaniel J. Smith
· 11 years ago
c86a38c
realized I wasn't so sure of my claim about in-place matrix multiplication, so couch it more cautiously
by Nathaniel J. Smith
· 11 years ago
32de06e
add 'unresolved issues' section; + wording tweaks and a little more elaboration of the problems with mixing np.ndarray and np.matrix
by Nathaniel J. Smith
· 11 years ago
03564ae
and yet even more phrasing tweaks
by Nathaniel J. Smith
· 11 years ago
83f5127
more phrasing tweaks
by Nathaniel J. Smith
· 11 years ago
ba9da00
phrasing tweaks
by Nathaniel J. Smith
· 11 years ago
3ede17e
more updates based on people's latest suggestions
by Nathaniel J. Smith
· 11 years ago
9472a8d
clean up in prep for python-ideas
by Nathaniel J. Smith
· 11 years ago
05dfbee
add copyright notice
by Nathaniel J. Smith
· 11 years ago
3151e78
another ReST tweak
by Nathaniel J. Smith
· 11 years ago
09df639
more ReST fixes
by Nathaniel J. Smith
· 11 years ago
2f0e55b
fix ReST typoes that were breaking footnotes
by Nathaniel J. Smith
· 11 years ago
ebca136
phrasing tweaks
by Nathaniel J. Smith
· 11 years ago
976b50c
lots better text, more polishing yes
by Nathaniel J. Smith
· 11 years ago
42354ba
much expanded background section, to start addressing feedback from sympy/sage folks
by Nathaniel J. Smith
· 11 years ago
81982f8
make the initial section even more overwritten
by Nathaniel J. Smith
· 11 years ago
d369c1a
add some more fields to the Big List o' Fields
by Nathaniel J. Smith
· 11 years ago
d99195e
More edits; pretty clean at this point.
by Nathaniel J. Smith
· 11 years ago
3203a05
edit edit
by Nathaniel J. Smith
· 11 years ago
07ef370
add negative power support to @@
by Nathaniel J. Smith
· 12 years ago
3b94837
move intended usage section after motivation
by Nathaniel J. Smith
· 12 years ago
c13e2eb
more edits
by Nathaniel J. Smith
· 12 years ago
dd8fa82
tweak tweak
by Nathaniel J. Smith
· 12 years ago
9a7a9f0
more text tweaks
by Nathaniel J. Smith
· 12 years ago
76b1f2c
switch to just use text for the table, it's easier to read!
by Nathaniel J. Smith
· 12 years ago
5bb44e4
more table format tweaking. too bad .rst sucks at this!
by Nathaniel J. Smith
· 12 years ago
8041598
bold the 'dot' row of table
by Nathaniel J. Smith
· 12 years ago
1199a31
add mention of ellipsis
by Nathaniel J. Smith
· 12 years ago
703fcc6
Many updates to draft PEP incorporating feedback
by Nathaniel J. Smith
· 12 years ago
6447357
initial commit of new infix matrix multiply PEP
by Nathaniel J. Smith
· 12 years ago
d849245
BUG DOC TST: Allow __numpy_ufunc__ to handle multiple output ufuncs.
by Blake Griffith
· 12 years ago
1a1a757
spelling: AC -> AD in years
by Chris Kerr
· 12 years ago
2f34889
Spelling: loose -> lose
by Chris Kerr
· 12 years ago
fd5d308
BUG: core: ensure __r*__ has precedence over __numpy_ufunc__
by Pauli Virtanen
· 12 years ago
6fe8eb6
DOC: Add NEP and documentation for ufunc overrides.
by Blake Griffith
· 12 years ago
8ddb0ce
STY: Giant whitespace cleanup.
by Charles Harris
· 12 years ago
d03cd89
MAINT: fix typo in npy-format.txt
by Martin Spacek
· 12 years ago
91aa03f
2to3: Replace xrange by range and use list(range(...)) where needed
by Charles Harris
· 12 years ago
3bbbbd4
NEP: Add some details about how existing C-API access interacts with NA
by Mark Wiebe
· 13 years ago
cc32630
ENH: missingdata: Make numpy.all follow the NA && False == False rule
by Mark Wiebe
· 14 years ago
1848be6
NEP: missingdata: Some fixes and updates to the NEP
by Mark Wiebe
· 14 years ago
f597374
ENH: missingdata: Change default to create NA-mask when NAs are in lists
by Mark Wiebe
· 14 years ago
965e4cf
ENH: missingdata: trying some more functions to see how they treat NAs
by Mark Wiebe
· 14 years ago
b1cb211
ENH: missingdata: Add nastr= parameter to np.set_printoptions()
by Mark Wiebe
· 14 years ago
ba4d116
BUG: missingdata: Fix mask usage in PyArray_TakeFrom, add tests for it
by Mark Wiebe
· 14 years ago
69e0ed8
ENH: missingdata: Rewrote boolean indexing to support NA masks
by Mark Wiebe
· 14 years ago
02b42b5
ENH: missingdata: Have some basic assignment and indexing with NA working
by Mark Wiebe
· 14 years ago
263df0c
ENH: missingdata: Add the NA mask members to PyArrayObject
by Mark Wiebe
· 14 years ago
a059979
STY: Updates for pull request feedback from Chuck and Ben
by Mark Wiebe
· 14 years ago
b7cc20a
ENH: core: Deprecating direct access to the PyArrayObject fields
by Mark Wiebe
· 14 years ago
c625ee0
NEP: missingdata: Rename 'namask' to 'maskna', which looks better
by Mark Wiebe
· 14 years ago
9910b0d
NEP: missingdata: Add a small note about single NA vs multi-NA
by Mark Wiebe
· 14 years ago
7561f85
NEP: missingdata: Describe a possible way multi-NA could be added in the future
by Mark Wiebe
· 14 years ago
233453a
NEP: missingdata: Change the mask definition
by Mark Wiebe
· 14 years ago
e8b6065
NEP: missingdata: Design the mask binary format so it's extensible with a payload
by Mark Wiebe
· 14 years ago
b414305
ENH: nditer: Add the per-operand masked iteration flags
by Mark Wiebe
· 14 years ago
e124ac5
NEP: missingdata: Adjust the parenthetical part of the NA/IGNORE defn
by Mark Wiebe
· 14 years ago
17d056e
NEP: missingdata: Add copyright info, some more NAMASK iterator clarification
by Mark Wiebe
· 14 years ago
0d81192
NEP: missingdata: Add more C API details
by Mark Wiebe
· 14 years ago
28a2955
NEP: missingdata: Start some details about masked iteration
by Mark Wiebe
· 14 years ago
ce78b81
NEP: missing-data: Add Peter to the Acknowledgments
by Mark Wiebe
· 14 years ago
43b83d6
NEP: missing-data: Add "Python API" and "C API" definitions
by Mark Wiebe
· 14 years ago
e76ddf9
NEP: missing-data: Add numpy.ma to the glossary
by Mark Wiebe
· 14 years ago
Next »