summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* MAINT: lib: Clean up in _iotools.pyWarren Weckesser2020-01-011-45/+6
* BUG: remove -std=c99 for c++ compilation (#15194)Matti Picus2019-12-302-1/+25
* Merge pull request #15196 from rossbar/doc/build_instructionsRalf Gommers2019-12-301-0/+16
|\
| * DOC: Added note about LaTeX requirementRoss Barnowski2019-12-291-0/+5
| * DOC: Initialize submodules to build docs.Ross Barnowski2019-12-291-0/+11
|/
* BUG: use tmp dir and check version for cython test (#15170)Matti Picus2019-12-262-17/+28
* Merge pull request #14326 from maxwell-aladago/assert_array_equalCharles Harris2019-12-251-0/+15
|\
| * TST: Add assert_array_equal test for big integer arraysMaxwell Aladago2019-12-251-0/+15
|/
* Merge pull request #15160 from charris/update-cythonRalf Gommers2019-12-243-4/+4
|\
| * MAINT: Update required cython version to 0.29.14.Charles Harris2019-12-233-4/+4
* | Merge pull request #15153 from mirca/patch-2Tyler Reddy2019-12-231-2/+4
|\ \ | |/ |/|
| * DOC: update cholesky docstring regarding input checkingZé Vinícius2019-12-231-2/+4
* | BUG: test, fix flexible dtype conversion on class with __array__ (#15076)Matti Picus2019-12-234-32/+46
* | Merge pull request #15156 from mattip/issue-15152Charles Harris2019-12-231-0/+9
|\ \
| * | DOC: add PR for notemattip2019-12-231-0/+1
| * | DOC: add moved modules to 1.18 release notemattip2019-12-231-0/+8
* | | Merge pull request #15138 from bashtage/more-choice-docMatti Picus2019-12-231-14/+17
|\ \ \ | |/ / |/| |
| * | DOC: Remove extraneous quoteKevin Sheppard2019-12-231-1/+1
| * | DOC: Correct documentation in choiceKevin Sheppard2019-12-231-13/+16
* | | Merge pull request #15154 from rgommers/build-docsMatti Picus2019-12-232-84/+39
|\ \ \ | |/ / |/| |
| * | DOC: update documentation on how to build NumPyRalf Gommers2019-12-232-84/+39
| |/
* | Merge pull request #15150 from charris/update-pavementMatti Picus2019-12-233-30/+41
|\ \ | |/ |/|
| * MAINT: Update pavement.py for towncrier.Charles Harris2019-12-223-30/+41
|/
* Merge pull request #15149 from charris/post-1.18.0-updateCharles Harris2019-12-225-64/+632
|\
| * REL: Update master after NumPy 1.18.0 release.Charles Harris2019-12-225-64/+632
|/
* Merge pull request #15143 from tylerjereddy/issue_15137_double_buildRalf Gommers2019-12-201-5/+5
|\
| * TST: shippable build efficiencyTyler Reddy2019-12-201-5/+5
|/
* Merge pull request #15136 from bashtage/choice-sigSebastian Berg2019-12-201-1/+1
|\
| * DOC: Correct choice signatureKevin Sheppard2019-12-201-1/+1
|/
* Merge pull request #15133 from WarrenWeckesser/travisci-ymlCharles Harris2019-12-191-4/+4
|\
| * MAINT: CI: Clean up .travis.ymlWarren Weckesser2019-12-191-4/+4
|/
* Merge pull request #15129 from bwignall/typo_levenMatti Picus2019-12-1923-29/+29
|\
| * Fix typos, via a Levenshtein-style correctorBrian Wignall2019-12-1923-29/+29
* | DOC: linalg: Include information about scipy.linalg. (#14988)Warren Weckesser2019-12-192-2/+60
|/
* MAINT: Fix randint 0d limits and other 0d cleanups (#15126)Nico Schlömer2019-12-184-7/+6
* Merge pull request #14933 from seberg/cleanup-converttocommontypeMatti Picus2019-12-184-85/+59
|\
| * API: Use `ResultType` in `PyArray_ConvertToCommonType`Sebastian Berg2019-11-214-85/+59
* | Merge pull request #15125 from bashtage/remove-basic-rngMatti Picus2019-12-181-5/+5
|\ \
| * | DOC: Remove reference to basic RNGKevin Sheppard2019-12-181-5/+5
|/ /
* | Merge pull request #15120 from mattip/build-warningsSebastian Berg2019-12-162-4/+4
|\ \
| * | BLD: fix signed-unsigned comparison warningmattip2019-12-162-4/+4
|/ /
* | Merge pull request #15116 from numpy/dependabot/pip/pytest-5.3.2Charles Harris2019-12-161-1/+1
|\ \
| * | MAINT: Bump pytest from 5.3.1 to 5.3.2dependabot/pip/pytest-5.3.2dependabot-preview[bot]2019-12-161-1/+1
* | | Merge pull request #15110 from tillahoffmann/expm1Charles Harris2019-12-162-3/+9
|\ \ \ | |/ / |/| |
| * | MAINT: Use trig identity to evaluate cosm1.Till Hoffmann2019-12-161-2/+2
| * | BUG: Fix expm1 instability for small complex nums.Till Hoffmann2019-12-162-3/+9
|/ /
* | Merge pull request #15115 from WarrenWeckesser/testcleanupCharles Harris2019-12-153-3/+0
|\ \
| * | MAINT: random: Remove a few unused imports from test files.Warren Weckesser2019-12-153-3/+0
|/ /
* | Merge pull request #15069 from pv/blas-ilp64Charles Harris2019-12-1518-212/+287
|\ \
| * | DOC: explain NPY_*_ILP64_ORDER default valuesPauli Virtanen2019-12-141-1/+1