summaryrefslogtreecommitdiff
path: root/numpy/lib
Commit message (Expand)AuthorAgeFilesLines
...
* | | | DOC: gradient uses 1st order central difference in the interior (#8605)drabach2017-02-111-3/+3
* | | | BUG: Make iscomplexobj compatible with custom dtypes againJoerg Behrmann2017-02-102-5/+12
|/ / /
* | | MAINT: Remove __setslice__ and __getslice__Eric Wieser2017-02-092-13/+0
* | | MAINT: typo in histogram docstringdrlvk2017-01-281-1/+1
* | | Merge pull request #8326 from juliantaylor/vectorize-packbitsCharles Harris2017-01-201-1/+178
|\ \ \
| * | | TST: add extended packbits testsJulian Taylor2017-01-121-1/+178
* | | | Merge pull request #8470 from MartinThoma/savez_compressed_docsCharles Harris2017-01-171-6/+44
|\ \ \ \
| * | | | DOC: Add example to np.savez_compressedMartin Thoma2017-01-151-6/+44
| |/ / /
* | | | BUG: fix wrong masked median for some special casesJulian Taylor2017-01-171-0/+12
|/ / /
* | | BUG: Fix apply_along_axis() for when func1d() returns a non-ndarray (#8426)Ben Rowland2016-12-312-1/+7
* | | change int check to bool check for rowvar in covBrandon Carter2016-12-191-2/+2
* | | change rowvar param to boolean from int in corrcoefBrandon Carter2016-12-191-3/+3
* | | Merge pull request #8382 from charris/fix-python-3.6-compatCharles Harris2016-12-171-1/+1
|\ \ \
| * | | DEP: Fix escaped string characters deprecated in Python 3.6.Charles Harris2016-12-141-1/+1
* | | | ENH: retune apply_along_axis nanmedian cutoffJulian Taylor2016-12-171-1/+2
|/ / /
* | | Merge pull request #8364 from juliantaylor/masked-median-nanCharles Harris2016-12-124-30/+78
|\ \ \
| * | | ENH: update the small nanmedian thresholdJulian Taylor2016-12-121-1/+1
| * | | BUG: handle unmasked NaN in ma.median like normal medianJulian Taylor2016-12-123-29/+77
* | | | BUG: fix nanpercentile not returning scalar with axis argumentJulian Taylor2016-12-112-2/+6
|/ / /
* | | MAINT: Other cleanup Python < 2.7 and Python3 < 3.4Alexandr Shadchin2016-12-093-25/+6
* | | BUG: Apply more robust string converts in loadtxtgfyoung2016-12-082-2/+11
|/ /
* | BUG: fix packbits and unpackbits to correctly handle empty arraysTakuya Akiba2016-12-021-2/+63
* | MAINT: let average preserve subclass information.Marten van Kerkwijk2016-11-192-18/+3
* | Added axis argument to numpy.uniquemartinosorb2016-11-132-116/+259
* | Merge pull request #8194 from alvarosg/scalar-piecewiseseberg2016-11-092-6/+23
|\ \
| * | BUG: np.piecewise not working for scalarsalvarosg2016-10-262-6/+23
* | | Merge pull request #5302 from idfah/masterRalf Gommers2016-11-062-11/+32
|\ \ \
| * | | Fix to meshgrid allows passing array sub-classesElliott Forney2016-10-101-1/+1
| * | | Fixed meshgrid to return arrays with same dtype as arguments.Elliott M Forney2014-11-202-11/+32
* | | | Merge pull request #7987 from f0k/advertise-open_memmapCharles Harris2016-10-281-0/+1
|\ \ \ \
| * | | | DOC: Hint at lib.format.open_memmap from np.load and np.memmapJan Schlüter2016-08-291-0/+1
* | | | | Merge pull request #8218 from mattharrigan/ediff1d-performanceCharles Harris2016-10-282-12/+17
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | BUG: return subclasses from ediff1dMattHarrigan2016-10-272-13/+14
| * | | | ENH: fast track default kwargs for ediff1dMattHarrigan2016-10-261-0/+4
* | | | | Merge pull request #8183 from mattharrigan/ediff1d-performanceStephan Hoyer2016-10-242-14/+33
|\ \ \ \ \ | |/ / / /
| * | | | TST: Added cases for better coverage of ediff1dMattHarrigan2016-10-211-0/+6
| * | | | ENH: performance improvement to ediff1dMattHarrigan2016-10-181-14/+27
* | | | | Merge pull request #8109 from skwbc/issue#7546Charles Harris2016-10-221-0/+21
|\ \ \ \ \
| * | | | | TST: add intp type check in test_big_indicesShota Kawabuchi2016-10-031-4/+6
| * | | | | BUG: add array size overflow check in arr_ravel_multi_indexShota Kawabuchi2016-10-031-1/+14
| * | | | | BUG: fix ravel_multi_index for big indices (issue #7546)Shota Kawabuchi2016-09-261-0/+6
* | | | | | DOC: Minor spelling fix in genfromtxt() docstring.wrwrwr2016-10-181-1/+1
* | | | | | ENH: add signature argument to vectorize for vectorizing like generalized ufu...Stephan Hoyer2016-10-172-35/+407
| |/ / / / |/| | | |
* | | | | Merge pull request #8121 from wrwrwr/imp-hist2d-exampleRalf Gommers2016-10-121-29/+17
|\ \ \ \ \
| * | | | | DOC: Improve histogram2d() example.wrwrwr2016-10-081-29/+17
* | | | | | ENH: allow numpy.apply_along_axis() to work with ndarray subclasses (#7918)Ben Rowland2016-10-112-3/+38
|/ / / / /
* | | | | MAINT: fix assert_raises_regex when used as a context managerStephan Hoyer2016-09-261-1/+6
|/ / / /
* | | | Merge pull request #8087 from hodgka/masterCharles Harris2016-09-231-3/+4
|\ \ \ \
| * | | | BUG: financial.pmt modifies input #8055naveenarun2016-09-231-3/+4
* | | | | DOC: Fix erroneous return type description for np.roots.Stuart Archibald2016-09-231-1/+1
|/ / / /