summaryrefslogtreecommitdiff
path: root/doc
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
| |/ / |/| |
* | | Merge pull request #10619 from eric-wieser/fix-notmasked_contiguousMarten van Kerkwijk2018-03-271-0/+9
|\ \ \
| * | | BUG: Always return a list from np.ma.flatnotmasked_contiguousEric Wieser2018-03-251-0/+9
| |/ /
* | | DOC: Update link to tox in development docs (#10806)Paul van Mulbregt2018-03-261-1/+1
|/ /
* | ENH: Add np.histogram_bin_edges (#10591)Kirit Thadaka2018-03-151-0/+2
* | TST: Import abstract classes from collections.abcFrederick Lefebvre2018-03-141-2/+7
* | DOC: Post 1.14.2 release update.Charles Harris2018-03-123-0/+63
* | DOC: Fix minor typo in how-to-document.MSeifert042018-03-111-1/+1
* | add documentation for constantsguoci2018-03-102-0/+6
* | Merge pull request #10689 from freakboy3742/iOS-compatCharles Harris2018-03-081-1/+13
|\ \
| * | DOC: Added release note for iOS build changes.Russell Keith-Magee2018-03-091-1/+13
* | | ENH: Allow dtype field names to be unicode in Python2 (#10672)Chris Billington2018-03-081-0/+11
* | | Write down a formal procedure for declaring a NEP "accepted"Nathaniel J. Smith2018-03-081-2/+8
* | | Assign numbers to all existing NEPsNathaniel J. Smith2018-03-0815-18/+25
|/ /