summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | MAINT: advise implementing __array__ in duck arrays in NEP 30Chris Barker2019-09-191-9/+15
* | | | | Merge pull request #14545 from bsipocz/deprecate_import_warningCharles Harris2019-09-181-2/+3
|\ \ \ \ \
| * | | | | MAINT: Add new deprecation date.Charles Harris2019-09-181-1/+2
| * | | | | Changing ImportWarning to DeprecationWarningBrigitta Sipocz2019-09-181-1/+1
|/ / / / /
* | | | | Merge pull request #14543 from bashtage/ctypes-dataMatti Picus2019-09-182-4/+4
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | BUG: Avoid ctypes in GeneratorsKevin Sheppard2019-09-182-4/+4
|/ / / /
* | | | Merge pull request #12828 from madphysicist/nditer-instructionsMatti Picus2019-09-182-32/+65
|\ \ \ \
| * | | | DOC: Updates to nditer usage instructionsJoseph Fox-Rabinovitz2019-09-182-32/+65
* | | | | Merge pull request #14540 from madphysicist/diff-versionsMatti Picus2019-09-181-2/+4
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | DOC: Added missing versionadded to diff(prepend)Joseph R. Fox-Rabinovitz2019-09-181-2/+4
|/ / / /
* | | | Merge pull request #14536 from sethtroisi/old_defines_in_docsMatti Picus2019-09-182-4/+4
|\ \ \ \
| * | | | Cleanup old_defines in documentionSeth Troisi2019-09-172-4/+4
| | |/ / | |/| |
* | | | Merge pull request #14535 from WarrenWeckesser/fix-example-codeCharles Harris2019-09-171-3/+4
|\ \ \ \ | |/ / / |/| | |
| * | | DOC: Fix a bit of code in 'Beyond the Basics' C API user guide.Warren Weckesser2019-09-171-3/+4
|/ / /
* | | Merge pull request #14526 from mattip/fix-towncrierSebastian Berg2019-09-163-5/+5
|\ \ \
| * | | DOC,BUG: remove section header, add redundant text to leave a blank linemattip2019-09-162-5/+5
| * | | BUG: change non-compliant file namemattip2019-09-161-0/+0
* | | | Merge pull request #14520 from felixdivo/patch-1Matti Picus2019-09-161-4/+3
|\ \ \ \
| * | | | Mention that split() returns views into the original arrayFelix Divo2019-09-161-4/+3
| | |_|/ | |/| |
* | | | Merge pull request #14521 from alexhenrie/lookforMatti Picus2019-09-161-6/+1
|\ \ \ \
| * | | | MAINT: Simplify lookfor functionAlex Henrie2019-09-151-6/+1
| |/ / /
* | | | Merge pull request #14523 from WarrenWeckesser/random-dup-protosMatti Picus2019-09-161-5/+0
|\ \ \ \ | |_|/ / |/| | |
| * | | MAINT: random: Remove a few duplicated C function prototypes.Warren Weckesser2019-09-151-5/+0
| |/ /
* | | Merge pull request #14514 from seberg/towncrier-ciMatti Picus2019-09-1611-25/+66
|\ \ \
| * | | DOC,MAINT: Build release notes during CircleCI stepSebastian Berg2019-09-1511-25/+66
* | | | Merge pull request #14511 from eric-wieser/fix-flatten_dtypeMatti Picus2019-09-162-5/+5
|\ \ \ \
| * | | | BUG: Fix flatten_dtype so that nested 0-field structs are flattened correctlyEric Wieser2019-09-142-5/+5
| |/ / /
* | | | Merge pull request #13829 from kianasun/add-permutation-axisMatti Picus2019-09-163-14/+85
|\ \ \ \ | |_|/ / |/| | |
| * | | ENH: Improve permutation and shuffle functions on a given axisKexuan Sun2019-09-143-14/+85
| |/ /
* | | Merge pull request #14498 from mattip/random-namespaceRalf Gommers2019-09-1511-333/+12
|\ \ \
| * | | DOC: remove random.entropy from docsmattip2019-09-142-7/+0
| * | | DOC: removed random.entropy from documentationmattip2019-09-141-6/+0
| * | | DOC: add release notemattip2019-09-131-0/+7
| * | | MAINT: remove the entropy c-extension modulemattip2019-09-137-320/+5
* | | | Merge pull request #14501 from bashtage/bug-randintMatti Picus2019-09-153-2/+19
|\ \ \ \
| * | | | BUG: Fix randint when range is 2**32Kevin Sheppard2019-09-143-2/+19
| | |/ / | |/| |
* | | | Merge pull request #14510 from eric-wieser/fix-drop_fieldsMatti Picus2019-09-153-4/+18
|\ \ \ \
| * | | | API: Do not return None from recfunctions.drop_fieldsEric Wieser2019-09-143-4/+18
| |/ / /
* | | | Merge pull request #14508 from Kai-Striega/financial_reviewSebastian Berg2019-09-142-6/+33
|\ \ \ \ | |/ / / |/| | |
| * | | TST: Move NPV-IRR congruence check to testskai-striega2019-09-142-7/+6
| * | | DOC: Add warning message to np.npv docskai-striega2019-09-141-0/+28
* | | | Merge pull request #13739 from eric-wieser/bit_shiftsMatti Picus2019-09-147-10/+188
|\ \ \ \
| * | | | BUG: Disable -O3 on right_shift on compilers which emit an internal errorEric Wieser2019-09-133-1/+50
| * | | | MAINT: Move shift implementation to npy_mathEric Wieser2019-09-134-67/+81
| * | | | MAINT: Respond to review comments on gh-7473Eric Wieser2019-09-133-129/+77
| * | | | Merge commit 'edf8a5f' into HEADEric Wieser2019-09-13153-1125/+4068
| |\ \ \ \
| * \ \ \ \ Merge tag 'branch-points/1.17.x' into HEADEric Wieser2019-09-13524-19226/+62063
| |\ \ \ \ \
| * \ \ \ \ \ Merge tag 'branch-points/1.16.x' into bit_shiftsEric Wieser2019-06-08912-173043/+223773
| |\ \ \ \ \ \
| * | | | | | | BUG: shift operator cycles, fixes #2449Jaime Fernandez2016-03-283-11/+180
* | | | | | | | Merge pull request #14503 from ahaldane/tweak_round_docstringMatti Picus2019-09-141-5/+7
|\ \ \ \ \ \ \ \