summaryrefslogtreecommitdiff
path: root/numpy/lib
Commit message (Expand)AuthorAgeFilesLines
...
* DEP: Make nansum return 0 for all-NaN or empty axis.Charles Harris2013-08-182-39/+12
* STY: Giant comma spacing fixup.Charles Harris2013-08-1831-875/+875
* STY: Giant whitespace cleanup.Charles Harris2013-08-184-4/+3
* BUG: fix np.median so it accepts array_like input. Clean up median tests.Ralf Gommers2013-08-172-56/+74
* TST: Test that savetxt works with objects having a write method.Daniel2013-08-151-0/+12
* ENH: Make savetxt work with file like objects.Daniel2013-08-151-1/+1
* DOC: Various fixes.Charles Harris2013-08-142-19/+18
* TST: Add tests for the nansum, nanmean, nanvar, and nanstd.Charles Harris2013-08-121-190/+367
* MAINT: Refactor nanfunctions.Charles Harris2013-08-121-333/+468
* MAINT: Separate nan functions into their own module.Charles Harris2013-08-125-463/+935
* ENH: implement median in terms of partitionJulian Taylor2013-08-122-12/+79
* DOC: fix some minor issues with histogram2d docstring formatting.Ralf Gommers2013-08-111-9/+19
* DOC: update example of histogram2d to doctest format.Frank Breitling2013-08-111-31/+30
* Fix doc typoMartin Spacek2013-08-041-1/+1
* BUG: Make np.insert check for out of bounds axis arguments.Félix Hartmann2013-08-022-1/+10
* TST: add test for negative axis values in np.insert.Félix Hartmann2013-08-021-0/+7
* BUG: Fix bug in np.insert when axis=-1Félix Hartmann2013-08-021-1/+1
* Link cumsum and diff to one another as theyre roughly the inverse of each otherNils Werner2013-07-241-1/+1
* Merge pull request #3531 from fkbreitl/masternjsmith2013-07-181-15/+45
|\
| * Update twodim_base.pyFrank Breitling2013-07-171-1/+1
| * Update twodim_base.pyFrank Breitling2013-07-131-33/+44
| * Fixed two typos.Frank B2013-02-051-2/+2
| * Added example for 2D-histogram with variable bin size.Frank B2013-02-051-2/+21
* | MAINT: Remove uses of the WarningManager class.Charles Harris2013-07-122-32/+12
* | Merge pull request #3518 from charris/use-errstate-context-managerCharles Harris2013-07-113-83/+26
|\ \
| * | MAINT: Use np.errstate context manager.Charles Harris2013-07-113-83/+26
* | | MAINT: Remove outdated version checks.Charles Harris2013-07-111-3/+0
|/ /
* | TST: New test to ensure np.pad allows pad_width of zero.Jostein Bø Fløystad2013-07-051-0/+8
* | BUG: Allow to pad arrays by zero entries.Jostein Bø Fløystad2013-07-051-1/+1
* | BUG: Make np.load transfer file ownership to the returned NpzFile.Charles Harris2013-06-222-5/+22
* | adjust the optimal IO buffer size for npz filesBartosz Telenczuk2013-06-123-15/+14
* | Chunk reads in format.read_array.Alex Ford2013-06-121-3/+14
* | BUG: fix loading large npz files (fixes #2922)Bartosz Telenczuk2013-06-122-6/+25
* | Merge pull request #3243 from seberg/deprecate-non-integer-arguments-newCharles Harris2013-06-092-2/+2
|\ \
| * | STY: Style fixes for integer deprecation changesSebastian Berg2013-06-091-1/+1
| * | MAINT: adept divisions for truedivideSebastian Berg2013-05-312-2/+2
* | | BUG: The npv function in financial.py was incorrectly implemented.bebert2182013-05-292-6/+6
* | | ENH: improve performance of byte_bounds for continous arraysJulian Taylor2013-05-281-2/+1
* | | ENH: implement may_share_memory in CJulian Taylor2013-05-282-31/+16
* | | DOC: Correcting docstring for asscalarDan Miller2013-05-251-1/+2
* | | Merge pull request #3339 from endolith/min_max_docstringsCharles Harris2013-05-201-18/+38
|\ \ \
| * | | DOC: Harmonize max and min docstrings with each otherendolith2013-05-171-8/+10
| * | | DOC: Mention all min/max functions from all others, clarify differencesendolith2013-05-161-10/+28
| |/ /
* | | Merge pull request #3329 from JDWarner/faster_arraypadCharles Harris2013-05-192-429/+1102
|\ \ \ | |/ / |/| |
| * | ENH: improved, faster algorithm for array paddingJosh Warner (Mac)2013-05-192-429/+1102
* | | Fix issue with broadcast_arrays() and user defined dtypesJay Bourque2013-05-101-1/+4
|/ /
* | STY: pep8 and pep257 audit.Josh Warner (Mac)2013-05-071-89/+101
* | Merge pull request #3264 from endolith/patch-1Charles Harris2013-05-041-8/+5
|\ \
| * | DOC: Change example to demonstrate functionendolith2013-04-191-8/+5
* | | MAINT: Apply 2to3 idioms fixer.Charles Harris2013-05-029-19/+15