summaryrefslogtreecommitdiff
path: root/numpy
Commit message (Expand)AuthorAgeFilesLines
* MAINT,DOC: add to compat.py3k a function to load modules. Fix some doc for f2...bertrand2016-07-175-29/+85
* DOC: add reference to poisson rngJulian Taylor2016-06-131-0/+5
* Merge pull request #7350 from ahaldane/ma_fix_2_ufuncfalseCharles Harris2016-06-132-18/+27
|\
| * BUG: MA ufuncs should set mask to False, not array([False])Allan Haldane2016-03-072-18/+27
* | Merge pull request #7734 from charris/update-7542Charles Harris2016-06-122-2/+155
|\ \
| * | MAINT: refactor and small fixes to polyvalfromroots.Charles Harris2016-06-122-19/+25
| * | ENH: Add `polyrootval` to numpy.polynomiale-q2016-06-122-2/+149
* | | Merge pull request #7733 from charris/update-7525Charles Harris2016-06-121-21/+35
|\ \ \
| * | | DOC: Further clarification of order argument in np.array.Charles Harris2016-06-121-24/+34
| * | | DOC: Fix order='A' docs of np.arrayMechCoder2016-06-121-5/+9
| |/ /
* | | 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 #7723 from mingwandroid/masterCharles Harris2016-06-111-1/+1
|\ \
| * | Change mkl_info.dir_env_var from MKL to MKLROOTRay Donnelly2016-06-101-1/+1
* | | DOC: fix typo in savetxt docstring (closes #7620)bertrand2016-06-101-1/+1
* | | Merge pull request #7719 from simongibbons/segfault_permutationCharles Harris2016-06-102-1/+34
|\ \ \ | |/ / |/| |
| * | BUG: Fix segfaults in np.random.shuffleSimon Gibbons2016-06-102-1/+34
* | | Merge pull request #7712 from krischer/fft-cache-race-conditionCharles Harris2016-06-093-94/+124
|\ \ \ | |/ / |/| |
| * | Dropping dict like behavior and relying on explicit methods.Lion Krischer2016-06-083-100/+122
| * | BUG: Fix race condition with new FFT cacheLion Krischer2016-06-072-6/+14
* | | BUG: Remove memory leak in np.placegfyoung2016-06-071-0/+1
|/ /
* | ENH: Changing FFT cache to a bounded LRU cacheLion Krischer2016-06-063-2/+152
* | Merge pull request #7482 from simongibbons/clip_memory_leak_fixseberg2016-06-051-13/+9
|\ \
| * | BUG: Memory Leak in _GenericBinaryOutFunction. Fixes #6672Simon Gibbons2016-03-301-13/+9
* | | ENH: Add bits attribute to np.finfo, closes #1886Jaime Fernandez2016-06-042-8/+27
* | | Merge pull request #6430 from embray/issue-473ahaldane2016-06-0216-77/+177
|\ \ \
| * | | STY: Misc whitespace cleanup.Erik M. Bray2016-05-311-4/+4
| * | | BUG: Fixes to reading and writing of empty arrays, and in particular arrays w...Erik M. Bray2016-05-315-18/+49
| * | | BUG: Change ndarray.__new__ to allow zero-width data types, and in particular...Erik M. Bray2016-05-312-14/+15
| * | | BUG: Fix indexing a nested structured type that contains a zero-width structu...Erik M. Bray2016-05-313-13/+23
| * | | BUG: Fix numerous bugs related to zero-width string arrays (#473, #1901, #219...Erik M. Bray2016-05-3112-38/+96
* | | | Merge pull request #7664 from seberg/fix-unicode-transahaldane2016-06-015-44/+153
|\ \ \ \ | |/ / / |/| | |
| * | | TST: Test unicode byteorder cast roundtripping and equalitySebastian Berg2016-06-011-3/+32
| * | | BUG: Make sure string to non-native unicode cast worksSebastian Berg2016-06-012-2/+22
| * | | BUG: Unicode comparison of byteswapped types now worksSebastian Berg2016-06-011-6/+16
| * | | BUG: Fix unicode with byte swap transfer and copyswapSebastian Berg2016-06-013-33/+83
* | | | MAINT: Fix up C++ 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 #7668 from Daetalus/pyston_patchCharles Harris2016-05-241-1/+1
|\ \ \ \
| * | | | do not check the module.__dict__ type explicityBoxiang Sun2016-05-241-1/+1
* | | | | Merge pull request #7669 from seberg/issue7666Charles Harris2016-05-242-2/+20
|\ \ \ \ \
| * | | | | BUG: boolean assignment no GIL release when transfer needs APISebastian Berg2016-05-242-2/+20
| | |/ / / | |/| | |
* | | | | ENH: correct initial index estimate in histogram.Robert Kern2016-05-241-5/+16
* | | | | TST: Failing test for histogram.Robert Kern2016-05-241-0/+11
| |/ / / |/| | |
* | | | Merge pull request #7658 from saimn/fix-ma-reprCharles Harris2016-05-232-3/+17
|\ \ \ \
| * | | | 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
|/ / /
* | | BLD: Remove Intel compiler flag -xSSE4.2Charles Harris2016-05-222-4/+4
* | | STY: ma.extras.median: avoid indexing with listAmit Aronovitch2016-05-221-2/+2
* | | BUG: ma.median of 1d array should return a scalarAmit Aronovitch2016-05-222-1/+18