summaryrefslogtreecommitdiff
path: root/numpy
Commit message (Expand)AuthorAgeFilesLines
* BUG: fix issue on OS X with Python 3.x where npymath.ini was not installed.Ralf Gommers2016-06-122-7/+14
* Change mkl_info.dir_env_var from MKL to MKLROOTRay Donnelly2016-06-111-1/+1
* BUG: Fix segfaults in np.random.shuffleSimon Gibbons2016-06-102-1/+34
* 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
* 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
* | BUG: fix incorrect printing of 1D masked arraysSimon Conseil2016-05-232-3/+17
|/
* 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
* | 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
|/
* BLD: correct C compiler customization in system_info.py Closes gh-7606.Ralf Gommers2016-05-141-3/+5
* 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
* 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
* BLD: fix configparser.InterpolationSyntaxErrorSorin Sbarnea2016-04-292-9/+11
* 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
* BUG: allow graceful recovery for no compilerMatthew Brett2016-04-151-6/+30
* BUG: Extend glibc complex trig functions blacklist to glibc < 2.18.Nikola Forró2016-04-091-2/+2
* BUG: Floating exception with invalid axis in np.lexsortSimon Gibbons2016-04-082-5/+11
* BUG: make sure numpy imports on python 2.6 when nose is unavailableEvgeni Burovski2016-04-041-2/+6
* Merge pull request #7432 from charris/backport-7363Charles Harris2016-03-192-19/+20
|\
| * ENH: Make no unshare mask future warnings less noisySebastian Berg2016-03-192-19/+20
* | MAINT: Cleanup of backport of PRs #7416, #7423Joseph Fox-Rabinovitz2016-03-162-73/+101
* | BUG: Ongoing fixes to PR#7416Joseph Fox-Rabinovitz2016-03-162-2/+2
* | DOC: Updated documentation to reflect changes to bin estimators.Joseph Fox-Rabinovitz2016-03-161-27/+64
* | BUG: Incorrect handling of range in `histogram` with automatic bins.Joseph Fox-Rabinovitz2016-03-162-96/+255
|/
* TST: Check that result of corrcoef are clipped.Charles Harris2016-03-141-3/+12
* MAINT/BUG: Clip real and imag parts of corrcoef return to [-1, 1].Charles Harris2016-03-141-5/+19
* Merge pull request #7412 from charris/backport-7407Charles Harris2016-03-122-3/+30
|\
| * BUG: Fix decref before incref for in-place accumulateSebastian Berg2016-03-122-3/+30
* | BUG: incorrect type for objects whose __len__ failsAllan Haldane2016-03-092-0/+17
|/
* Merge pull request #7324 from charris/revert-vectorizations-for-1.11.xCharles Harris2016-02-273-168/+35
|\
| * Revert "Merge pull request #6980 from juliantaylor/vect-isfinite"Charles Harris2016-02-233-168/+35
| * Revert "Merge pull request #6994 from juliantaylor/signbit"Charles Harris2016-02-231-4/+4
* | Merge pull request #7337 from jakirkham/kf_test_datetimeCharles Harris2016-02-251-0/+1
|\ \
| * | TST: Mark datetime test as a known failure on Python's below 2.7.John Kirkham2016-02-251-0/+1
| |/
* | TST: fix MemoryError on win32Christoph Gohlke2016-02-241-0/+4
|/
* Merge pull request #7298 from charris/backport-7296Charles Harris2016-02-212-6/+29
|\
| * Revert part of #3907 which incorrectly propogated MaskedArray info.Marten van Kerkwijk2016-02-202-6/+29
* | DOC: Document that floor_divide and remainder are complementary.Charles Harris2016-02-201-7/+11
* | TST: Add tests for '//' and '%' (floor_divide, remainder).Charles Harris2016-02-203-44/+170