summaryrefslogtreecommitdiff
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
* Merge pull request #7740 from juliantaylor/poisson-docCharles Harris2016-06-131-0/+5
|\
| * 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 #7739 from embray/doc/6430Charles Harris2016-06-131-0/+8
|\ \
| * | DOC: Mention the changes of #6430 in the release notes.Erik M. Bray2016-06-131-0/+8
|/ /
* | Merge pull request #7734 from charris/update-7542Charles Harris2016-06-124-3/+164
|\ \
| * | MAINT: refactor and small fixes to polyvalfromroots.Charles Harris2016-06-122-19/+25
| * | ENH: Add `polyrootval` to numpy.polynomiale-q2016-06-124-3/+158
* | | 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
| |/ /
* | | Merge pull request #7735 from rgommers/pip3-osx-installCharles 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 #7723 from mingwandroid/masterCharles Harris2016-06-111-1/+1
|\ \
| * | Change mkl_info.dir_env_var from MKL to MKLROOTRay Donnelly2016-06-101-1/+1
* | | Merge pull request #7729 from bertrand-l/savetext_doc_typoCharles Harris2016-06-101-1/+1
|\ \ \
| * | | DOC: fix typo in savetxt docstring (closes #7620)bertrand2016-06-101-1/+1
|/ / /
* | | Merge pull request #7727 from badhrink/patch-1Charles Harris2016-06-101-3/+3
|\ \ \
| * | | DOC: Corrections in Datetime Units-arrays.datetime.rstbadhrink2016-06-101-3/+3
|/ / /
* | | 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
* | | Merge pull request #7715 from gfyoung/str-replace-mem-leakCharles Harris2016-06-071-0/+1
|\ \ \ | |/ / |/| |
| * | BUG: Remove memory leak in np.placegfyoung2016-06-071-0/+1
|/ /
* | Merge pull request #7686 from krischer/limit-fft-cacheCharles Harris2016-06-064-2/+159
|\ \
| * | ENH: Changing FFT cache to a bounded LRU cacheLion Krischer2016-06-064-2/+159
|/ /
* | 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
* | | Merge pull request #7704 from charris/gh-7471Charles Harris2016-06-043-10/+34
|\ \ \
| * | | DOC: Mention bits attribute added to finfo in 1.12.0 release notes.Charles Harris2016-06-041-2/+7
| * | | ENH: Add bits attribute to np.finfo, closes #1886Jaime Fernandez2016-06-042-8/+27
|/ / /
* | | Merge pull request #7696 from matthew-brett/update-wheel-release-procedureCharles Harris2016-06-031-5/+94
|\ \ \
| * | | DOC: write pypi as PyPI; more on warehouse uploadsMatthew Brett2016-06-031-10/+11
| * | | DOC: update wheel build / upload instructionsMatthew Brett2016-05-311-2/+90
* | | | Merge pull request #7688 from rgommers/genfromtxt-examplesCharles Harris2016-06-031-25/+25
|\ \ \ \
| * | | | DOC: fix broken genfromtxt examples in user guide. Closes gh-7662.Ralf Gommers2016-05-271-25/+25
| |/ / /
* | | | Merge pull request #7689 from rgommers/correlate-benchmarksCharles Harris2016-06-031-27/+44
|\ \ \ \
| * | | | BENCH: add correlate/convolve benchmarks.Ralf Gommers2016-05-281-27/+44
| |/ / /
* | | | 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