summaryrefslogtreecommitdiff
path: root/numpy/lib
Commit message (Expand)AuthorAgeFilesLines
* 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-251-0/+13
* MANT: searchsorted should return base ndarrays alwaysJaime Fernandez2015-08-171-0/+9
* 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
* | | Merge pull request #5605 from shoyer/stackCharles Harris2015-05-123-4/+6
|\ \ \ | |/ / |/| |
| * | ENH: add np.stackStephan Hoyer2015-05-113-4/+6
* | | Merge pull request #5847 from christianbrodbeck/fix/setdiff1dJaime2015-05-072-7/+7
|\ \ \
| * | | BUG: setdiff1d return dtypeChristian Brodbeck2015-05-072-7/+7
* | | | DOC: note versionadded for broadcast_toEric Moore2015-05-061-0/+4
|/ / /
* | | Merge pull request #5805 from jaimefrio/ix_intpCharles Harris2015-05-052-11/+39
|\ \ \
| * | | BUG: Fix handling of non-empty ndarraysJaime Fernandez2015-05-042-11/+17
| * | | TST: Added tests for ix_Jaime Fernandez2015-04-271-1/+25
| * | | BUG: make empty inputs to ix_ create an empty int typed outputJaime Fernandez2015-04-271-9/+7
| | |/ | |/|
* | | BUG: fixes segfault in np.place when vals is emptybehzad nouri2015-05-041-0/+8
|/ /
* | Merge pull request #4612 from Nodd/loadtxt_commentsCharles Harris2015-04-232-10/+52
|\ \
| * | ENH: Multiple comment tokens in loadtxtJoseph Martinot-Lagarde2015-04-222-10/+52