10000 merge master into 1.9 branch by juliantaylor · Pull Request #4849 · numpy/numpy · GitHub
[go: up one dir, main page]

Skip to content

merge master into 1.9 branch #4849

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 96 commits into from
Jul 7, 2014
Merged
Changes from 1 commit
Commits
Show all changes
96 commits
Select commit Hold shift + click to select a range
6447357
initial commit of new infix matrix multiply PEP
njsmith Feb 22, 2014
703fcc6
Many updates to draft PEP incorporating feedback
njsmith Feb 24, 2014
1199a31
add mention of ellipsis
njsmith Feb 24, 2014
8041598
bold the 'dot' row of table
njsmith Feb 24, 2014
5bb44e4
more table format tweaking. too bad .rst sucks at this!
njsmith Feb 24, 2014
76b1f2c
switch to just use text for the table, it's easier to read!
njsmith Feb 24, 2014
9a7a9f0
more text tweaks
njsmith Feb 24, 2014
dd8fa82
tweak tweak
njsmith Feb 24, 2014
c13e2eb
more edits
njsmith Feb 25, 2014
3b94837
move intended usage section after motivation
njsmith Feb 25, 2014
07ef370
add negative power support to @@
njsmith Feb 25, 2014
3203a05
edit edit
njsmith Mar 8, 2014
d99195e
More edits; pretty clean at this point.
njsmith Mar 9, 2014
d369c1a
add some more fields to the Big List o' Fields
njsmith Mar 9, 2014
81982f8
make the initial section even more overwritten
njsmith Mar 9, 2014
42354ba
much expanded background section, to start addressing feedback from s…
njsmith Mar 10, 2014
976b50c
lots better text, more polishing yes
8000 njsmith Mar 11, 2014
ebca136
phrasing tweaks
njsmith Mar 11, 2014
2f0e55b
fix ReST typoes that were breaking footnotes
njsmith Mar 11, 2014
09df639
more ReST fixes
njsmith Mar 11, 2014
3151e78
another ReST tweak
njsmith Mar 11, 2014
05dfbee
add copyright notice
njsmith Mar 11, 2014
9472a8d
clean up in prep for python-ideas
njsmith Mar 12, 2014
3ede17e
more updates based on people's latest suggestions
njsmith Mar 13, 2014
ba9da00
phrasing tweaks
njsmith Mar 13, 2014
83f5127
more phrasing tweaks
njsmith Mar 13, 2014
03564ae
and yet even more phrasing tweaks
njsmith Mar 13, 2014
32de06e
add 'unresolved issues' section; + wording tweaks and a little more e…
njsmith Mar 13, 2014
c86a38c
realized I wasn't so sure of my claim about in-place matrix multiplic…
njsmith Mar 14, 2014
d319c24
yet more word tweaks
njsmith Mar 14, 2014
9d24bc1
add more comprehensive discussion of alternative symbols
njsmith Mar 14, 2014
0e933e6
New version just submitted to PEP editors.
njsmith Mar 18, 2014
1d884dd
fix PEP headers to placate PEP-0000 builder, mention Julia in notatio…
njsmith Mar 18, 2014
aadcf11
add associativity/precedence rationale (+ a few misc tweaks)
njsmith Apr 6, 2014
fb35105
BLD: workaround msvc being stupid
juliantaylor Jun 9, 2014
89d9add
Merge pull request #4796 from juliantaylor/msvc-fix
charris Jun 9, 2014
59b5606
MAINT: const correctness and minor fixes to C code
larsmans Jun 10, 2014
6ec8a1d
DOC: document broadcastable lam parameter of poisson
juliantaylor Jun 11, 2014
118dc9e
DOC: fix signature of PyArray_NewShape in C-API docs
juliantaylor Jun 11, 2014
6e2a69b
DOC: remove wrong mention of .gz in np.load
juliantaylor Jun 11, 2014
5a52edd
DOC: fix a couple mistakes in the indexing documentation
juliantaylor Jun 11, 2014
75bb95f
DOC: update numpydoc to tag v0.5
juliantaylor Jun 11, 2014
d70431d
DOC: add full/full_like
juliantaylor Jun 14, 2014
480432b
WIP: Fix matplotlib, etc. errors
seberg Jun 11, 2014
71fc802
Fix typemap for Fortran ordered array input
adamreeve Jun 15, 2014
ef4806a
Merge pull request #4803 from juliantaylor/doc-updates
charris Jun 17, 2014
133d4f4
Merge pull request #4809 from adamreeve/swig_typemap_fix
charris Jun 17, 2014
621c0a6
MAINT: move star imports to end of numeric.py
juliantaylor Jun 19, 2014
fe3410f
Merge pull request #4816 from juliantaylor/star-import
njsmith Jun 19, 2014
e20d4b9
BUG: handle rounding issue with histogram edges on float32 data
juliantaylor Jun 23, 2014
ad902ff
ENH: use copy to move the masked values into the result
juliantaylor Jun 23, 2014
305b26b
MAINT: replace two step errstate change with a direct change
juliantaylor Jun 23, 2014
c613147
DOC Polynomial example import statement updated. #3615
ilam Jun 25, 2014
59892ad
DOC Polynomial example import statement corrected. #3615
ilam Jun 25, 2014
7f0f6c8
Merge pull request #4825 from ilam/poly
charris Jun 25, 2014
578ce46
BUG: fix some memory leaks found by cpychecker
juliantaylor Jun 25, 2014
92fbc04
MAINT: enable external api use when running cpychecker
juliantaylor Jun 25, 2014
2421f2d
BLD: fix random API hash due to memory references of annotations
juliantaylor Jun 25, 2014
2aafae5
Merge pull request #4826 from juliantaylor/umath-static-fixes
charris Jun 26, 2014
ad48eaa
Merge pull request #4823 from juliantaylor/hist-rounding
charris Jun 30, 2014
efb203c
Merge pull request #4822 from juliantaylor/masked-improv
charris Jun 30, 2014
7298d36
MAINT: Simplify some uses of errstate context manager.
charris Jun 30, 2014
cdfbc69
DOC: Update 1.9.0-notes to mention pairwise summation.
charris May 10, 2014
290f192
Move tempdir context manager to numpy.testing.utils
ogrisel Jun 30, 2014
6efd849
FIX isfileobj accepts write-mode files under PY3
ogrisel Jun 26, 2014
e2254e4
MAINT: Use an unqualified nomask variable in ma.core.
abalkin Jun 30, 2014
49c30fd
Merge pull request #4832 from abalkin/nomask
charris Jun 30, 2014
4e3a24b
Merge pull request #4828 from ogrisel/fix-isfileobj-py3
juliantaylor Jun 30, 2014
2762f54
Merge pull request #4831 from charris/simplify-with-errstate
juliantaylor Jun 30, 2014
c62b14a
Merge pull request #4801 from larsmans/c-fixes
juliantaylor Jun 30, 2014
0136d65
BUG: pickling ufuncs defined in nested modules
ogrisel Jun 30, 2014
b25cdd6
Merge pull request #4800 from ogrisel/fix-ufunc-pickling
juliantaylor Jun 30, 2014
fc5d7cf
BUG: limit type alignment to the largest alignment needed by numpy
juliantaylor Jun 17, 2014
83524f6
BUG: fix arrays wrapping foreign data losing their alignment flag
juliantaylor Jun 17, 2014
9bdd5d4
BUG: fix transpose not updating alignment flag
juliantaylor Jun 19, 2014
1d96a95
TST: disable tests that fail due to bad alignment on sparc
juliantaylor Jun 30, 2014
e8d1374
Merge pull request #4812 from juliantaylor/align-bloat
charris Jul 3, 2014
d6c7a16
BUG: wrong selection for orders falling into equal ranges
juliantaylor Jul 4, 2014
7a2b14a
Merge pull request #4837 from juliantaylor/select-bug
charris Jul 4, 2014
4b8c9fd
BUG: fix buffer overflow in data array of ldexp and frexp
juliantaylor Jul 5, 2014
7434481
DEP: Allow high dim boolean assignment, but deprecate it
seberg Jul 5, 2014
ed88fa9
BUG: boolean assignment; allow wrong number of elements
seberg Jul 5, 2014
9c4d48c
BUG: Add missing error incref in 1d indexing fallback
seberg Jul 5, 2014
c9c53ea
BUG: disable garbage collector during memory allocation hook
juliantaylor Jul 5, 2014
81242f6
Merge pull request #4841 from juliantaylor/alloc-hook-gc
charris Jul 5, 2014
8dba040
Merge pull request #4804 from seberg/fancy-ass-1d
charris Jul 6, 2014
77d62bb
BUG: retain writeable flag when indexing subclasses
juliantaylor Jul 6, 2014
94417e4
Merge pull request #4843 from juliantaylor/subclass-writeable
charris Jul 6, 2014
d4a4e99
MAINT: Spellcheck some files.
charris Jul 4, 2014
ca397d8
Merge pull request #4839 from juliantaylor/buffer-overflow
juliantaylor Jul 6, 2014
35626e7
Merge pull request #4844 from charris/spellcheck-some-files
juliantaylor Jul 6, 2014
1c71d46
Merge pull request #4351 from njsmith/matmul-pep
charris Jul 6, 2014
0d744c4
MAINT: better fix for subclass writeable flag preservation
juliantaylor Jul 6, 2014
4352957
MAINT: fix a compiler warning
juliantaylor Jul 6, 2014
d244ec7
Merge pull request #4847 from juliantaylor/writeable2
charris Jul 6, 2014
594b0de
Merge pull request #4697 from charris/update-1.9.0-notes
charris Jul 7, 2014
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
add some more fields to the Big List o' Fields
  • Loading branch information
njsmith committed Mar 9, 2014
commit d369c1a54db44172cbfc50e518eb1e858e62e699
6 changes: 3 additions & 3 deletions doc/neps/return-of-revenge-of-matmul-pep.rst
Original file line number Diff line number Diff line change
Expand Up @@ -269,9 +269,9 @@ called upon to work with it in sophisticated ways. Matrices are the
lingua franca of finance, machine learning, 3d graphics, computer
vision, robotics, operations research, econometrics, meteorology,
computational linguistics, recommendation systems, neuroscience,
bioinformatics (including genetics, cancer research, drug discovery,
etc.), physics engines, quantum mechanics, network analysis, and many
other application areas.
astronomy, bioinformatics (including genetics, cancer research, drug
discovery, etc.), physics engines, quantum mechanics, geophysics,
network analysis, and many other application areas.

In most or all of these areas, Python is rapidly becoming a dominant
player, in large part because of its ability to elegantly mix
Expand Down
0