summaryrefslogtreecommitdiff
path: root/numpy
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #11638 from eric-wieser/remove-ma.expand_dimsRalf Gommers2018-07-314-52/+23
|\
| * TST: Add tests for expand_dimsEric Wieser2018-07-302-0/+17
| * ENH: Make expand_dims work on subclassesEric Wieser2018-07-292-52/+6
* | Merge pull request #11637 from eric-wieser/simplify-angleCharles Harris2018-07-312-8/+21
|\ \
| * | DOC: Add versionchanged about subclassesEric Wieser2018-07-311-0/+3
| * | ENH: np.angle: Preserve subclassesEric Wieser2018-07-302-1/+11
| * | STY: Remove C-like parenthesesEric Wieser2018-07-301-1/+1
| * | MAINT: np.angle: Fix type of default argument to match docsEric Wieser2018-07-301-1/+1
| * | MAINT: np.angle: Remove unnecessary multiplicationEric Wieser2018-07-301-5/+5
| |/
* | Merge pull request #11634 from jeremymanning/masterCharles Harris2018-07-311-0/+5
|\ \
| * | ignore cython warnings in initJeremy Manning2018-07-291-0/+5
* | | ENH: handle empty matrices in qr decomposition (#11593)Jeremy Chen2018-07-312-19/+26
* | | Merge pull request #11630 from MSeifert04/add_versionadded_to_isnat_docsMatti Picus2018-07-291-0/+2
|\ \ \
| * | | [DOC]: Include the versionadded to the isnat documentation [skip ci]MSeifert042018-07-271-0/+2
* | | | Merge pull request #11522 from jzwinck/fix-load-empty-npzJulian Taylor2018-07-292-1/+9
|\ \ \ \ | |_|/ / |/| | |
| * | | BUG: fix np.load() of empty .npz fileJohn Zwinck2018-07-072-1/+9
* | | | Merge pull request #11626 from heath730/patch-2Matti Picus2018-07-271-0/+2
|\ \ \ \ | |_|/ / |/| | |
| * | | DOC: Import maplotlib to show contourf in docs.Heath Henley2018-07-271-0/+1
| * | | DOC: Show plot in meshgrid example.Heath Henley2018-07-271-0/+1
* | | | Merge pull request #9022 from eric-wieser/reduce-hides-errorMarten van Kerkwijk2018-07-273-123/+179
|\ \ \ \ | |/ / / |/| | |
| * | | MAINT: Hoist helper functions to the top of the file so that prototypes are n...Eric Wieser2018-06-121-137/+135
| * | | BUG/MAINT: Handle errors in __array_wrap__ the same way in ufunc.reduce as in...Eric Wieser2018-06-123-18/+30
| * | | MAINT: Extract a helper function to apply __array_wrap__Eric Wieser2018-06-101-33/+79
* | | | DOC: Use "real symmetric" rather than "symmetric" in ``eigh`` and ''eigvalsh"...Juan Azcarreta2018-07-261-11/+16
* | | | MAINT,DEP: Properly implement ndarray.__pos__Marten van Kerkwijk2018-07-265-9/+93
* | | | BUG: is_complex should explicitly change an array scalar to scalar.Marten van Kerkwijk2018-07-261-1/+1
| |_|/ |/| |
* | | Merge pull request #11601 from eric-wieser/list-ctorCharles Harris2018-07-222-32/+64
|\ \ \
| * | | TST: Add a test of jagged array constructionEric Wieser2018-07-221-0/+18
| * | | BUG: Make np.array([[1], 2]) and np.array([1, [2]]) behave in the same wayEric Wieser2018-07-222-19/+34
| * | | MAINT: Eliminate intermediate variable for consistencyEric Wieser2018-07-221-15/+12
| * | | MAINT: Improve variable names and scope in discover_dimensionsEric Wieser2018-07-221-6/+8
* | | | BLD: Modify cpu detection and function to get build working on aarch64 (#11568)Kyle Sunden2018-07-152-19/+49
* | | | 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
* | | | | | MAINT: Convert the doctest in `numpy/lib/tests/test_polynomial.py` to regular...Krzysztof Chomski2018-07-141-82/+68
| |/ / / / |/| | | |
* | | | | Merge pull request #11382 from mattip/remove-typeNARalf Gommers2018-07-133-6/+27
|\ \ \ \ \
| * | | | | DEP: deprecate undocumented, unused dtype type dictsmattip2018-07-133-6/+27
* | | | | | Merge pull request #11084 from mattip/test-documentationRalf Gommers2018-07-131-1/+1
|\ \ \ \ \ \
| * | | | | | DOC: link to TESTS.rst.txt testing guidelines document, tweak testing docsmattip2018-06-251-1/+1
* | | | | | | 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