summaryrefslogtreecommitdiff
path: root/doc
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | 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
|/ / / /
* | | | Merge pull request #6377 from ahaldane/fix_alignCharles Harris2018-09-302-0/+111
|\ \ \ \
| * | | | DOC: Document how memory alignment works as of 1.14Allan Haldane2018-09-271-0/+96
| * | | | ENH: Fix complex64 alignmentAllan Haldane2018-09-271-0/+15
* | | | | Merge pull request #11962 from mfkasim91/limitrowloadtxtCharles Harris2018-09-301-0/+5
|\ \ \ \ \
| * | | | | ENH: add max_rows kwarg to numpy.loadtxt like numpy.genfromtxtmfkasim912018-09-301-0/+5
| | |_|_|/ | |/| | |
* | | | | ENH add prepend and append kwargs to diffMatt Harrigan2018-09-251-0/+6
| |/ / / |/| | |
* | | | Merge pull request #11596 from rgommers/nep-backcompatCharles Harris2018-09-251-0/+288
|\ \ \ \
| * | | | MAINT: address review comment of @shoyer, remove reference to ``legacy_index``.Ralf Gommers2018-07-221-5/+3
| * | | | BLD: fix NEP build issue (title has to have a long dash or build fails)Ralf Gommers2018-07-211-6/+6
| * | | | DOC: finish first draft of the backwards compatibility NEP.Ralf Gommers2018-07-211-75/+167
| * | | | DOC: first draft of a backwards compatibility NEP.Ralf Gommers2018-07-211-0/+198
* | | | | DOC: use "import numpy as np" styleMike Toews2018-09-251-19/+19
* | | | | Merge pull request #12021 from charris/update-post-1.15.2Charles Harris2018-09-235-0/+122
|\ \ \ \ \
| * | | | | DOC: Post NumPy 1.15.2 release updates.[ci skip]Charles Harris2018-09-235-0/+122
* | | | | | DOC: MAINT: address comments @eric-wieser on NEP 24-26 PR. Bump copyright yearRalf Gommers2018-09-222-13/+16
|/ / / / /
* | | | | Merge pull request #11957 from juliantaylor/hugepagesCharles Harris2018-09-221-0/+15
|\ \ \ \ \
| * | | | | ENH: mark that large allocations can use huge pagesJulian Taylor2018-09-201-0/+15
* | | | | | NEP: add NEP 26, a summary of missing data discussions and NEPs.Ralf Gommers2018-09-221-0/+727
* | | | | | NEP: add NEP 25, the second alternative NEP to NEP 12 (missing data)Ralf Gommers2018-09-221-0/+469
* | | | | | DOC: BLD: remove graphviz dependency of neps doc build. Closes gh-11617Ralf Gommers2018-09-225-29/+4
* | | | | | NEP: add first alternative NEP on missing data.Ralf Gommers2018-09-221-0/+210
* | | | | | Revert "NEP: Revert "NEP: Mark NEP 18 as accepted""Stephan Hoyer2018-09-201-1/+2
|/ / / / /
* | | | | DOC: add docstrings for numeric types (#11858)Yannick Jadoul2018-09-181-0/+6
| |/ / / |/| | |
* | | | Merge pull request #11948 from shoyer/finish-nat-deprecationCharles Harris2018-09-141-1/+14
|\ \ \ \
| * | | | DOC: release notes for expired NaT depreactionStephan Hoyer2018-09-141-1/+14
* | | | | Merge pull request #11943 from shoyer/nep-18-warn-about-changesStephan Hoyer2018-09-141-13/+41
|\ \ \ \ \
| * | | | | DOC: switch order of checking for new protoclsStephan Hoyer2018-09-131-5/+5
| * | | | | DOC: Add warning/clarification about backwards compat in NEP-18Stephan Hoyer2018-09-131-13/+41
| |/ / / /
* | | | | 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
|/ / / /
* | | | Revert "NEP: Mark NEP 18 as accepted"revert-11693-accept-nep18Stephan Hoyer2018-09-121-2/+1
| |_|/ |/| |
* | | Merge pull request #11929 from derek-kim/masterMatti Picus2018-09-122-7/+7
|\ \ \
| * | | DOC: Add missing commaEric Wieser2018-09-111-1/+1
| * | | STY: revert whitespace changesEric Wieser2018-09-111-3/+3
| * | | DOC: #defining -> #defineDerek Kim2018-09-111-6/+6
| * | | DOC: #defining -> #define / Added a short explanation for Numeric, whichDerek Kim2018-09-111-4/+4
* | | | Merge pull request #11899 from tylerjereddy/rm_exec_command_3Charles Harris2018-09-101-0/+7
|\ \ \ \
| * | | | MAINT: remove exec_command from system_info.pyTyler Reddy2018-09-101-0/+7