summaryrefslogtreecommitdiff
path: root/numpy/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | Merge pull request #3280 from seberg/issue-3279seberg2013-04-272-1/+6
|\ \ \
| * | | BUG: np.insert must copy index arraySebastian Berg2013-04-272-1/+6
* | | | MAINT: Remove unneeded version checks.Charles Harris2013-04-242-13/+5
* | | | MAINT: Use from future_builtins zip and map.Charles Harris2013-04-212-10/+7
* | | | 2to3: Apply unicode fixer.Charles Harris2013-04-213-7/+15
| |/ / |/| |
* | | Merge pull request #3249 from charris/2to3-apply-next-fixerCharles Harris2013-04-152-11/+16
|\ \ \
| * | | 2to3: Apply next fixer.Charles Harris2013-04-152-11/+16
* | | | 2to3: Apply urllib fixer.Charles Harris2013-04-142-10/+22
|/ / /
* | | Merge pull request #3244 from charris/2to3-apply-zip-fixerCharles Harris2013-04-145-23/+23
|\ \ \
| * | | 2to3: Apply zip fixer.Charles Harris2013-04-135-23/+23
* | | | 2to3: Apply basestring fixer.Charles Harris2013-04-134-3/+4
|/ / /
* | | 2to3: Apply the `numliterals` fixer and skip the `long` fixer.Charles Harris2013-04-1310-16/+24
* | | 2to3: Apply itertools fixer.Charles Harris2013-04-122-4/+11
|/ /
* | FIX: rename xrange to range in python 2Sebastian Berg2013-04-111-1/+4
* | MAINT: np.delete keep old out of bound/negative index behaviorSebastian Berg2013-04-112-19/+36
* | TST: New tests for insert/delete covering warnings and corner casesSebastian Berg2013-04-111-9/+65
* | FIX: insert/delete fixes and warnings for non-integer indicesSebastian Berg2013-04-111-25/+43