summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | DOC: rm incorrect alias from recarray user article.Ross Barnowski2020-09-291-1/+1
* | | | Merge pull request #17399 from leakec/argoutviewm_array-fixesMatti Picus2020-09-301-18/+18
|\ \ \ \
| * | | | BLD: Fixed ARGOUTVIEWM memory deallocation.leakec2020-09-291-18/+18
| |/ / /
* | | | Merge pull request #17382 from bjnath/new-pydata-cssRalf Gommers2020-09-302-10/+44
|\ \ \ \
| * | | | DOC: NumPy restyling for pydata themeBen Nathanson2020-09-272-10/+44
* | | | | Merge pull request #17402 from rossbar/doc/add_arysetopsMatti Picus2020-09-302-16/+10
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | DOC: Add arraysetops to autosummary.Ross Barnowski2020-09-292-16/+10
| | |/ / | |/| |
* | | | Merge pull request #17396 from charris/cleanup-append_metastr_to_stringEric Wieser2020-09-295-108/+110
|\ \ \ \ | |/ / / |/| | |
| * | | MAINT: Remove append_metastr_to_string function.Charles Harris2020-09-292-77/+1
| * | | MAINT: Revise comment in numpy.core._dtype.pyCharles Harris2020-09-291-1/+1
| * | | MAINT: Replace append_metastr_to_string in descriptor.c.Charles Harris2020-09-291-3/+11
| * | | MAINT: Replace append_metastr_to_string in scalartypes.c.srcCharles Harris2020-09-291-29/+25
| * | | ENH: Add metastr_to_unicode function to datetime.c.Charles Harris2020-09-292-47/+121
* | | | Merge pull request #17392 from bjnath/style-guidesMatti Picus2020-09-291-4/+28
|\ \ \ \
| * | | | DOC: Update info on doc style rulesBen Nathanson2020-09-281-4/+28
| |/ / /
* | | | Merge pull request #17393 from seberg/fix-default-parametric-dtypesCharles Harris2020-09-282-3/+44
|\ \ \ \
| * | | | BUG: Fix default void, datetime, and timedelta in array coercionSebastian Berg2020-09-282-3/+44
* | | | | Merge pull request #16996 from bjnath/revised-glossaryMatti Picus2020-09-281-312/+201
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | DOC: Italics sted monospace in PR #16996Ben Nathanson2020-09-261-1/+1
| * | | | DOC: Revise 'contiguous' in PR #16996Ben Nathanson2020-09-261-1/+1
| * | | | DOC: Fix minor typosBen Nathanson2020-09-181-3/+3
| * | | | DOC: Replace linked headings with explicit 'See'Ben Nathanson2020-09-181-23/+16
| * | | | DOC: 'Along an axis' rewrite and other reviewer changesBen Nathanson2020-09-181-68/+100
| * | | | DOC: Updated for reviewer commentsBen Nathanson2020-09-171-153/+67
| * | | | Merge branch 'master' into revised-glossarymattip2020-09-16146-1030/+3136
| |\ \ \ \
| * | | | | DOC: manually merge some changes done in the other PRsmattip2020-09-161-44/+57
| * | | | | adjust whitespace to minimize the diffmattip2020-09-161-314/+288
| * | | | | DOC: rm tuple from glossaryRoss Barnowski2020-09-071-4/+0
| * | | | | DOC: intersphinx standalone glossary entriesRoss Barnowski2020-09-071-6/+6
| * | | | | DOC: Use intersphinx links.Ross Barnowski2020-09-071-5/+3
| * | | | | DOC: Fix example formatting in PR #16996Ben Nathanson2020-09-071-2/+2
| * | | | | DOC: Fix repeated word in PR #16996Ben Nathanson2020-09-071-4/+4
| * | | | | DOC: Fix typos in #16996Ben Nathanson2020-09-071-4/+5
| * | | | | DOC: 6th try: Fix doctest on PR #16996Ben Nathanson2020-09-071-11/+1
| * | | | | DOC: 5th try: Avoid unwanted doctest on PR #14979Ben Nathanson2020-09-071-7/+3
| * | | | | DOC: 4th try: Avoid unwanted doctest on PR #14979Ben Nathanson2020-09-071-19/+17
| * | | | | DOC: 3rd try: Avoid unwanted doctest on PR #14979Ben Nathanson2020-09-071-32/+16
| * | | | | DOC: 2nd try: Avoid unwanted doctest on PR #14979Ben Nathanson2020-09-071-24/+48
| * | | | | DOC: Avoid unwanted doctest on PR #14979Ben Nathanson2020-09-071-69/+48
| * | | | | DOC: Incorporate @BvB93's suggestions in PR #16996Ben Nathanson2020-09-072-84/+96
| * | | | | DOC: Wording improvement in #16996Ben Nathanson2020-09-071-1/+1
| * | | | | DOC: Revise glossary pageBen Nathanson2020-09-071-351/+429
* | | | | | DOC: Fix docstring for np.matmul (#17383)JMFT2020-09-281-2/+2
* | | | | | Merge pull request #17388 from charris/cleanup-debug-printSebastian Berg2020-09-281-6/+0
|\ \ \ \ \ \
| * | | | | | MAINT: Remove old debug print statement.Charles Harris2020-09-281-6/+0
|/ / / / / /
* | | | | | MAINT: Finish replacing PyInt_Check (#17364)Charles Harris2020-09-287-53/+79
* | | | | | Merge pull request #17386 from numpy/dependabot/pip/hypothesis-5.36.1Charles Harris2020-09-281-1/+1
|\ \ \ \ \ \
| * | | | | | MAINT: Bump hypothesis from 5.35.3 to 5.36.1dependabot/pip/hypothesis-5.36.1dependabot-preview[bot]2020-09-281-1/+1
|/ / / / / /
* | | | | | NEP: Edit nep-0042 for more clarity (#17370)Sebastian Berg2020-09-275-992/+2705
* | | | | | Merge pull request #17373 from melissawm/f2py-printCharles Harris2020-09-278-14/+66
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | |