Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | DEV: cleanup imports and some assignments (from LGTM) | mattip | 2019-03-17 | 1 | -1/+0 |
| | |||||
* | DOC: revert #13058 and fix Makefile | mattip | 2019-03-01 | 1 | -3/+3 |
| | |||||
* | DOC: Update interp docstring | euronion | 2019-02-28 | 1 | -3/+3 |
| | | | | Adding 'strictly' to make the conditions to be met by the `xp` argument even more clear. Following the suggestion in https://github.com/numpy/numpy/issues/10448#issuecomment-468302058 . | ||||
* | DOC: Update docstring of diff() to use 'i' not 'n' | Andy Scholand | 2019-01-15 | 1 | -1/+1 |
| | | | See issue https://github.com/numpy/numpy/issues/12742 | ||||
* | ENH: remove "Invalid value" warnings from median, percentile | mattip | 2019-01-06 | 1 | -2/+0 |
| | |||||
* | DOC, TST: clean up matplotlib imports | Tyler Reddy | 2019-01-02 | 1 | -7/+0 |
| | | | | | | * as requested by review in gh-12634, the vast majority of docstring matplotlib imports can be simplified to a single line | ||||
* | DOC, TST: remove agg setting from docs | Tyler Reddy | 2019-01-02 | 1 | -4/+0 |
| | | | | | | | * there is no longer any usage of "agg" backend switching in our docstrings because this backend is already activated in the refguide_check machinery | ||||
* | Refactored numpy.delete function docs | Abdur Rehman | 2018-12-21 | 1 | -1/+1 |
| | |||||
* | MAINT: address several reviewer comments | Tyler Reddy | 2018-12-14 | 1 | -4/+4 |
| | |||||
* | TST, DOC: enable refguide_check | Tyler Reddy | 2018-12-14 | 1 | -152/+170 |
| | | | | | | | | * ported the refguide_check module from SciPy for usage in NumPy docstring execution/ verification; added the refguide_check run to Azure Mac OS CI * adjusted NumPy docstrings such that refguide_check passes | ||||
* | DEP: remove deprecated numpy.lib.function_base.unique | mattip | 2018-11-15 | 1 | -19/+0 |
| | |||||
* | ENH: set correct __module__ for objects in numpy's public API | Stephan Hoyer | 2018-11-13 | 1 | -0/+9 |
| | | | | | | | | | | | | | Fixes GH-12271 Tests verify that everything in ``dir(numpy)`` either has ``__module__`` set to ``'numpy'``, or appears in an explicit whitelist of undocumented functions and exported bulitins. These should eventually be documented or removed. I also identified a handful of functions for which I had accidentally not setup dispatch for with ``__array_function__`` before, because they were listed under "ndarray methods" in ``_add_newdocs.py``. I guess that should be a lesson in trusting code comments :). | ||||
* | MAINT: set preferred __module__ for numpy functions | Stephan Hoyer | 2018-10-23 | 1 | -1/+7 |
| | |||||
* | ENH: __array_function__ for np.lib, part 1 | Stephan Hoyer | 2018-10-08 | 1 | -0/+159 |
| | | | | np.lib.arraypad through np.lib.nanfunctions | ||||
* | MAINT: remove unused imports | Emil Hessman | 2018-09-29 | 1 | -8/+6 |
| | |||||
* | ENH add prepend and append kwargs to diff | Matt Harrigan | 2018-09-25 | 1 | -1/+29 |
| | |||||
* | DOC: fix typo in vectorize docstring | Matthew Brett | 2018-08-13 | 1 | -2/+2 |
| | | | | "an single" typo pointed out by keithbriggs - see gh-11730. | ||||
* | Merge pull request #11436 from uds5501/document-average-return-type | Matti Picus | 2018-08-12 | 1 | -6/+19 |
|\ | | | | | DOC: Document average return type | ||||
| * | Update function_base.py | Uddeshya Singh | 2018-08-12 | 1 | -4/+4 |
| | | |||||
| * | Update function_base.py | Uddeshya Singh | 2018-07-13 | 1 | -4/+5 |
| | | | | | | | | * fixed grammatical mistakes * added a space before Example | ||||
| * | Update function_base.py | Uddeshya Singh | 2018-07-09 | 1 | -5/+10 |
| | | | | | | | | * further elaborated the return variable types * fixed the space error | ||||
| * | Fixing basic build errors | Uddeshya Singh | 2018-07-01 | 1 | -2/+2 |
| | | |||||
| * | DOC: update return type description for average | Uddeshya Singh | 2018-06-28 | 1 | -6/+13 |
| | | |||||
* | | Merge pull request #11637 from eric-wieser/simplify-angle | Charles Harris | 2018-07-31 | 1 | -8/+11 |
|\ \ | | | | | | | ENH: np.angle: Remove unnecessary multiplication, and allow subclasses to pass through | ||||
| * | | DOC: Add versionchanged about subclasses | Eric Wieser | 2018-07-31 | 1 | -0/+3 |
| | | | |||||
| * | | ENH: np.angle: Preserve subclasses | Eric Wieser | 2018-07-30 | 1 | -1/+1 |
| | | | |||||
| * | | STY: Remove C-like parentheses | Eric Wieser | 2018-07-30 | 1 | -1/+1 |
| | | | |||||
| * | | MAINT: np.angle: Fix type of default argument to match docs | Eric Wieser | 2018-07-30 | 1 | -1/+1 |
| | | | |||||
| * | | MAINT: np.angle: Remove unnecessary multiplication | Eric Wieser | 2018-07-30 | 1 | -5/+5 |
| | | | |||||
* | | | DOC: Import maplotlib to show contourf in docs. | Heath Henley | 2018-07-27 | 1 | -0/+1 |
| | | | |||||
* | | | DOC: Show plot in meshgrid example. | Heath Henley | 2018-07-27 | 1 | -0/+1 |
|/ / | |||||
* | | BUG: Don't convert inputs to `np.float64` in digitize | Eric Wieser | 2018-07-06 | 1 | -1/+111 |
| | | | | | | | | | | | | | | | | This converts digitize to a pure-python function that falls back on searchsorted. Performance doesn't really matter here anyway - if you care about performance, then you should just call searchsorted directly, rather than checking the order of the bins. Partially fixes gh-11022 | ||||
* | | MAINT: Move add_newdocs into core, since it only adds docs to those pieces | Eric Wieser | 2018-07-02 | 1 | -35/+1 |
|/ | |||||
* | Merge pull request #11347 from mattip/less-sphinx-warnings | Ralf Gommers | 2018-06-27 | 1 | -8/+9 |
|\ | | | | | DOC: Silence many sphinx warnings | ||||
| * | fixes from review | mattip | 2018-06-24 | 1 | -8/+8 |
| | | |||||
| * | DOC: typos, small fixes | mattip | 2018-06-15 | 1 | -1/+2 |
| | | |||||
* | | HTTP -> HTTPS, and other linkrot fixes | Mike Toews | 2018-06-16 | 1 | -9/+9 |
|/ | |||||
* | DOC: make docstring of np.interp clearer (#11280) | Jörg Döpfert | 2018-06-08 | 1 | -2/+2 |
| | | | | | | | | | | * update docstring of interp() * change "calculate" to "evaluate" to be consistent * remove "values" * make "data points" consistent | ||||
* | DOC: Fix doctest formatting in `rot90()` examples | Miguel Sánchez de León Peque | 2018-06-01 | 1 | -3/+2 |
| | |||||
* | DOC: Make doc examples using StringIO python2-3 compatible | Andras Deak | 2018-04-27 | 1 | -2/+2 |
| | |||||
* | Merge pull request #10199 from chunweiyuan/quantile | Stephan Hoyer | 2018-04-23 | 1 | -2/+108 |
|\ | | | | | ENH: Quantile | ||||
| * | ENH: Adding np.quantile() and np.nanquantile(). #10199 | Chun-Wei Yuan | 2018-04-16 | 1 | -2/+108 |
| | | |||||
* | | Merge pull request #10921 from mattip/percentile-graph | Charles Harris | 2018-04-20 | 1 | -13/+16 |
|\ \ | | | | | | | DOC: clear up warnings, fix matplotlib plot | ||||
| * | | DOC: clear up warnings, fix matplotlib plot | mattip | 2018-04-17 | 1 | -13/+16 |
| |/ | |||||
* | | ENH: Extend np.flip to work over multiple axes | Junjie Bai | 2018-04-17 | 1 | -13/+37 |
|/ | | | | Closes #10847 | ||||
* | doc: fix examples in docstring for np.flip | Berend Kapelle | 2018-04-03 | 1 | -3/+0 |
| | |||||
* | Merge pull request #10666 from dfreese/fix/covcomplex | Charles Harris | 2018-03-16 | 1 | -1/+1 |
|\ | | | | | BUG: fix complex casting error in cov with aweights | ||||
| * | BUG: fix complex casting error in cov with aweights | David Freese | 2018-02-25 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | When using cov with a complex input and with aweights specified, cov will error as a result of trying to cast a complex value into a float64. This comes about since average is used to calculate the sum of the weights from aweights. average returns the sum of weights as the same type as its result, not the weights type. For a complex input m, and any type for aweights, this would result in a complex value for fact. It appears the primary purpose of np.float64(fact) is to provide a NaN value from the divide when fact is an integer zero. This has been replaced by using numpy.divide to replicate the same behavior, but to also handle complex types. | ||||
* | | Merge pull request #10618 from eric-wieser/avoid-nontuple-indices | Marten van Kerkwijk | 2018-03-15 | 1 | -20/+22 |
|\ \ | | | | | | | MAINT: Stop using non-tuple indices internally | ||||
| * | | MAINT: Stop using non-tuple indices internally | Eric Wieser | 2018-02-16 | 1 | -20/+22 |
| |/ | | | | | | | | | | | By not using this type of indexing, it becomes easier for subclasses to override indexing in a way that works correctly with numpy functions. These locations were found by deprecating the behavior in question, which is deliberately not part of this commit |