summaryrefslogtreecommitdiff
path: root/doc/source
Commit message (Expand)AuthorAgeFilesLines
* DOC: Prepare for 1.16.1 release.Charles Harris2019-01-311-0/+1
* BUG, DOC: test, fix that f2py.compile accepts str and bytes, rework docsmattip2019-01-202-28/+3
* Merge pull request #12705 from charris/backport-12687Charles Harris2019-01-098-1/+15
|\
| * ENH: Better links in documentationEric Larson2019-01-098-1/+15
* | MAINT: Further fixups to uint alignment checksAllan Haldane2019-01-091-1/+1
|/
* Merge pull request #12657 from charris/backport-12641Charles Harris2019-01-031-1/+1
|\
| * DOC: update 2018 -> 2019mattip2019-01-031-1/+1
* | BUG: fix uint alignment asserts in lowlevel loopsAllan Haldane2019-01-031-9/+15
|/
* DOC: more doc updates for structured arraysAllan Haldane2018-12-161-8/+4
* Merge pull request #8955 from eric-wieser/obj-identityMatti Picus2018-11-121-1/+20
|\
| * ENH: Allow ufunc.identity to be any python objectEric Wieser2018-11-121-1/+20
* | Merge pull request #11916 from mattip/deprecate-set_numeric_opsCharles Harris2018-11-092-1/+5
|\ \ | |/ |/|
| * DEP: deprecate np.set_numeric_ops and friendsmattip2018-10-212-1/+5
* | Merge pull request #12250 from mattip/add-docs-to-tocRalf Gommers2018-11-0410-15/+46
|\ \
| * | DOC: move C style guide to dev sectionmattip2018-10-253-1/+1
| * | DOC: remove duplicate and outdated DOCmattip2018-10-251-4/+0
| * | DOC: remove old docs while adding bits of it where appropriate (part one)mattip2018-10-252-5/+19
| * | DOC: fixes from reviewmattip2018-10-253-4/+7
| * | DOC: add missing docsmattip2018-10-237-3/+21
* | | DOC: NumPy 1.15.4 post release documentation update.Charles Harris2018-11-041-0/+1
* | | Merge pull request #12268 from mattip/broadcast-tutorialRalf Gommers2018-10-317-1/+234
|\ \ \
| * | | DOC: fixes from review, fix referencesmattip2018-10-311-4/+4
| * | | DOC: add broadcasting article from scipy old-wikimattip2018-10-267-1/+234
| |/ /
* | | Merge pull request #12120 from tylerjereddy/remainder_timedelta64Stefan van der Walt2018-10-301-0/+3
|\ \ \ | |/ / |/| |
| * | ENH: add timedelta modulusTyler Reddy2018-10-151-0/+3
* | | DOC: Update docs after NumPy 1.15.3 release.Charles Harris2018-10-221-0/+1
| |/ |/|
* | Merge pull request #11175 from mhvk/gufunc-signature-modification2Matti Picus2018-10-192-26/+83
|\ \ | |/ |/|
| * MAINT: changes from reviewmattip2018-10-151-1/+1
| * DOC: tweak docs from reviewmattip2018-10-121-3/+3
| * MAINT: formatting, remove version, rework flagsmattip2018-10-112-16/+21
| * :DOC: update to reflect API changesmattip2018-10-081-7/+9
| * DOC: warn about directly using PyUFuncObject and PyArray_Descrmattip2018-09-171-3/+20
| * DOC: update for changes in d8a8e4536mattip2018-09-161-5/+4
| * merge master into gufunc-signature-modification2mattip2018-09-151-3/+3
| |\
| * \ Merge 'master' into branchmattip2018-09-1218-212/+527
| |\ \
| * | | DOC: updates and fixes for gufunc descriptions.mattip2018-07-171-4/+84
| * | | ENH: test, document, implement flexible signature.mattip2018-07-171-18/+33
* | | | DOC: minor tweak to CoC (update NumFOCUS contact address).Ralf Gommers2018-10-101-2/+1
* | | | DOC: Document how memory alignment works as of 1.14Allan Haldane2018-09-271-0/+96
* | | | DOC: use "import numpy as np" styleMike Toews2018-09-251-19/+19
* | | | DOC: Post NumPy 1.15.2 release updates.[ci skip]Charles Harris2018-09-231-0/+2
| |_|/ |/| |
* | | DOC: Adjust the gufunc signature examplesMatti Picus2018-09-131-2/+6
* | | DOC: Add documentation of PyUFuncObject membersMatti Picus2018-09-131-1/+58
* | | STY: string trailing spacesEric Wieser2018-09-131-2/+2
| |/ |/|
* | Merge pull request #11929 from derek-kim/masterMatti Picus2018-09-121-4/+4
|\ \
| * | DOC: #defining -> #define / Added a short explanation for Numeric, whichDerek Kim2018-09-111-4/+4
* | | DOC: Clarify difference between PySequence_GETITEM, PyArray_GETITEM (#11914)Yug Khanna2018-09-101-3/+5
* | | DOC: dtype offset is limited to intmattip2018-09-091-3/+4
* | | DOC: add a Code of Conduct document.Ralf Gommers2018-09-013-0/+383
* | | Merge pull request #11800 from mattip/f2py-exeCharles Harris2018-08-284-19/+31
|\ \ \