| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | | DOC: Slightly improve error message on incorrectly shaped reductions | Sebastian Berg | 2020-05-11 | 1 | -7/+9 | |
| | * | | | | BUG,MAINT: Simplify reduction result creation using reduce axis | Sebastian Berg | 2020-05-11 | 3 | -387/+160 | |
| | * | | | | BUG: Avoid incorrect broadcasts on non-core outputs in gufuncs | Sebastian Berg | 2020-05-11 | 2 | -6/+22 | |
| | * | | | | MAINT: Use reduction axis marker for einsum | Sebastian Berg | 2020-05-11 | 1 | -4/+2 | |
| | * | | | | ENH: Allow specifying reduction axis in nditer/NpyIter | Sebastian Berg | 2020-05-11 | 2 | -12/+92 | |
| | * | | | | MAINT: Simplify strides and axis check in npyiter_new_temp_array | Sebastian Berg | 2020-05-11 | 2 | -64/+75 | |
| | * | | | | MAINT: Simplify signature of npyiter_replace_axisdata | Sebastian Berg | 2020-05-11 | 1 | -13/+11 | |
| | * | | | | MAINT: (nditer) move duplicated reduce axis check into helper func | Sebastian Berg | 2020-05-11 | 1 | -54/+43 | |
| | * | | | | MAINT: Simplify undoing of iter-axis-perm in nditer | Sebastian Berg | 2020-05-11 | 3 | -54/+57 | |
| * | | | | | Merge pull request #16468 from scivision/gcc10 | Sebastian Berg | 2020-06-04 | 1 | -1/+2 | |
| |\ \ \ \ \ | |_|/ / / |/| | | | | ||||||
| | * | | | | BUG: gcc >= 10: correctly compare major version | Michael Hirsch | 2020-06-02 | 1 | -1/+2 | |
| * | | | | | Merge pull request #15666 from rossbar/enh/poly_str | Matti Picus | 2020-06-04 | 7 | -26/+497 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | DOC: Update poly class refguide printing. | Ross Barnowski | 2020-05-15 | 2 | -3/+26 | |
| | * | | | | | STY: Move comment outside of try/except. | Ross Barnowski | 2020-05-13 | 1 | -3/+3 | |
| | * | | | | | Handle TypeError in _generate_str for coefs. | Ross Barnowski | 2020-05-13 | 2 | -7/+54 | |
| | * | | | | | ENH: Improved __str__, __format__ for polynomials | Ross Barnowski | 2020-05-07 | 5 | -23/+424 | |
| * | | | | | | Merge pull request #16389 from seberg/hardcode-scalar-buffers | Matti Picus | 2020-06-04 | 12 | -30/+215 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | ENH: Hardcode buffer handling for simple scalars | Sebastian Berg | 2020-05-31 | 11 | -30/+182 | |
| | * | | | | | | BENCH: Add simple scalar math benchmarks | Sebastian Berg | 2020-05-26 | 1 | -0/+33 | |
| * | | | | | | | MAINT: Chain some exceptions. (#16418) | Zuhair Ali-Khan | 2020-06-04 | 4 | -12/+14 | |
| * | | | | | | | DOC: NEP for C style guide (#16430) | bjnath | 2020-06-04 | 2 | -210/+263 | |
| * | | | | | | | Merge pull request #16485 from seberg/gufunc-output-broadcasts-inputs | Matti Picus | 2020-06-04 | 2 | -3/+22 | |
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | BUG: Fix result when a gufunc output broadcasts the inputs. | Sebastian Berg | 2020-06-02 | 2 | -3/+22 | |
| * | | | | | | | | Merge pull request #16471 from mattip/mingw32 | Charles Harris | 2020-06-02 | 1 | -2/+2 | |
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | BUG: fix PATH from review | mattip | 2020-06-02 | 1 | -1/+1 | |
| | * | | | | | | | | BLD: install mingw32 v7.3.0 for win32 | mattip | 2020-06-01 | 1 | -1/+1 | |
| | | |_|_|/ / / / | |/| | | | | | | ||||||
| * | | | | | | | | Merge pull request #16474 from eric-wieser/tidy-piecewise | Matti Picus | 2020-06-02 | 1 | -8/+6 | |
| |\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | | ||||||
| | * | | | | | | | MAINT: use zip instead of range in piecewise | Eric Wieser | 2020-06-01 | 1 | -8/+6 | |
| * | | | | | | | | Merge pull request #16465 from bjnath/dev_workflow_link_fix | Ralf Gommers | 2020-06-01 | 2 | -11/+11 | |
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | DOC: Fix development_workflow links | Ben Nathanson | 2020-06-01 | 2 | -11/+11 | |
| * | | | | | | | | | Merge pull request #16464 from numpy/dependabot/pip/hypothesis-5.16.0 | Sebastian Berg | 2020-06-01 | 1 | -1/+1 | |
| |\ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | MAINT: Bump hypothesis from 5.15.1 to 5.16.0dependabot/pip/hypothesis-5.16.0 | dependabot-preview[bot] | 2020-06-01 | 1 | -1/+1 | |
| | | |_|_|_|_|_|/ / | |/| | | | | | | | ||||||
| * | | | | | | | | | Merge pull request #16463 from sethtroisi/tst_filter_filtered | Sebastian Berg | 2020-06-01 | 1 | -3/+16 | |
| |\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | | | ||||||
| | * | | | | | | | | DOC: Improve assert_warns docstring with example | Seth Troisi | 2020-06-01 | 1 | -3/+16 | |
| * | | | | | | | | | ENH: ARM Neon implementation with intrinsic for np.argmax. (#16375) | Chunlin | 2020-06-01 | 2 | -1/+34 | |
| * | | | | | | | | | ENH: Use AVX-512 for np.frexp and np.ldexp (#16371) | Raghuveer Devulapalli | 2020-05-31 | 6 | -8/+272 | |
| * | | | | | | | | | Merge pull request #16306 from seberg/troubleshooting-fix-env | Charles Harris | 2020-05-31 | 1 | -4/+2 | |
| |\ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | DOC: Fix troubleshooting code snippet when env vars are empty | Sebastian Berg | 2020-05-20 | 1 | -4/+2 | |
| * | | | | | | | | | | Merge pull request #15886 from eric-wieser/deprecate-shape-None | Sebastian Berg | 2020-05-31 | 5 | -14/+40 | |
| |\ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / |/| | | | | | | | | | ||||||
| | * | | | | | | | | | DEP: Deprecate passing shape=None to mean shape=() | Eric Wieser | 2020-05-31 | 5 | -14/+40 | |
| |/ / / / / / / / / | ||||||
| * | | | | | | | | | ENH: Use AVX-512 for np.isnan, np.infinite, np.isinf and np.signbit (#16334) | Raghuveer Devulapalli | 2020-05-31 | 8 | -10/+173 | |
| * | | | | | | | | | TST: Add tests for PyArray_IntpConverter (gh-16454) | Eric Wieser | 2020-05-31 | 2 | -0/+48 | |
| * | | | | | | | | | Merge pull request #16447 from rgommers/make-show | Charles Harris | 2020-05-31 | 1 | -1/+6 | |
| |\ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | DOC: add a "make show" command to doc/Makefile | Ralf Gommers | 2020-05-31 | 1 | -1/+6 | |
| | | |_|_|/ / / / / | |/| | | | | | | | ||||||
| * | | | | | | | | | Merge pull request #16450 from Carreau/ref-neps | Ralf Gommers | 2020-05-31 | 40 | -21/+87 | |
| |\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | | | ||||||
| | * | | | | | | | | DOC: Add a NEP link to all neps. | Matthias Bussonnier | 2020-05-30 | 40 | -21/+87 | |
| |/ / / / / / / / | ||||||
| * | | | | | | | | Merge pull request #16365 from WarrenWeckesser/tweak-doc-makefile | Charles Harris | 2020-05-30 | 1 | -1/+1 | |
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | DOC: Fix an obvious mistake in a message printed in doc/Makefile. | Warren Weckesser | 2020-05-24 | 1 | -1/+1 | |
| * | | | | | | | | | Merge pull request #16444 from rgommers/sinc-doc | Charles Harris | 2020-05-30 | 1 | -4/+11 | |
| |\ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | DOC: make clearer that sinc is normalized by a factor pi | Ralf Gommers | 2020-05-30 | 1 | -4/+11 | |
| | | |_|_|_|_|_|_|/ | |/| | | | | | | | ||||||
