summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #6164 from moreati/classifiersRalf Gommers2015-08-052-0/+17
|\
| * DOC: Add Trove classifiers for supported Python versionsAlex Willmer2015-08-052-0/+17
* | Merge pull request #6160 from moreati/tox_fixupCharles Harris2015-08-0512-22/+46
|\ \ | |/ |/|
| * DOC: Add warning about numpy._build_utilsAlex Willmer2015-08-051-0/+8
| * BLD: Move numpy.build_utils -> numpy._build_utils, add to MANIFEST.inAlex Willmer2015-08-0510-16/+18
| * TST: Add Python 3.4 to Tox environmentsAlex Willmer2015-08-041-1/+12
| * MAINT: List subpackages alphabetically in numpy.setup.configuration()Alex Willmer2015-08-041-6/+6
| * BLD: fix tests under Tox, include numpy.build_utils in the distributionAlex Willmer2015-08-041-0/+3
|/
* Merge pull request #6159 from jdubois/masterJaime2015-08-041-2/+2
|\
| * Wording: correctly write the commentJulien Dubois2015-08-041-2/+2
|/
* Merge pull request #6156 from juliantaylor/doc-syncCharles Harris2015-08-032-0/+27
|\
| * DOC: add 1.10.0 notes to indexJulian Taylor2015-08-031-0/+1
| * DOC: synchronize 1.9.2 release notes with masterJulian Taylor2015-08-032-0/+26
|/
* Merge pull request #6152 from charris/update-gh-6143Charles Harris2015-08-035-8/+27
|\
| * BLD: Move Intel POWL blacklist.Charles Harris2015-08-032-6/+9
| * BLD: fix issue with POWL for Intel compilers on Windows.Ralf Gommers2015-08-031-0/+7
| * BLD: Intel compilers: xiar/xilib for Linux and Windows to support IPO.Ralf Gommers2015-08-031-0/+3
| * BLD: some fixes for Intel compilers.Ralf Gommers2015-08-034-8/+14
|/
* Merge pull request #6005 from charris/update-howto-releaseCharles Harris2015-08-031-7/+15
|\
| * DOC: Revise doc/HOWTO_RELEASE.rst.txt a bit to read better.Charles Harris2015-06-221-7/+8
| * DOC: Document bogus stride fix for release.Charles Harris2015-06-221-0/+7
* | Merge pull request #6145 from charris/init-1.11.0Charles Harris2015-08-036-5/+41
|\ \
| * | MAINT: Init master branch for 1.11.0 development.Charles Harris2015-08-036-5/+41
* | | Merge pull request #6147 from cgohlke/patch-3Charles Harris2015-08-021-0/+3
|\ \ \ | |/ / |/| |
| * | BLD: llabs not available with msvc9Christoph Gohlke2015-08-021-0/+3
|/ /
* | Merge pull request #6142 from charris/update-mailmapCharles Harris2015-08-021-13/+104
|\ \
| * | MAINT: Update names in .mailmap for the 1.10 release.Charles Harris2015-08-021-13/+104
* | | Merge pull request #6144 from endolith/patch-1Charles Harris2015-08-021-1/+1
|\ \ \
| * | | DOC: fix typoendolith2015-08-021-1/+1
|/ / /
* | | Merge pull request #6141 from cgohlke/patch-1Charles Harris2015-08-023-4/+21
|\ \ \
| * | | BLD: fix build failureChristoph Gohlke2015-08-021-1/+1
| * | | BLD: disable broken msvc14 trigonometric functionsChristoph Gohlke2015-08-021-1/+18
| * | | BLD: enable C99 isnan and isinf for msvc14Christoph Gohlke2015-08-021-2/+2
| * | | BLD: enable C99 complex for msvc14Christoph Gohlke2015-08-021-1/+1
|/ / /
* | | Merge pull request #6140 from cgohlke/patch-4Charles Harris2015-08-011-14/+1
|\ \ \
| * | | BLD: try_run fails on Python 3.5b4 for WindowsChristoph Gohlke2015-08-011-14/+1
|/ / /
* | | Merge pull request #6139 from cgohlke/patch-3Charles Harris2015-08-011-2/+6
|\ \ \
| * | | TST: on Windows run f2py from the Scripts directoryChristoph Gohlke2015-08-011-2/+6
* | | | Merge pull request #6138 from cgohlke/patch-2Jaime2015-08-011-3/+7
|\ \ \ \ | |/ / / |/| | |
| * | | TST: use os.pathsep to separate library directoriesChristoph Gohlke2015-08-011-2/+3
| * | | TST: skip gcc specific test when using msvcChristoph Gohlke2015-08-011-0/+2
| * | | TST: alternatively assert existence of msvc .obj filesChristoph Gohlke2015-08-011-1/+2
| |/ /
* | | Merge pull request #6137 from cgohlke/patch-1Charles Harris2015-08-011-1/+1
|\ \ \ | |/ / |/| |
| * | TST: fix OverflowError on win-amd64Christoph Gohlke2015-08-011-1/+1
|/ /
* | Merge pull request #6091 from novocaine/masterCharles Harris2015-08-011-2/+21
|\ \
| * | restrict to windows py3 and add commentJames Salter2015-07-171-7/+18
| * | don't pass un-encodable env to spawnJames Salter2015-07-171-2/+10
* | | Merge pull request #6092 from ahaldane/raise_warnings_fixCharles Harris2015-08-011-1/+1
|\ \ \
| * | | MAINT: fix raise_warnings in np.test in py3Allan Haldane2015-07-271-1/+1
* | | | Merge pull request #6131 from argriffing/choice-precisionCharles Harris2015-08-012-2/+20
|\ \ \ \