summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* BUG: handle introsort depth limit properlyJulian Taylor2016-07-291-23/+72
* Merge pull request #7866 from ssanderson/document-runtests-extra-argvCharles Harris2016-07-252-0/+9
|\
| * STY: Use consistent variable convention.Scott Sanderson2016-07-251-2/+2
| * DOC: Use a shorter example.Scott Sanderson2016-07-251-1/+1
| * DOC: Add example to runtests usage doc.Scott Sanderson2016-07-231-0/+2
| * DOC: Document extra args forwarding to nose.Scott Sanderson2016-07-231-0/+7
* | Merge pull request #7853 from charris/fix-novalue-importCharles Harris2016-07-252-9/+44
|\ \
| * | BUG: Raise RuntimeError when reloading numpy is attempted.Charles Harris2016-07-202-9/+44
| |/
* | Merge pull request #7863 from juliantaylor/introsortCharles Harris2016-07-256-10/+73
|\ \ | |/ |/|
| * ENH: turn quicksort into introsortJulian Taylor2016-07-214-0/+63
| * MAINT: move integer msb into a sort util functionJulian Taylor2016-07-212-10/+10
|/
* Merge pull request #7840 from llasram/atlas-version-checkCharles Harris2016-07-191-0/+45
|\
| * Restore get_outputMarshall Bockrath-Vandegrift2016-07-151-0/+45
* | Merge pull request #7848 from charris/imp-module-deprecationNathaniel J. Smith2016-07-182-8/+11
|\ \
| * | MAINT: Fix remaining uses of deprecated Python imp module.Charles Harris2016-07-182-8/+11
* | | Merge pull request #7839 from mattip/pypy-fixesNathaniel J. Smith2016-07-182-2/+9
|\ \ \ | |/ / |/| |
| * | ENH: Support for python runtime with no Makefile, like PyPymattip2016-07-181-2/+7
| * | ENH: set reasonable defaults for slots before PyType_Ready is called, enables...mattip2016-07-181-0/+2
* | | Merge pull request #7791 from bertrand-l/feature/f2py-issues-7683Charles Harris2016-07-185-29/+85
|\ \ \
| * | | MAINT,DOC: add to compat.py3k a function to load modules. Fix some doc for f2...bertrand2016-07-175-29/+85
* | | | Merge pull request #7842 from stefanv/versionadded_typosNathaniel J. Smith2016-07-152-6/+6
|\ \ \ \ | |_|_|/ |/| | |
| * | | Fix versionadded tagsStefan van der Walt2016-07-152-6/+6
|/ / /
* | | Merge pull request #7834 from madphysicist/patch-1Jaime2016-07-141-0/+2
|\ \ \ | | |/ | |/|
| * | DOC: Added an exampleJoseph Fox-Rabinovitz2016-07-141-0/+2
|/ /
* | Merge pull request #7820 from charris/fix-empty-array-allocation-sizeCharles Harris2016-07-111-4/+6
|\ \
| * | MAINT: Allocate fewer bytes for empty arrays.Charles Harris2016-07-101-4/+6
* | | Merge pull request #7818 from emmenlau/masterRalf Gommers2016-07-111-5/+6
|\ \ \
| * | | numpy/distutils/misc_util.py fix for #7809: check that _tmpdirs is not NoneMario Emmenlauer2016-07-101-5/+6
* | | | Merge pull request #7817 from charris/fix-mul-with-overflowJulian Taylor2016-07-112-5/+25
|\ \ \ \ | |/ / / |/| | |
| * | | BUG: Ignore a DeprecationWarning.Charles Harris2016-07-101-2/+4
| * | | BUG: Make sure npy_mul_with_overflow_<type> detects overflow.Charles Harris2016-07-102-3/+21
| |/ /
* | | Merge pull request #7803 from jzwinck/pep3118-charahaldane2016-07-072-0/+8
|\ \ \
| * | | BUG: interpret 'c' PEP3118/struct type as 'S1'.John Zwinck2016-07-052-0/+8
* | | | Merge pull request #7807 from madphysicist/patch-1Ralf Gommers2016-07-061-1/+1
|\ \ \ \ | |/ / / |/| | |
| * | | DOC: Misplaced parens in formulaJoseph Fox-Rabinovitz2016-07-061-1/+1
|/ / /
* | | Merge pull request #7799 from tkamishima/pullreq/tkamishima-piecewise-docCharles Harris2016-07-041-2/+2
|\ \ \ | |/ / |/| |
| * | "lambda" is not allowed to use as keyword arguments because it is a reserved ...Toshihiro Kamishima2016-07-041-2/+2
|/ /
* | Merge pull request #7789 from matthew-brett/tweak-release-docCharles Harris2016-06-291-5/+4
|\ \
| * | DOC: add note of 64-bit wheels on WindowsMatthew Brett2016-06-291-5/+4
|/ /
* | Merge pull request #7785 from matthew-brett/update-wheel-procedure-againCharles Harris2016-06-291-169/+83
|\ \
| * | DOC: update wheel building procedure for releaseMatthew Brett2016-06-291-169/+83
|/ /
* | Merge pull request #7777 from charris/update-1.11.1-notesCharles Harris2016-06-251-0/+3
|\ \
| * | DOC: Update Numpy 1.11.1 release notes.Charles Harris2016-06-251-0/+3
* | | Merge pull request #7773 from pooya/patch-1Jaime2016-06-231-1/+1
|\ \ \
| * | | DOC: Remove a redundant theShayan Pooya2016-06-221-1/+1
|/ / /
* | | Merge pull request #5822 from anntzer/0-scale-distributionsNathaniel J. Smith2016-06-222-60/+88
|\ \ \
| * | | Don't allow -0. as distribution shape parameter.Antony Lee2016-06-092-24/+34
| * | | Allow many distributions to have a scale of 0.Antony Lee2016-04-062-60/+78
* | | | Merge pull request #7347 from erensezener/generalized_rot90Charles Harris2016-06-225-105/+176
|\ \ \ \
| * | | | MAINT: fix indentation and whitespaces of the flip functionEren Sezener2016-03-201-12/+7