summaryrefslogtreecommitdiff
path: root/numpy/lib
Commit message (Expand)AuthorAgeFilesLines
* BUG: Fix mutating state between items in np,r_Eric Wieser2017-12-111-3/+3
* ENH: Allow np.r_ to accept 0d arraysEric Wieser2017-12-112-16/+16
* Merge pull request #10195 from eric-wieser/better-percentile-docsMarten van Kerkwijk2017-12-112-34/+28
|\
| * DOC: Fixup percentile docstring, from review in gh-9213Eric Wieser2017-12-102-34/+28
* | DEP: Deprecate the pickle aliasesEric Wieser2017-12-101-1/+8
|/
* DOC: Add missing np. prefix to expand_dims docs (#10109)Hidehiro NAGAOKA2017-11-281-3/+3
* Merge pull request #9946 from eric-wieser/improve-take-docsAllan Haldane2017-11-281-5/+23
|\
| * DOC: describe the expansion of take and apply_along_axis in detailEric Wieser2017-11-211-5/+23
* | Merge pull request #10054 from charris/gh-4208Charles Harris2017-11-265-284/+919
|\ \
| * | MAINT: Various minor code cleanups.Charles Harris2017-11-244-64/+90
| * | MAINT: Refactor some code in npyio.py.Charles Harris2017-11-214-55/+81
| * | DOC: Add some docstrings and edit others.Charles Harris2017-11-212-17/+69
| * | ENH: Add encoding option to numpy text IO.Julian Taylor2017-11-215-240/+771
* | | DOC: v/h/dstack docstr shouldn't imply deprecationAllan Haldane2017-11-211-15/+11
|/ /
* | Merge pull request #10021 from eric-wieser/no-dtype-bool-reprAllan Haldane2017-11-184-11/+11
|\ \
| * | ENH: don't show boolean dtype, as it is impliedEric Wieser2017-11-134-11/+11
* | | ENH: Make `np.in1d()` work for unorderable object arrays (#9999)Jörg Döpfert2017-11-182-2/+39
|/ /
* | ENH: Add `order=` keyword to `np.eye()` (#9996)Danny Hermes2017-11-122-2/+16
* | ENH: add Decimal support to numpy.lib.financial (#9952)Garry Polley2017-11-112-96/+296
|/
* Clarify docstring for numpy.array_splitDavid Linke2017-10-281-1/+7
* Merge pull request #9916 from dfreese/fix/genfromtxt_names_docCharles Harris2017-10-241-5/+6
|\
| * DOC: Clarify behavior of genfromtxt names fieldDavid Freese2017-10-241-5/+6
* | Merge pull request #9900 from eric-wieser/simplify-piecewiseCharles Harris2017-10-242-19/+33
|\ \ | |/ |/|
| * BUG: Throw an error if too many functions are given to piecewiseEric Wieser2017-10-232-1/+16
| * TST: Add test for 0d conditions in np.piecewiseEric Wieser2017-10-221-0/+6
| * DOC: piecewise callables take 1d arraysEric Wieser2017-10-211-2/+2
| * MAINT/BUG: Remove special-casing for 0d arrays, now that indexing with a sing...Eric Wieser2017-10-212-16/+9
* | Make warnings for nanmin and nanmax consistentErik Quaeghebeur2017-10-231-1/+1
* | MAINT: Remove unused isscalar importEric Wieser2017-10-211-1/+1
|/
* DOC: Unindent enumeration in savetxt docstringAndras Deak2017-10-211-4/+4
* MAINT: rename mn and mx to first_edge and last_edgeEric Wieser2017-10-191-18/+19
* MAINT: Tidy np.histogram, and improve error messagesEric Wieser2017-10-191-59/+77
* Merge pull request #9065 from eric-wieser/deprecate-bincountCharles Harris2017-10-181-2/+2
|\
| * MAINT: improve wording of error messagesEric Wieser2017-10-171-2/+2
* | BUG: Allow `unravel_index(0, ())` to return ()Eric Wieser2017-10-171-1/+12
|/
* Merge pull request #9868 from CatEars/update-docsCharles Harris2017-10-161-14/+14
|\
| * DOC: Update arraypad to use np.pad in examplesHenke Adolfsson2017-10-161-14/+14
* | ENH: Save to ZIP files without using temporary files.Serhiy Storchaka2017-10-151-22/+33
|/
* Merge pull request #9294 from b-carter/fix_histogram_monotonicity_checkEric Wieser2017-09-242-1/+9
|\
| * allow non-strictly increasing binsBrandon Carter2017-08-191-1/+1
| * minor change to the logicBrandon Carter2017-06-251-1/+1
| * BUG: fixes unsigned bins monotonicity check, see #9222Brandon Carter2017-06-241-1/+1
| * TST: add test for unsigned bins monotonicity check, see #9222Brandon Carter2017-06-241-0/+8
* | MAINT: Use zip, not enumerateEric Wieser2017-09-211-17/+18
* | Merge pull request #9408 from eric-wieser/gradient-fixCharles Harris2017-09-212-8/+20
|\ \
| * | MAINT: Use clearer variableEric Wieser2017-07-131-1/+1
| * | BUG: Use np.ndim not asarray, to allow duck-typesEric Wieser2017-07-131-7/+6
| * | BUG: Only allow 1d distance arraysEric Wieser2017-07-132-1/+7
| * | BUG: Allow 0d arrays instead of scalars in gradientEric Wieser2017-07-132-8/+15
* | | ENH Better error message for savetxt when X.ndim > 2Nelle Varoquaux2017-09-202-2/+11