summaryrefslogtreecommitdiff
path: root/doc
Commit message (Expand)AuthorAgeFilesLines
...
| * | | DOC: Add a release note about the slice based blocking algorithmMark Harfouche2018-10-201-0/+8
| |/ /
* | | DOC: Update docs after NumPy 1.15.3 release.Charles Harris2018-10-224-2/+85
|/ /
* | Merge pull request #11175 from mhvk/gufunc-signature-modification2Matti Picus2018-10-193-26/+124
|\ \
| * | 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-082-9/+11
| * | ENH: increment and use NPY_API_VERSION in PyUFuncObject->versionmattip2018-10-071-0/+2
| * | 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-153-19/+59
| |\ \
| * | | MAINT: cleanup from reviewmattip2018-09-121-0/+1
| * | | Merge 'master' into branchmattip2018-09-1235-364/+1723
| |\ \ \
| * | | | DOC: Release note for flexible dimensions.Marten van Kerkwijk2018-07-171-0/+24
| * | | | DOC: Release notes for frozen dimensions.Marten van Kerkwijk2018-07-171-0/+15
| * | | | DOC: updates and fixes for gufunc descriptions.mattip2018-07-171-4/+84
| * | | | ENH: test, document, implement flexible signature.mattip2018-07-171-18/+33
* | | | | Merge branch 'master' into nd_grid_len_testCharles Harris2018-10-177-21/+49
|\ \ \ \ \
| * \ \ \ \ Merge pull request #12180 from mattip/nep-sortingCharles Harris2018-10-176-21/+37
| |\ \ \ \ \
| | * | | | | NEP: Add "Provisional" status and move nep 18 to provisionalmattip2018-10-164-3/+28
| | * | | | | NEP: change toc title sortingmattip2018-10-163-18/+9
| * | | | | | Merge pull request #12124 from mattip/rework-float-error-statusCharles Harris2018-10-171-0/+6
| |\ \ \ \ \ \
| | * | | | | | MAINT: remove macro, platforms that defined it will now fail to buildmattip2018-10-101-0/+6
| * | | | | | | DEP: Updated unravel_index() kwargs to support `shape`Tyler Reddy2018-10-161-0/+6
| | |/ / / / / | |/| | | | |
* | | | | | | MAINT: remove unused nd_grid __len__Tyler Reddy2018-10-161-0/+5
|/ / / / / /
* | | | | | Merge pull request #12173 from shoyer/nep-18-update-notesMatti Picus2018-10-161-0/+6
|\ \ \ \ \ \
| * | | | | | MAINT: minor adjustment to nep-18Stephan Hoyer2018-10-151-2/+3
| * | | | | | NEP: add notes about updates to NEP-18Stephan Hoyer2018-10-141-1/+6
* | | | | | | Merge pull request #12166 from mattip/nep-16Eric Wieser2018-10-151-0/+251
|\ \ \ \ \ \ \ | |_|_|_|_|_|/ |/| | | | | |
| * | | | | | NEP: change changeset to commit for gitmattip2018-10-151-3/+3
| * | | | | | NEP: fixes from reviewmattip2018-10-151-4/+17
| * | | | | | NEP: Add zero-rank arrays historical info NEPmattip2018-10-141-0/+238
* | | | | | | Merge pull request #12165 from shoyer/nep-22-acceptMatti Picus2018-10-152-3/+10
|\ \ \ \ \ \ \
| * | | | | | | NEP: mention "Informational" NEPs in NEP 0Stephan Hoyer2018-10-131-2/+8
| * | | | | | | NEP: mark NEP-22 as acceptedStephan Hoyer2018-10-131-1/+2
| | |/ / / / / | |/| | | | |
* | | | | | | MAINT: fix build for NEP 16Stephan Hoyer2018-10-142-4/+15
* | | | | | | NEP: mark NEP-16 as withdrawn in favor of a protocolStephan Hoyer2018-10-141-2/+7
* | | | | | | Add link to first mailing list postNathaniel J. Smith2018-10-141-1/+1
* | | | | | | New NEP for identifying and coercing duck arraysNathaniel J. Smith2018-10-142-0/+370
| |/ / / / / |/| | | | |
* | | | | | Merge pull request #12148 from shoyer/nep18-release-notesMatti Picus2018-10-141-0/+10
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | DOC: document NEP-18 overrides in release notesStephan Hoyer2018-10-111-0/+10
* | | | | | Merge pull request #12140 from shoyer/nep-18-array_function_implementation_or...Charles Harris2018-10-111-28/+25
|\ \ \ \ \ \
| * | | | | | DOC: fixups for NEP-18 based on the implementationStephan Hoyer2018-10-101-28/+25
| |/ / / / /
* | | | | | DOC: minor tweak to CoC (update NumFOCUS contact address).Ralf Gommers2018-10-101-2/+1
|/ / / / /
* | | | | MNT added release notes for version 1.16.0Pierre Glaser2018-10-101-0/+9
* | | | | Merge pull request #12133 from pierreglaser/centralize-pickle-importCharles Harris2018-10-101-4/+1
|\ \ \ \ \
| * | | | | MAINT, TST import pickle from numpy.core.numericPierre Glaser2018-10-101-4/+1
| |/ / / /
* | | | | Merge pull request #12123 from mattip/deprecate-asscalarCharles Harris2018-10-101-0/+4
|\ \ \ \ \
| * | | | | DEP: deprecate asscalarmattip2018-10-101-0/+4
| |/ / / /
* | | | | ENH: check getfield arguments to prevent invalid memory accessmattip2018-10-091-0/+5
|/ / / /