summaryrefslogtreecommitdiff
path: root/numpy/lib
Commit message (Expand)AuthorAgeFilesLines
* DOC: typo: affectLars Buitinck2015-10-022-4/+4
* Merge pull request #6322 from pizzathief/issue5900Charles Harris2015-10-011-4/+5
|\
| * DOC: numpy.diff docstring changed as per recommendation onjason king2015-09-161-4/+5
* | Merge pull request #6371 from seberg/pr-5771Charles Harris2015-09-272-1/+10
|\ \
| * | TST: Test empty warning for split with manual inputsSebastian Berg2015-09-271-0/+9
| * | BUG: Expanded warning conditions for array_splitMichael Currie2015-09-271-1/+1
* | | TST: Update test__version.py.Charles Harris2015-09-231-0/+13
| |/ |/|
* | Merge pull request #6271 from charris/change-deprecated-indexes-to-errorCharles Harris2015-09-101-6/+12
|\ \
| * | DEP,MAINT: Change deprecated indexing to errors.Charles Harris2015-09-061-6/+12
* | | ENH: gradient takes axis keyword, added release note commentMaximilian Trescher2015-09-061-4/+6
* | | possibility to calculate gradient over specific axes instead of all axesMaximilian Trescher2015-09-032-5/+60
|/ /
* | BUG: fix #4381: precision loss on string -> longdouble conversionAnne Archibald2015-08-282-0/+15
* | Auto merge of #6206 - jaimefrio:searchsorted_ndarray, r=njsmithHomu2015-08-171-0/+9
|\ \
| * | MANT: searchsorted should return base ndarrays alwaysJaime Fernandez2015-08-161-0/+9
* | | ENH: Adding in automatic number of bins estimation for np.histogram. Users ca...Varun Nayyar2015-08-152-1/+260
|/ /
* | Clarify signature of numpy.pad.Antony Lee2015-08-072-5/+2
* | BUG: fixed regression in np.histogram which caused input floating-point value...Thomas Robitaille2015-07-272-1/+8
* | Merge pull request #6111 from charris/fix-getargspecRalf Gommers2015-07-261-7/+10
|\ \
| * | MAINT: Use numpy versions of getargspec, formatargspec.Charles Harris2015-07-241-7/+10
* | | STY: PEP8 and pyflakes fixes for numpy/lib/testsCharles Harris2015-07-253-237/+296
* | | Merge pull request #6046 from charris/pep8-and-pyflakes-cleanupsCharles Harris2015-07-252-10/+11
|\ \ \
| * | | BUG: Fix imports in test_io.py and test_recfunctions.py.Charles Harris2015-07-042-10/+11
* | | | ENH: Faster algorithm for computing histograms with equal-size binsThomas Robitaille2015-07-232-26/+113
| |/ / |/| |
* | | BUG: Fix tiling of zero-sized arrays numpy/numpy#6089 and add test case.Dimas Abreu Dutra2015-07-172-10/+13
* | | BUG: made view of new array to fix ix_ bugmlai2015-07-112-1/+10
|/ /
* | DOC: Fix docstring warnings in documetation generation.Charles Harris2015-07-013-8/+17
* | DOC: Add reference to new stack function in numpy/lib/info.py.Charles Harris2015-07-011-0/+1
* | Merge pull request #5953 from yarikoptic/bf/guard-getmembersCharles Harris2015-06-271-1/+1
|\ \
| * | BF: do not crash lookfor if inspection fails - catch any ExceptionYaroslav Halchenko2015-06-081-1/+1
* | | Merge pull request #6016 from njsmith/remove-gzip-monkeypatchCharles Harris2015-06-241-49/+2
|\ \ \
| * | | MAINT: remove legacy monkeypatching of GzipFileNathaniel J. Smith2015-06-241-49/+2
* | | | MAINT: remove use of 'raise StopIteration' from generatorsNathaniel J. Smith2015-06-241-2/+2
|/ / /
* | | DOC, MAINT: fix typo in np.fill_diagonal docstring exampleFrançois Magimel2015-06-241-3/+5
* | | Updating unit tests for removed warning.empeeu2015-06-221-3/+3
* | | Moving warning outside of for loop.empeeu2015-06-221-4/+4
* | | BUG: Added proper handling of median and percentile when nan's are present in...empeeu2015-06-222-27/+269
* | | BUG: np.float16 not recognized in np.common_typeMarten van Kerkwijk2015-06-222-11/+14
* | | DOC: Fix examples in npyio.py to properly import StringIO.Charles Harris2015-06-211-2/+2
* | | Merge pull request #5490 from charris/cleanup-gh-4986Charles Harris2015-06-211-4/+4
|\ \ \
| * | | DOC: Update docs.Gabor Kovacs2015-06-211-4/+4
* | | | DEP,MAINT: Remove keywords "skiprows" and "missing" from genfromtxt.Charles Harris2015-06-211-32/+9
|/ / /
* | | DEP: Add notes to some deprecations.Charles Harris2015-06-211-2/+2
* | | MAINT: Mark deprecation warning with a date and Numpy version.Charles Harris2015-06-213-0/+11
|/ /
* | ENH: structured datatype safety checksAllan Haldane2015-06-051-0/+30
* | Merge pull request #5893 from stefanv/hannNathaniel J. Smith2015-05-181-1/+1
|\ \
| * | DOC: Fix spelling of Von Hann's surnameStefan van der Walt2015-05-181-1/+1
* | | BUG: fix _broadcast_shape (and broadcast_array) for len(args) > 32Stephan Hoyer2015-05-152-0/+9
* | | MAINT: Simplify code in cov function a bit.Charles Harris2015-05-131-6/+5
* | | Merge pull request #4960 from tpoole/weighted_covCharles Harris2015-05-132-36/+176
|\ \ \
| * | | ENH: add 'fweights' and 'aweights' arguments to covariance calculations.tpoole2015-05-132-36/+176