summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | DOC: Slightly improve error message on incorrectly shaped reductionsSebastian Berg2020-05-111-7/+9
| * | | | BUG,MAINT: Simplify reduction result creation using reduce axisSebastian Berg2020-05-113-387/+160
| * | | | BUG: Avoid incorrect broadcasts on non-core outputs in gufuncsSebastian Berg2020-05-112-6/+22
| * | | | MAINT: Use reduction axis marker for einsumSebastian Berg2020-05-111-4/+2
| * | | | ENH: Allow specifying reduction axis in nditer/NpyIterSebastian Berg2020-05-112-12/+92
| * | | | MAINT: Simplify strides and axis check in npyiter_new_temp_arraySebastian Berg2020-05-112-64/+75
| * | | | MAINT: Simplify signature of npyiter_replace_axisdataSebastian Berg2020-05-111-13/+11
| * | | | MAINT: (nditer) move duplicated reduce axis check into helper funcSebastian Berg2020-05-111-54/+43
| * | | | MAINT: Simplify undoing of iter-axis-perm in nditerSebastian Berg2020-05-113-54/+57
* | | | | Merge pull request #16468 from scivision/gcc10Sebastian Berg2020-06-041-1/+2
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | BUG: gcc >= 10: correctly compare major versionMichael Hirsch2020-06-021-1/+2
* | | | | Merge pull request #15666 from rossbar/enh/poly_strMatti Picus2020-06-047-26/+497
|\ \ \ \ \
| * | | | | DOC: Update poly class refguide printing.Ross Barnowski2020-05-152-3/+26
| * | | | | STY: Move comment outside of try/except.Ross Barnowski2020-05-131-3/+3
| * | | | | Handle TypeError in _generate_str for coefs.Ross Barnowski2020-05-132-7/+54
| * | | | | ENH: Improved __str__, __format__ for polynomialsRoss Barnowski2020-05-075-23/+424
* | | | | | Merge pull request #16389 from seberg/hardcode-scalar-buffersMatti Picus2020-06-0412-30/+215
|\ \ \ \ \ \
| * | | | | | ENH: Hardcode buffer handling for simple scalarsSebastian Berg2020-05-3111-30/+182
| * | | | | | BENCH: Add simple scalar math benchmarksSebastian Berg2020-05-261-0/+33
* | | | | | | MAINT: Chain some exceptions. (#16418)Zuhair Ali-Khan2020-06-044-12/+14
* | | | | | | DOC: NEP for C style guide (#16430)bjnath2020-06-042-210/+263
* | | | | | | Merge pull request #16485 from seberg/gufunc-output-broadcasts-inputsMatti Picus2020-06-042-3/+22
|\ \ \ \ \ \ \
| * | | | | | | BUG: Fix result when a gufunc output broadcasts the inputs.Sebastian Berg2020-06-022-3/+22
* | | | | | | | Merge pull request #16471 from mattip/mingw32Charles Harris2020-06-021-2/+2
|\ \ \ \ \ \ \ \
| * | | | | | | | BUG: fix PATH from reviewmattip2020-06-021-1/+1
| * | | | | | | | BLD: install mingw32 v7.3.0 for win32mattip2020-06-011-1/+1
| | |_|_|/ / / / | |/| | | | | |
* | | | | | | | Merge pull request #16474 from eric-wieser/tidy-piecewiseMatti Picus2020-06-021-8/+6
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
| * | | | | | | MAINT: use zip instead of range in piecewiseEric Wieser2020-06-011-8/+6
* | | | | | | | Merge pull request #16465 from bjnath/dev_workflow_link_fixRalf Gommers2020-06-012-11/+11
|\ \ \ \ \ \ \ \
| * | | | | | | | DOC: Fix development_workflow linksBen Nathanson2020-06-012-11/+11
* | | | | | | | | Merge pull request #16464 from numpy/dependabot/pip/hypothesis-5.16.0Sebastian Berg2020-06-011-1/+1
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | MAINT: Bump hypothesis from 5.15.1 to 5.16.0dependabot/pip/hypothesis-5.16.0dependabot-preview[bot]2020-06-011-1/+1
| | |_|_|_|_|_|/ / | |/| | | | | | |
* | | | | | | | | Merge pull request #16463 from sethtroisi/tst_filter_filteredSebastian Berg2020-06-011-3/+16
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | |
| * | | | | | | | DOC: Improve assert_warns docstring with exampleSeth Troisi2020-06-011-3/+16
* | | | | | | | | ENH: ARM Neon implementation with intrinsic for np.argmax. (#16375)Chunlin2020-06-012-1/+34
* | | | | | | | | ENH: Use AVX-512 for np.frexp and np.ldexp (#16371)Raghuveer Devulapalli2020-05-316-8/+272
* | | | | | | | | Merge pull request #16306 from seberg/troubleshooting-fix-envCharles Harris2020-05-311-4/+2
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | DOC: Fix troubleshooting code snippet when env vars are emptySebastian Berg2020-05-201-4/+2
* | | | | | | | | | Merge pull request #15886 from eric-wieser/deprecate-shape-NoneSebastian Berg2020-05-315-14/+40
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / |/| | | | | | | | |
| * | | | | | | | | DEP: Deprecate passing shape=None to mean shape=()Eric Wieser2020-05-315-14/+40
|/ / / / / / / / /
* | | | | | | | | ENH: Use AVX-512 for np.isnan, np.infinite, np.isinf and np.signbit (#16334)Raghuveer Devulapalli2020-05-318-10/+173
* | | | | | | | | TST: Add tests for PyArray_IntpConverter (gh-16454)Eric Wieser2020-05-312-0/+48
* | | | | | | | | Merge pull request #16447 from rgommers/make-showCharles Harris2020-05-311-1/+6
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | DOC: add a "make show" command to doc/MakefileRalf Gommers2020-05-311-1/+6
| | |_|_|/ / / / / | |/| | | | | | |
* | | | | | | | | Merge pull request #16450 from Carreau/ref-nepsRalf Gommers2020-05-3140-21/+87
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | |
| * | | | | | | | DOC: Add a NEP link to all neps.Matthias Bussonnier2020-05-3040-21/+87
|/ / / / / / / /
* | | | | | | | Merge pull request #16365 from WarrenWeckesser/tweak-doc-makefileCharles Harris2020-05-301-1/+1
|\ \ \ \ \ \ \ \
| * | | | | | | | DOC: Fix an obvious mistake in a message printed in doc/Makefile.Warren Weckesser2020-05-241-1/+1
* | | | | | | | | Merge pull request #16444 from rgommers/sinc-docCharles Harris2020-05-301-4/+11
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | DOC: make clearer that sinc is normalized by a factor piRalf Gommers2020-05-301-4/+11
| | |_|_|_|_|_|_|/ | |/| | | | | | |