summaryrefslogtreecommitdiff
path: root/doc
Commit message (Expand)AuthorAgeFilesLines
...
* 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
|/ /
* | DOC: describe axes keyword in ufunc documentation.Marten van Kerkwijk2018-02-271-0/+14
* | DOC/MAINT: More misc. typosluz.paz2018-02-273-3/+3
|/
* BUG/MAINT: Remove special handling of 0d arrays and scalars in interpEric Wieser2018-02-251-0/+12
* Merge pull request #10641 from charris/post-1.14.1-updateCharles Harris2018-02-224-58/+209
|\
| * DOC: Update RELEASE_WALKTHROUGH.rst.txt.Charles Harris2018-02-221-50/+66
| * MAINT: Update 1.14.1 release notes and changelog.Charles Harris2018-02-223-8/+143
* | Merge pull request #10599 from girving/flatnonzeroEric Wieser2018-02-221-0/+5
|\ \ | |/ |/|
| * ENH: make flatnonzero use np.ravel(a) instead of a.ravel()Geoffrey Irving2018-02-211-0/+5
* | Merge pull request #10596 from charris/update-sphinxext-submoduleCharles Harris2018-02-151-0/+0
|\ \ | |/ |/|
| * DOC: Update sphinxext submodule hash.Charles Harris2018-02-151-0/+0
* | DOC: Corrected url for Guide to NumPy book; see part of #8520, all of #9088, ...derrick2018-02-142-6/+6
|/