summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* REL: Numpy 1.11.1 release.v1.11.1Charles Harris2016-06-253-5/+8
* Merge pull request #7737 from charris/backport-7735Charles Harris2016-06-122-7/+14
|\
| * BUG: fix issue on OS X with Python 3.x where npymath.ini was not installed.Ralf Gommers2016-06-122-7/+14
|/
* Merge pull request #7731 from charris/backport-7723Charles Harris2016-06-111-1/+1
|\
| * Change mkl_info.dir_env_var from MKL to MKLROOTRay Donnelly2016-06-111-1/+1
|/
* Merge pull request #7724 from charris/backport-7719Charles Harris2016-06-102-1/+34
|\
| * BUG: Fix segfaults in np.random.shuffleSimon Gibbons2016-06-102-1/+34
|/
* Merge pull request #7682 from charris/backport-7681Charles Harris2016-05-261-20/+20
|\
| * DOC: Update 1.11.1 release notes.Charles Harris2016-05-261-20/+20
|/
* Merge pull request #7680 from charris/backport-7678Charles Harris2016-05-262-0/+13
|\
| * MAINT: Fix up C++ style comment in arraytypes.c.src.Charles Harris2016-05-261-6/+7
| * Fix np.clip bug NaN handling for Visual Studio 2015Loïc Estève2016-05-262-0/+12
|/
* Merge pull request #7677 from charris/backport-7673Charles Harris2016-05-252-0/+29
|\
| * DOC: Create Numpy 1.11.1 release notes.Charles Harris2016-05-252-0/+29
* | Merge pull request #7676 from charris/backport-7675Charles Harris2016-05-252-3/+8
|\ \ | |/ |/|
| * BUG: fix handling of right edge of final bin.Robert Kern2016-05-252-3/+8
|/
* Merge pull request #7671 from charris/backport-7669Charles Harris2016-05-242-2/+20
|\
| * BUG: boolean assignment no GIL release when transfer needs APISebastian Berg2016-05-242-2/+20
* | Merge pull request #7670 from charris/backport-7667Charles Harris2016-05-242-6/+28
|\ \ | |/ |/|
| * ENH: correct initial index estimate in histogram.Robert Kern2016-05-242-7/+18
| * TST: Failing test for histogram.Robert Kern2016-05-241-1/+12
* | Merge pull request #7665 from charris/backport-7658Charles Harris2016-05-232-3/+17
|\ \ | |/ |/|
| * BUG: fix incorrect printing of 1D masked arraysSimon Conseil2016-05-232-3/+17
|/
* Merge pull request #7660 from ahaldane/fix_7493_1.11Charles Harris2016-05-232-1/+12
|\
| * BUG: Temporary fix for str(mvoid) for object field typesAllan Haldane2016-05-222-1/+12
|/
* Merge pull request #7656 from charris/backport-7655Charles Harris2016-05-222-4/+4
|\
| * BLD: Remove Intel compiler flag -xSSE4.2Charles Harris2016-05-222-4/+4
* | Merge pull request #7654 from charris/backport-7635Charles Harris2016-05-212-3/+20
|\ \ | |/ |/|
| * STY: ma.extras.median: avoid indexing with listAmit Aronovitch2016-05-211-2/+2
| * BUG: ma.median of 1d array should return a scalarAmit Aronovitch2016-05-212-1/+18
|/
* Merge pull request #7638 from charris/backport-7634Charles Harris2016-05-151-3/+5
|\
| * BLD: correct C compiler customization in system_info.py Closes gh-7606.Ralf Gommers2016-05-141-3/+5
|/
* Merge pull request #7608 from charris/backport-7587Charles Harris2016-05-062-2/+48
|\
| * TST: More tests for linalg.norm() with object arraysMatthias Geier2016-05-061-1/+41
| * BUG: linalg.norm(): Don't convert object arrays to floatMatthias Geier2016-05-062-2/+8
|/
* Merge pull request #7597 from charris/backport-7586Charles Harris2016-05-022-3/+9
|\
| * BUG: Ensure mask is preserved on scalarsEric Wieser2016-05-021-3/+5
| * TST: Verify np.ma.take works on scalarsEric Wieser2016-05-021-0/+4
|/
* Merge pull request #7590 from charris/backport-7584Charles Harris2016-04-293-9/+12
|\
| * BLD: fix configparser.InterpolationSyntaxErrorSorin Sbarnea2016-04-293-9/+12
|/
* Merge pull request #7578 from charris/backport-7568Charles Harris2016-04-271-7/+14
|\
| * BUG: Fix OverflowError in Python 3.x in swig interface.Mathieu Lamarre2016-04-271-7/+14
|/
* Merge pull request #7558 from charris/backport-7358Charles Harris2016-04-182-1/+14
|\
| * BUG: constant padding expected wrong type in constant_valueschiffa2016-04-181-1/+1
| * TST: added a test for constant padding on 4 sides of a 2d arraychiffa2016-04-181-0/+13
|/
* Merge pull request #7551 from charris/backport-7549Charles Harris2016-04-151-6/+30
|\
| * BUG: allow graceful recovery for no compilerMatthew Brett2016-04-151-6/+30
|/
* Merge pull request #7535 from charris/backport-7518Charles Harris2016-04-101-2/+2
|\
| * BUG: Extend glibc complex trig functions blacklist to glibc < 2.18.Nikola Forró2016-04-091-2/+2
|/
* Merge pull request #7530 from charris/backport-7529Charles Harris2016-04-082-5/+11
|\