summaryrefslogtreecommitdiff
path: root/doc
Commit message (Expand)AuthorAgeFilesLines
...
* | | | ENH: Extend np.flip to work over multiple axesJunjie Bai2018-04-171-0/+5
|/ / /
* | | BUG: fix crash in numpy.genfromtxt(..., names=True, comments=None) (#10822)Raunak Shah2018-04-161-1/+4
|/ /
* | Merge pull request #10878 from mattip/devdocsRalf Gommers2018-04-1612-677/+98
|\ \ | |/ |/|
| * render the example in numpydoc, add ifconfig for host python major versionmattip2018-04-132-2/+26
| * update submodule numpydoc for changes due to this branchmattip2018-04-121-0/+0
| * fix link (now checked) and clean up Acknowledgementsmattip2018-04-111-7/+4
| * fix linkmattip2018-04-111-1/+1
| * fix typos from reviewmattip2018-04-112-2/+2
| * add stub document for outside projects that link to itmattip2018-04-111-0/+1
| * remove duplicated text from numpydoc/formatting, include it insteadmattip2018-04-111-635/+22
| * update copyright yearmattip2018-04-111-1/+1
| * add missing glossary entries and link in missing documentmattip2018-04-111-0/+1
| * update kwargs where neededmattip2018-04-111-2/+2
| * fix from reviewmattip2018-04-112-13/+6
| * maybe controversial - scipy.special required by mtrand.pyx docstringsmattip2018-04-101-1/+3
| * silence warnings, matplotlib deprecated normed in favor of densitymattip2018-04-102-2/+2
| * DOC: cosmetic changes, document need for python3.6 to build docsmattip2018-04-103-5/+8
| * DOC: promote development_workflow, make howtos visiblemattip2018-04-106-1/+14
| * BUG: fix link to NEP docsmattip2018-04-101-1/+1
* | Merge pull request #10665 from pv/accumulate-same-nocopyCharles Harris2018-04-121-0/+8
|\ \
| * | DOC: Update 1.15.0 release notesCharles Harris2018-04-121-0/+8
* | | Merge pull request #10745 from eric-wieser/comparison-object-loopMarten van Kerkwijk2018-04-111-0/+6
|\ \ \ | |_|/ |/| |
| * | ENH: Add object loops to the comparison ufuncsEric Wieser2018-04-081-0/+6
| |/
* | ENH: Improve histogram bins="auto" for data with little variance (#10739)Varun Nayyar2018-04-091-0/+5
|/
* Merge pull request #10802 from eric-wieser/histogramdd-fixesCharles Harris2018-04-061-0/+6
|\
| * MAINT/ENH: Reuse range computation code from np.histogram in np.histogramddEric Wieser2018-04-061-0/+6
* | Merge pull request #10842 from charris/switch-to-pytestCharles Harris2018-04-061-1/+19
|\ \
| * | DOC: Note the switch to pytest in the 1.15.0 release notes.Charles Harris2018-04-041-1/+19
* | | Merge pull request #10670 from eric-wieser/deprecate-sum-generatorCharles Harris2018-04-061-0/+5
|\ \ \
| * | | DEP: Deprecate np.sum(generator)Eric Wieser2018-02-261-0/+5
* | | | Merge pull request #10826 from tylerjereddy/issue_10779_squeezeCharles Harris2018-04-061-0/+10
|\ \ \ \
| * | | | BUG: np.squeeze() now respects older API axis expectationTyler Reddy2018-03-301-0/+10
* | | | | Fix TYPO in code example.mamrehn2018-04-031-1/+1
| |_|/ / |/| | |
* | | | Merge pull request #10834 from juliantaylor/opt-docCharles Harris2018-04-011-0/+2
|\ \ \ \
| * | | | DOC: note that NDEBUG should be set when OPT should increase optimizationJulian Taylor2018-04-011-0/+2
* | | | | Merge pull request #10833 from aurel32/riscv64Charles Harris2018-04-011-0/+4
|\ \ \ \ \
| * | | | | ENH: Add a release note about support for 64-bit RISC-VAurelien Jarno2018-04-011-0/+4
| |/ / / /
* | | | | Merge pull request #10781 from stefanv/nep_index_builderCharles Harris2018-04-0120-69/+176
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Move Status tag to more appropriate locationStefan van der Walt2018-03-221-2/+1
| * | | | Add missing check for Replaces tag in replacement NEPStefan van der Walt2018-03-221-0/+6
| * | | | Add consistency check for superseded NEPsStefan van der Walt2018-03-211-1/+37
| * | | | Raise errors in Sphinx warningsStefan van der Walt2018-03-211-1/+1
| * | | | Use correct tag Final for merged NEPs. Add resolution to NEP 14.Stefan van der Walt2018-03-218-10/+13
| * | | | Add tool for building NEP indexStefan van der Walt2018-03-2120-63/+126
| | |_|/ | |/| |
* | | | Merge pull request #10786 from lakshayg/stablesortJulian Taylor2018-03-311-0/+14
|\ \ \ \
| * | | | Remove NPY_STABLESORT enumLakshay Garg2018-03-292-6/+4
| * | | | add release noteLakshay Garg2018-03-251-0/+14
| * | | | add stablesort in np.sort and point to mergesortLakshay Garg2018-03-232-4/+6
| |/ / /
* | | | DOC: Fix minor typosluz.paz2018-03-301-1/+1
* | | | BLD: use Python 3.6 instead of 2.7 as default for doc build.Ralf Gommers2018-03-291-1/+1
| |/ / |/| |