summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | MAINT: update runtests.py node id example for pytest usageTyler Reddy2018-07-191-1/+1
* | | | | | | Merge pull request #11592 from rgommers/council-stefanCharles Harris2018-07-201-1/+3
|\ \ \ \ \ \ \
| * | | | | | | DOC: add Stefan van der Walt to Steering CouncilRalf Gommers2018-07-191-1/+3
| |/ / / / / /
* | | | | | | Merge pull request #11567 from alyssaq/wip-coverageCharles Harris2018-07-205-3/+29
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | codecov integration. scipy2018 sprint.alyssaq2018-07-185-3/+29
| | |/ / / / | |/| | | |
* | | | | | NEP: accept NEP 20 partially (frozen and flexible) (#11429)Marten van Kerkwijk2018-07-161-1/+6
* | | | | | BLD: Modify cpu detection and function to get build working on aarch64 (#11568)Kyle Sunden2018-07-152-19/+49
* | | | | | Merge pull request #11562 from rgommers/ldflags-releasedocsMatti Picus2018-07-141-0/+9
|\ \ \ \ \ \
| * | | | | | DOC: update release notes for LDFLAGS append behavior (gh-11525).Ralf Gommers2018-07-141-0/+9
* | | | | | | Merge pull request #11572 from logeaux/indexing-docMatti Picus2018-07-141-1/+1
|\ \ \ \ \ \ \
| * | | | | | | DOC: Updated Slice Descriptionlogeaux2018-07-141-1/+1
* | | | | | | | DOC: Updated array2string description (#11571)logeaux2018-07-141-0/+2
* | | | | | | | Merge pull request #11556 from sh0nk/fix-assert_string_equalCharles Harris2018-07-142-2/+8
|\ \ \ \ \ \ \ \
| * | | | | | | | BUG: Make assert_string_equal check str equality simply without regexSho Nakamura2018-07-142-2/+8
* | | | | | | | | Merge pull request #11565 from rgommers/pr-10350Charles Harris2018-07-141-82/+68
|\ \ \ \ \ \ \ \ \ | |_|/ / / / / / / |/| | | | | | | |
| * | | | | | | | MAINT: Convert the doctest in `numpy/lib/tests/test_polynomial.py` to regular...Krzysztof Chomski2018-07-141-82/+68
| | |_|/ / / / / | |/| | | | | |
* | | | | | | | Merge pull request #11559 from mattip/accept-nep-0015Ralf Gommers2018-07-141-2/+2
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
| * | | | | | | NEP: accept nep 0015mattip2018-07-131-2/+2
* | | | | | | | Merge pull request #11382 from mattip/remove-typeNARalf Gommers2018-07-134-6/+33
|\ \ \ \ \ \ \ \ | |_|_|/ / / / / |/| | | | | | |
| * | | | | | | DEP: deprecate undocumented, unused dtype type dictsmattip2018-07-134-6/+33
| | |_|_|_|_|/ | |/| | | | |
* | | | | | | Merge pull request #11084 from mattip/test-documentationRalf Gommers2018-07-136-87/+95
|\ \ \ \ \ \ \
| * | | | | | | DOC: link to TESTS.rst.txt testing guidelines document, tweak testing docsmattip2018-06-256-87/+95
* | | | | | | | Merge pull request #11560 from mattip/accept-nep-0019Ralf Gommers2018-07-131-2/+2
|\ \ \ \ \ \ \ \
| * | | | | | | | NEP: accept nep 0019mattip2018-07-131-2/+2
| | |_|/ / / / / | |/| | | | | |
* | | | | | | | Merge pull request #11525 from isuruf/ldflagsRalf Gommers2018-07-133-34/+84
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
| * | | | | | | Simplify logicIsuru Fernando2018-07-081-11/+2
| * | | | | | | convert env variable flags and fix LDSHAREDIsuru Fernando2018-07-082-3/+7
| * | | | | | | Remove redundant codeIsuru Fernando2018-07-071-2/+0
| * | | | | | | Move distutils.environment.py to distutils.fcompilerIsuru Fernando2018-07-072-1/+2
| * | | | | | | Use monkeypatch's setenv, getenvIsuru Fernando2018-07-071-8/+7
| * | | | | | | Test distutils flags appendingIsuru Fernando2018-07-071-0/+47
| * | | | | | | Change default to overrideIsuru Fernando2018-07-071-1/+1
| * | | | | | | Fix var being NoneIsuru Fernando2018-07-071-0/+2
| * | | | | | | Append *FLAGS instead of overridingIsuru Fernando2018-07-072-33/+41
* | | | | | | | Merge pull request #11553 from Naereen/patch-1Matti Picus2018-07-111-0/+1
|\ \ \ \ \ \ \ \ | |_|_|_|/ / / / |/| | | | | | |
| * | | | | | | Tiny typo on numpy/reference/arrays.dtypes.htmlLilian Besson2018-07-111-0/+1
|/ / / / / / /
* | | | | | | Merge pull request #11534 from eric-wieser/concatenate-reference-blockseberg2018-07-091-9/+10
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | |
| * | | | | | DOC: Update examples with new MaskedArray.__repr__Eric Wieser2018-07-091-9/+9
| * | | | | | DOC: Add missing reference to blockEric Wieser2018-07-091-0/+1
|/ / / / / /
* | | | | | Merge pull request #11518 from mhvk/normalize-axis-tuple-speedupMarten van Kerkwijk2018-07-091-5/+8
|\ \ \ \ \ \
| * | | | | | MAINT: Restore previous behavior on subclassesEric Wieser2018-07-081-2/+2
| * | | | | | MAINT: Speed up normalize_axis_tuple by about 30%Marten van Kerkwijk2018-07-061-5/+8
| | |_|/ / / | |/| | | |
* | | | | | Merge pull request #11482 from Anner-deJong/patch-1Charles Harris2018-07-081-0/+10
|\ \ \ \ \ \
| * | | | | | removed spaces. improved right side outliningAnner2018-07-061-4/+4
| * | | | | | Update resize notes according to mattip's commentsAnner2018-07-051-4/+4
| * | | | | | include warning in np.resize() docsAnner2018-07-031-1/+11
* | | | | | | Merge pull request #11533 from aifer4/fixed-cheb-examplesCharles Harris2018-07-081-2/+2
|\ \ \ \ \ \ \
| * | | | | | | DOC: Fixed example code for cheb2poly and poly2cheb (see #11519)Max Aifer2018-07-081-2/+2
* | | | | | | | Merge pull request #11464 from eric-wieser/monotonicityCharles Harris2018-07-086-186/+156
|\ \ \ \ \ \ \ \
| * | | | | | | | BUG: Don't convert inputs to `np.float64` in digitizeEric Wieser2018-07-066-186/+156
| | |_|/ / / / / | |/| | | | | |