summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #6487 from charris/cleanup-6307Charles Harris2015-10-161-3/+4
|\
| * BUG: Allow nested use of parameters for array dimensions in f2py.Alexander Heger2015-10-161-3/+4
* | Merge pull request #6481 from charris/foreport-gh-5765Charles Harris2015-10-161-2/+2
|\ \
| * | LIBPATH with spaces is now supported Python 2.7+ and Win32Gabi Davar2015-10-161-2/+2
| |/
* | Merge pull request #6480 from samuelstjean/patch-1seberg2015-10-161-1/+1
|\ \
| * | Fixed a typo in np.inner docSamuel St-Jean2015-10-161-1/+1
|/ /
* | Merge pull request #6478 from ChristopherHogan/intel_osxCharles Harris2015-10-151-2/+12
|\ \
| * | BUG: Fix Intel compiler flags for OS X buildChris Hogan2015-10-151-2/+12
|/ /
* | Merge pull request #6474 from rgommers/testmodeCharles Harris2015-10-154-99/+21
|\ \ | |/ |/|
| * TST: raise errors for dev versions and warnings for releases on test runs.Ralf Gommers2015-10-152-25/+13
| * REL: remove release.sh because it's not in use anymore.Ralf Gommers2015-10-141-74/+0
| * REL: update Paver file to ensure sdist contents are OK for releases.Ralf Gommers2015-10-141-0/+8
|/
* Merge pull request #6472 from charris/update-travis-3.5-dev-to-3.5Ralf Gommers2015-10-141-1/+1
|\
| * MAINT: Use Python 3.5 instead of 3.5-dev for travis 3.5 testing.Charles Harris2015-10-141-1/+1
* | Merge pull request #6460 from behrisch/minimize_os_environ_adaptionsCharles Harris2015-10-131-8/+9
|\ \
| * | Update __init__.pybehrisch2015-10-041-8/+9
* | | Merge pull request #6432 from jjhelmus/fix_ma_putahaldane2015-10-122-9/+25
|\ \ \ | |_|/ |/| |
| * | BUG: ma.put expands nomaskJonathan Helmus2015-10-122-9/+25
* | | Merge pull request #6451 from charris/release-notes-1.10.1Charles Harris2015-10-122-0/+42
|\ \ \
| * | | DOC: Create 1.10.1 release notes.Charles Harris2015-10-122-0/+42
* | | | Merge pull request #6449 from anntzer/fill-explicit-dtype-futurewarningCharles Harris2015-10-112-5/+7
|\ \ \ \ | |/ / / |/| | |
| * | | DEP: Remove warning for `full` when dtype is set.Antony Lee2015-10-112-5/+7
|/ / /
* | | Merge pull request #6439 from juliantaylor/sdk-compileCharles Harris2015-10-111-2/+6
|\ \ \
| * | | BLD: import setuptools to allow compile with VS2008 python2.7 sdkJulian Taylor2015-10-101-2/+6
* | | | Merge pull request #6444 from charris/gh-6440Charles Harris2015-10-111-0/+7
|\ \ \ \
| * | | | DOC: Document the reason msvc requires SSE2 on 32 bit platforms.Charles Harris2015-10-101-0/+2
| * | | | BLD: enable SSE2 for 32-bit msvc 9 and 10 compilersChristoph Gohlke2015-10-101-0/+5
* | | | | Merge pull request #6438 from juliantaylor/msvc-workaroundCharles Harris2015-10-111-1/+3
|\ \ \ \ \
| * | | | | BUG: mask nan to 1 in ordered compareJulian Taylor2015-10-101-1/+3
* | | | | | Merge pull request #6445 from rgommers/arrayterator-docNathaniel J. Smith2015-10-104-5/+11
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | DOC: add lib.Arrayterator to reference guide. Closes gh-6404.Ralf Gommers2015-10-114-5/+11
|/ / / / /
* | | | | Merge pull request #6436 from juliantaylor/conf-warningsCharles Harris2015-10-101-0/+2
|\ \ \ \ \
| * | | | | MAINT: remove Wreturn-type warnings from config checksJulian Taylor2015-10-091-0/+2
| |/ / / /
* | | | | Merge pull request #6309 from pizzathief/issue6191Ralf Gommers2015-10-101-0/+27
|\ \ \ \ \
| * | | | | DOC: fixing some minor nitpicks. string to str, can't to cannot.jason king2015-10-051-3/+3
| * | | | | DOC: first attempt at documenting load_library.jason king2015-09-121-0/+27
* | | | | | Merge pull request #6437 from njsmith/cc0-governanceRalf Gommers2015-10-101-0/+9
|\ \ \ \ \ \
| * | | | | | DEV: add CC-0 public domain dedication to governance documentNathaniel J. Smith2015-10-091-0/+9
| | |_|/ / / | |/| | | |
* | | | | | Merge pull request #6441 from cgohlke/patch-2Charles Harris2015-10-092-2/+2
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | BLD: do not build exclusively for SSE4.2 processorsChristoph Gohlke2015-10-091-1/+1
| * | | | | BLD: do not build exclusively for SSE4.2 processorsChristoph Gohlke2015-10-091-1/+1
|/ / / / /
* | | | | Merge pull request #6161 from grlee77/sign_docstringCharles Harris2015-10-091-1/+15
|\ \ \ \ \
| * | | | | DOC: update documentation of sign for complex and nan inputsGregory R. Lee2015-10-091-5/+6
| * | | | | DOC: document behaviour of sign for complex numbersGregory R. Lee2015-08-041-0/+13
* | | | | | Merge pull request #6354 from mingwpy/mingwpyCharles Harris2015-10-096-36/+41
|\ \ \ \ \ \
| * | | | | | BLD: mingwpy fixescarlkl2015-09-246-36/+41
* | | | | | | Merge pull request #6434 from rgommers/govdoc-typoCharles Harris2015-10-091-1/+1
|\ \ \ \ \ \ \
| * | | | | | | DOC: typo: change NumFocus to NumFOCUS in one place in governance doc.Ralf Gommers2015-10-091-1/+1
|/ / / / / / /
* | | | | | | Merge pull request #6429 from charris/remove-single-file-optionNathaniel J. Smith2015-10-0830-194/+9
|\ \ \ \ \ \ \
| * | | | | | | DOC: Document removal of single file builds in 1.11.0 release notes.Charles Harris2015-10-081-2/+2