summaryrefslogtreecommitdiff
path: root/doc
Commit message (Expand)AuthorAgeFilesLines
* 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
|/
* MAINT: Fix typos in DISTUTILS.rst.txt. (#10583)fo402252018-02-141-3/+3
* Misc. typosluz.paz2018-02-121-1/+1
* BUG: nan_to_num does not return scalars for scalar integer input (#10441)Matheus Vieira Portela2018-02-011-0/+6
* DOC: Tell matlab users about np.blockEric Wieser2018-01-311-1/+1
* Merge pull request #10361 from ahaldane/complex_repr_fixCharles Harris2018-01-281-4/+2
|\
| * BUG: repr of negative zeros sometimes has an extra spaceAllan Haldane2018-01-281-7/+2
| * BUG: complex repr has extra spaces, missing +Allan Haldane2018-01-201-0/+1
| * MAINT: Add 1.14.1 release note templateAllan Haldane2018-01-201-0/+2
* | DOC: Document A@B in Matlab/NumPy summary tableGerrit Holl2018-01-251-1/+1
|/
* Merge pull request #10406 from ev-br/print_opts_ctxCharles Harris2018-01-191-0/+7
|\
| * DOC: add a release not for `printoptions`Evgeni Burovski2018-01-171-0/+7
* | Merge pull request #10433 from eric-wieser/1.14.1-notesCharles Harris2018-01-181-0/+23
|\ \ | |/ |/|
| * REL: Add 1.14.1 release notes templateEric Wieser2018-01-181-0/+23
* | DOC: added "steals a reference" to PyArray_FromAnyMads R. B. Kristensen2018-01-141-3/+4
* | Merge pull request #10390 from eric-wieser/fix-10364Charles Harris2018-01-121-3/+3
|\ \
| * | BUG: Avoid unintentional promotion to `float`, and do ops in place for speedEric Wieser2018-01-111-3/+3
| |/
* | Merge pull request #10336 from charris/post-1.14.0-updateCharles Harris2018-01-072-8/+498
|\ \
| * | DOC: Post 1.14.0 release updates.Charles Harris2018-01-062-8/+498
* | | More misc. typosluz.paz2018-01-045-6/+6
|/ /
* | Merge pull request #10213 from jarrodmillman/nep-processCharles Harris2018-01-0325-1399/+543
|\ \
| * | DOC: Obsoleted by PEP 465Jarrod Millman2017-12-141-1380/+0
| * | DOC: Prepare to host NEPs on GH pagesJarrod Millman2017-12-1422-20/+257
| * | DOC: ADD NEP 0 draft and templateJarrod Millman2017-12-143-554/+205
| * | DOC: Copy PEP 1Jarrod Millman2017-12-141-0/+636
* | | DOC: add documentation about how to handle new array printingJarrod Millman2018-01-031-0/+12
* | | Merge pull request #10287 from eric-wieser/ptp-emptyCharles Harris2017-12-301-0/+5
|\ \ \
| * | | ENH: Allow ptp to take an axis tuple and keepdimsEric Wieser2017-12-281-0/+5
* | | | Documentation and misc. typosluzpaz2017-12-302-2/+2
|/ / /
* | | Merge pull request #10278 from eric-wieser/exotic-histogram-dtypeCharles Harris2017-12-261-0/+5
|\ \ \