| Commit message (Expand) | Author | Age | Files | Lines |
* | MAINT: Make like= in Python functions strict | Peter Andreas Entschev | 2020-11-16 | 1 | -3/+15 |
* | ENH: implement NEP-35's `like=` argument (gh-16935) | Peter Andreas Entschev | 2020-08-28 | 1 | -3/+34 |
* | BUG,DOC: Fix bad MPL kwarg. | Ross Barnowski | 2020-07-16 | 1 | -1/+1 |
* | DOC: rm matrix from triu docstring. | Ross Barnowski | 2020-06-25 | 1 | -1/+1 |
* | MAINT: Remove unnecessary 'from __future__ import ...' statements | Jon Dufresne | 2020-01-03 | 1 | -2/+0 |
* | MAINT: lib: Clean up in twodim_base.py. | Warren Weckesser | 2020-01-01 | 1 | -2/+2 |
* | DOC: fix documentation of i and j for tri. | hvy | 2019-07-24 | 1 | -1/+1 |
* | BUG: further fixup to histogram2d dispatcher. | Marten van Kerkwijk | 2019-06-20 | 1 | -1/+1 |
* | MAINT: check bins length in histogram2d_dispatcher | Stephan Hoyer | 2019-06-11 | 1 | -4/+11 |
* | MAINT: fix histogram*d dispatchers | Stephan Hoyer | 2019-06-11 | 1 | -1/+7 |
* | DOC, TST: clean up matplotlib imports | Tyler Reddy | 2019-01-02 | 1 | -4/+2 |
* | DOC, TST: remove agg setting from docs | Tyler Reddy | 2019-01-02 | 1 | -1/+0 |
* | TST, DOC: enable refguide_check | Tyler Reddy | 2018-12-14 | 1 | -21/+26 |
* | ENH: set correct __module__ for objects in numpy's public API | Stephan Hoyer | 2018-11-13 | 1 | -0/+6 |
* | MAINT: set preferred __module__ for numpy functions | Stephan Hoyer | 2018-10-23 | 1 | -1/+7 |
* | ENH: __array_function__ support for np.lib, part 2/2 (#12119) | Stephan Hoyer | 2018-10-22 | 1 | -0/+36 |
* | MAINT: Rename histogramdd's normed argument to density, to match histogram | Eric Wieser | 2018-07-08 | 1 | -4/+10 |
* | ENH: Disable fuzzing on histogram boundaries | Eric Wieser | 2018-04-30 | 1 | -1/+1 |
* | ENH: Add `order=` keyword to `np.eye()` (#9996) | Danny Hermes | 2017-11-12 | 1 | -2/+7 |
* | MAINT: Don't internally use the one-argument where | Eric Wieser | 2017-06-03 | 1 | -3/+4 |
* | DOC: Correct shape of edges in np.histogram2d (#8980) | Importance of Being Ernest | 2017-04-23 | 1 | -2/+2 |
* | DOC: Improve histogram2d() example. | wrwrwr | 2016-10-08 | 1 | -29/+17 |
* | ENH: generalize rot90 with axes kwarg, move to function_base.py, and add tests | Denis Alevi | 2016-03-20 | 1 | -57/+4 |
* | ENH: Add generalized flip function and its tests | Eren Sezener | 2016-03-12 | 1 | -4/+4 |
* | DOC: fix a number of reST formatting issues in docstrings. | Ralf Gommers | 2016-02-13 | 1 | -2/+2 |
* | DOC: Use print only as function when print_function is imported from __future__ | gfyoung | 2015-12-19 | 1 | -1/+1 |
* | DOC: Updated docstring for histogram2d as suggested in issue #5538 | Åsmund Hjulstad | 2015-02-13 | 1 | -3/+5 |
* | BUG: Make diag, diagonal return 1-D arrays for matrix arguments. | Charles Harris | 2015-01-04 | 1 | -2/+2 |
* | Improved PEP-8 compliance | Garrett-R | 2014-12-08 | 1 | -0/+2 |
* | BUG: Closes #2015: diag returns ndarray | Garrett-R | 2014-12-08 | 1 | -1/+1 |
* | Merge pull request #4929 from juliantaylor/charris-pep8-numpy-lib | Charles Harris | 2014-07-31 | 1 | -8/+8 |
|\ |
|
| * | MAINT: Fixes for problems in numpy/lib revealed by pyflakes. | Charles Harris | 2014-07-31 | 1 | -8/+8 |
* | | BUG: Avoid type promotion in tril and triu. | Yotam Doron | 2014-07-29 | 1 | -2/+2 |
* | | BUG: Use `np.where` in np.triu/np.tril, fixes #4859 | jaimefrio | 2014-07-10 | 1 | -3/+6 |
|/ |
|
* | STY: Use `.astype`'s `copy` kwarg in `np.tri` | jaimefrio | 2014-05-27 | 1 | -4/+2 |
* | ENH: Replace exponentiation with cumulative product in np.vander | jaimefrio | 2014-03-31 | 1 | -25/+27 |
* | ENH: use smallest integer for tri ranges | Julian Taylor | 2014-03-27 | 1 | -2/+17 |
* | ENH: speed-up of triangular matrix functions | jaimefrio | 2014-03-25 | 1 | -21/+41 |
* | DOC: Fix documentation of normed in histogram2d and histogramdd. | Charles Harris | 2014-02-26 | 1 | -21/+18 |
* | ENH: tril and triu broadcasting | alex | 2014-02-24 | 1 | -2/+2 |
* | Merge pull request #4316 from charris/fix-gh-4092 | seberg | 2014-02-18 | 1 | -3/+3 |
|\ |
|
| * | DOC: Remove \n from strings in plot examples. | Charles Harris | 2014-02-17 | 1 | -3/+3 |
* | | DOC: Document that fliplr only works on 2-D arrays. | Charles Harris | 2014-02-16 | 1 | -3/+2 |
|/ |
|
* | Fix typo. | Markus Roth | 2013-11-15 | 1 | -1/+1 |
* | DOC: Spelling correction for numpy.diag see also | Chris Kerr | 2013-11-11 | 1 | -1/+1 |
* | MAINT: lib: Use a consistent PEP8-compliant import style in twodim_base.py an... | Warren Weckesser | 2013-11-02 | 1 | -2/+4 |
* | MAINT: lib: Add a 'See Also' section to the vander docstring, and make a few ... | Warren Weckesser | 2013-11-02 | 1 | -3/+7 |
* | MAINT: lib: remove unused imports and PEP8 clean up in twodim_base.py | Warren Weckesser | 2013-11-02 | 1 | -7/+18 |
* | ENH: lib: Rewrite vander: make it faster, and add an option to specify the or... | Warren Weckesser | 2013-11-02 | 1 | -14/+34 |
* | STY: Giant comma spacing fixup. | Charles Harris | 2013-08-18 | 1 | -17/+17 |