summaryrefslogtreecommitdiff
path: root/numpy
Commit message (Expand)AuthorAgeFilesLines
* BUG: ppc is using IBM double doubleAndreas Schwab2019-03-051-1/+1
* Merge pull request #13036 from mattip/array-interface-offsetCharles Harris2019-03-042-1/+14
|\
| * BUG: __array_interface__ offset was always ignoredmattip2019-02-252-1/+14
* | Merge pull request #13049 from mattip/remove-buffer-checkCharles Harris2019-03-043-29/+1
|\ \
| * | MAINT: remove undocumented __buffer__ attribute lookupmattip2019-03-033-29/+1
* | | Merge pull request #13068 from eric-wieser/datetime-ctor-bugCharles Harris2019-03-032-0/+15
|\ \ \
| * | | BUG: Add missing error checking in conversion from integers to datetime typesEric Wieser2019-03-022-0/+15
* | | | Merge pull request #13075 from rainwoodman/patch-2Charles Harris2019-03-031-4/+8
|\ \ \ \
| * | | | Update environment.pyYu Feng2019-03-021-1/+2
| * | | | Update numpy/distutils/fcompiler/environment.pyEric Wieser2019-03-021-1/+1
| * | | | Changes suggested by eric-wieserYu Feng2019-03-021-8/+7
| * | | | Convert fortran flags from environment variableYu Feng2019-03-021-2/+6
* | | | | Merge pull request #13077 from eric-wieser/fix-%-formatCharles Harris2019-03-031-13/+13
|\ \ \ \ \
| * | | | | BUG: Fix errors in string formatting while producing an errorEric Wieser2019-03-021-13/+13
| |/ / / /
* | | | | Merge pull request #13076 from eric-wieser/remove-bad-split_quoted-patchCharles Harris2019-03-031-60/+0
|\ \ \ \ \
| * | | | | BUG: Remove our patched version of `distutils.split_quoted`, which was a work...Eric Wieser2019-03-021-60/+0
| |/ / / /
* | | | | Merge pull request #13071 from danielplawrence/test-docs-tensordotMatti Picus2019-03-031-10/+8
|\ \ \ \ \
| * | | | | Fix spacing issue in tensordot docstringDaniel Lawrence2019-03-021-2/+2
| * | | | | DOC: Removed incorrect claim regarding shape constraints for np.tensordot()Daniel Lawrence2019-03-021-10/+8
| | |/ / / | |/| | |
* | | | | MAINT: Fix ABCPolyBase in various waysEric Wieser2019-03-021-31/+46
| |/ / / |/| | |
* | | | MAINT: Use with statements for opening files in distutilsEric Wieser2019-03-015-101/+80
|/ / /
* | | Merge pull request #13063 from mattip/doc-fixes2Ralf Gommers2019-03-011-3/+3
|\ \ \
| * | | DOC: revert #13058 and fix Makefilemattip2019-03-011-3/+3
* | | | BUG: Fixes to numpy.distutils.Configuration.get_version (#13056)Eric Wieser2019-03-011-33/+22
|/ / /
* | | Merge pull request #13058 from euronion/euronion-patch-1Matti Picus2019-03-011-3/+3
|\ \ \
| * | | DOC: Update interp docstringeuronion2019-02-281-3/+3
* | | | DOC: fixes from reviewmattip2019-02-281-6/+8
* | | | DOC: fixes from reviewmattip2019-02-283-37/+62
* | | | DOC: reduce warnings when building, reword, tweak doc buildingmattip2019-02-287-80/+107
|/ / /
* | | Merge pull request #13035 from eric-wieser/random-matlab-aliasesMatti Picus2019-02-281-23/+53
|\ \ \
| * | | DOC: Encourage users to use the non-matlab-style random functionsEric Wieser2019-02-271-17/+49
| * | | DOC: Remove incorrect statement about `randn` accepting floats as sizesEric Wieser2019-02-241-6/+4
* | | | Merge pull request #13033 from alexcwatt/property-cleanupMatti Picus2019-02-286-130/+92
|\ \ \ \
| * | | | DOC: Simplify .real and .imag docstrings for MaskedArrayEric Wieser2019-02-271-22/+4
| * | | | MAINT: First pass at merging docstringsAlex Watt2019-02-241-56/+26
| * | | | MAINT: respond to PR feedbackAlex Watt2019-02-241-9/+9
| * | | | MAINT: Convert property to @propertyAlex Watt2019-02-246-58/+68
| |/ / /
* | | | Merge pull request #13054 from madphysicist/maximum_sctype-docsMatti Picus2019-02-272-1/+1
|\ \ \ \
| * | | | DOC: Added maximum_sctype to documentationJoseph Fox-Rabinovitz2019-02-272-1/+1
* | | | | Merge pull request #13039 from mattip/remove-borrowed-refsMarten van Kerkwijk2019-02-262-37/+53
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | BUG: fixes from reviewmattip2019-02-262-4/+10
| * | | | BUG: fixes from reviewmattip2019-02-262-2/+10
| * | | | BUG: fixes from reviewmattip2019-02-251-7/+8
| * | | | BUG: remove error-prone borrowed reference handlingmattip2019-02-251-33/+34
* | | | | Merge pull request #13019 from tylerjereddy/windows_conda_dll_option2Charles Harris2019-02-251-1/+25
|\ \ \ \ \
| * | | | | MAINT: emit single Warning for multiple DLLsTyler Reddy2019-02-251-3/+2
| * | | | | MAINT: use os.path for Python 2.x compatTyler Reddy2019-02-221-6/+7
| * | | | | MAINT: probe multiple DLL handling on WinTyler Reddy2019-02-221-0/+8
| * | | | | BLD: Windows absolute path DLL loadingTyler Reddy2019-02-221-1/+17
* | | | | | Merge pull request #13032 from eric-wieser/fast_loop_macros.hCharles Harris2019-02-252-193/+220
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |