summaryrefslogtreecommitdiff
path: root/numpy/lib
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #8638 from juliantaylor/packbits-fixCharles Harris2017-02-191-0/+9
|\
| * BUG: fix wrong odd determination in packbitsJulian Taylor2017-02-191-0/+9
* | Merge pull request #8633 from MSeifert04/boolean_arrays_in_ix__funcEric Wieser2017-02-191-1/+14
|\ \
| * | DOC: Mention boolean arrays in the ix_ documentation.Michael Seifert2017-02-181-1/+14
* | | Merge pull request #8631 from anntzer/fill_diagonal-typoEric Wieser2017-02-191-2/+2
|\ \ \ | |_|/ |/| |
| * | DOC: Fix typo in fill_diagonal docstring.Antony Lee2017-02-181-2/+2
| |/
* | Merge pull request #8614 from eric-wieser/apply_along_axis-emptyMarten van Kerkwijk2017-02-182-1/+23
|\ \ | |/ |/|
| * BUG: Don't leak internal exceptions when given an empty arrayEric Wieser2017-02-132-1/+23
* | Merge pull request #8617 from eric-wieser/fix-8561Marten van Kerkwijk2017-02-144-12/+19
|\ \
| * | BUG: The broadcast shape of no things should be (), not ValueErrorEric Wieser2017-02-132-2/+2
| * | BUG: Copy meshgrid after broadcasting, fixing #8561Eric Wieser2017-02-132-10/+17
| |/
* | DOC: Indicate that axis param to average may be a tuple of ints.Alex Rothberg2017-02-121-3/+10
|/
* Revert "DOC: gradient uses 1st order central difference in the interior"Alessandro Pietro Bardelli2017-02-121-3/+3
* Merge pull request #8441 from eric-wieser/apply_along_axis-ndStephan Hoyer2017-02-112-68/+157
|\
| * MAINT: Improve error-checking of axis argumentEric Wieser2017-02-111-3/+2
| * TST: Verify apply_along_axis now works on masked arraysEric Wieser2017-02-111-0/+14
| * MAINT: Transpose the result, rather than working with a transposed viewEric Wieser2017-02-111-23/+34
| * BUG: Work around evil matrix.__array_prepare__Eric Wieser2017-02-112-4/+15
| * BUG: Call __array_prepare__ before __array_wrap__Eric Wieser2017-02-111-1/+4
| * MAINT: Use np.ndindex, which seems just as efficientEric Wieser2017-02-111-18/+8
| * BUG: Fix crash on 0d return value in apply_along_axisEric Wieser2017-02-112-64/+125
* | 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