| Commit message (Expand) | Author | Age | Files | Lines |
* | DOC: trunc, floor, ceil, rint, fix should all link to each other in see also | Tim Hoffmann | 2021-03-01 | 1 | -1/+1 |
* | MAINT: Fix the dtype mentioned in 2 `np.lib.ufunclike` exceptions | Bas van Beek | 2021-02-09 | 1 | -2/+4 |
* | ENH: Fix exception causes in four .py files | keremh | 2020-04-24 | 1 | -4/+4 |
* | MAINT: Remove unnecessary 'from __future__ import ...' statements | Jon Dufresne | 2020-01-03 | 1 | -2/+0 |
* | DOC: bring the out parameter docstring into line with ufuncs (#15097) | Matti Picus | 2019-12-14 | 1 | -7/+17 |
* | MAINT: Fixes tests with __array_function__ disabled | Stephan Hoyer | 2019-05-26 | 1 | -5/+17 |
* | ENH: __array_function__ updates for NumPy 1.17.0 | Stephan Hoyer | 2019-01-22 | 1 | -5/+1 |
* | TST, DOC: enable refguide_check | Tyler Reddy | 2018-12-14 | 1 | -6/+6 |
* | MAINT: disable __array_function__ dispatch unless environment variable set | Stephan Hoyer | 2018-11-10 | 1 | -1/+5 |
* | MAINT: set preferred __module__ for numpy functions | Stephan Hoyer | 2018-10-23 | 1 | -3/+3 |
* | ENH: __array_function__ support for np.lib, part 2/2 (#12119) | Stephan Hoyer | 2018-10-22 | 1 | -2/+28 |
* | ENH: isposinf and isneginf now also works for values which can not be convert... | Joscha Reimer | 2018-07-30 | 1 | -6/+14 |
* | API: isposinf and isneginf now raise TypeError instead of ValueError for comp... | Joscha Reimer | 2018-07-30 | 1 | -4/+4 |
* | DOC: numpy.lib.ufunclike: typo fixed | Joscha Reimer | 2018-07-27 | 1 | -2/+2 |
* | BUG: isposinf and isneginf now raise an exception for complex values | Joscha Reimer | 2018-07-26 | 1 | -3/+13 |
* | Revert "BUG: isposinf and isneginf now also work with complex values" | Joscha Reimer | 2018-07-26 | 1 | -17/+2 |
* | BUG: isposinf and isneginf now also work with complex values | Joscha Reimer | 2018-07-05 | 1 | -2/+17 |
* | ENH: don't show boolean dtype, as it is implied | Eric Wieser | 2017-11-13 | 1 | -2/+2 |
* | BUG: Return scalars from ufunclike objects | Eric Wieser | 2017-04-26 | 1 | -17/+10 |
* | DEP: Deprecate calling the `out` argument `y` | Eric Wieser | 2017-04-26 | 1 | -19/+51 |
* | DOC: change Numpy to NumPy in dosctrings and comments | Pierre de Buyl | 2016-09-06 | 1 | -2/+2 |
* | 2to3: Apply `print` fixer. | Charles Harris | 2013-04-06 | 1 | -1/+1 |
* | 2to3: Use absolute imports. | Charles Harris | 2013-03-28 | 1 | -1/+1 |
* | 2to3: Put `from __future__ import division in every python file. | Charles Harris | 2013-03-01 | 1 | -0/+3 |
* | DEP: remove deprecated np.lib.ufunclike.log2 function. | rgommers | 2011-03-11 | 1 | -42/+0 |
* | correct a bug in fix() that was introduced in r8293 | Darren Dale | 2010-04-18 | 1 | -1/+1 |
* | BUG: Use deprecated decorator in testing ufunclike.log2. | Charles Harris | 2010-04-14 | 1 | -1/+2 |
* | BUG: Deprecate ufunclike.log2 and take it off the __all__ list. It was shadowing | Charles Harris | 2010-04-13 | 1 | -1/+6 |
* | minor change to ufunclike.fix, one less array to build and make compatible | Darren Dale | 2010-03-14 | 1 | -2/+2 |
* | fixed a whole bunch of doctests | Paul Ivanov | 2009-12-28 | 1 | -2/+2 |
* | Merge from doc wiki | Pauli Virtanen | 2009-06-19 | 1 | -3/+3 |
* | Merge from the doc wiki | Pauli Virtanen | 2009-03-24 | 1 | -35/+59 |
* | docs: remove invalid information | Pauli Virtanen | 2009-03-21 | 1 | -4/+0 |
* | Import documentation from doc wiki (part 2, work-in-progress docstrings, but ... | Pauli Virtanen | 2008-10-28 | 1 | -7/+78 |
* | reindenting prior to release | Jarrod Millman | 2008-09-02 | 1 | -2/+2 |
* | Revert r5698, r5699, and r5702 until build problems are fixed. | Charles Harris | 2008-08-27 | 1 | -14/+17 |
* | Use trunc as fix implementation. | David Cournapeau | 2008-08-25 | 1 | -11/+2 |
* | Merge from documentation editor. | Stefan van der Walt | 2008-08-05 | 1 | -6/+71 |
* | Fix some bugs with isposinf and isneginf as well as with how allclose dealt w... | Travis Oliphant | 2007-05-17 | 1 | -0/+2 |
* | Allow matrices to pass through more functions. | Travis Oliphant | 2007-02-01 | 1 | -3/+3 |
* | remove unused imports | Tim Leslie | 2006-03-13 | 1 | -1/+1 |
* | Run reindent.py (script distributed with Python) over the source to remove ex... | cookedm | 2006-03-10 | 1 | -1/+0 |
* | More fixes... | Travis Oliphant | 2006-01-04 | 1 | -20/+2 |
* | Fixed lib | Travis Oliphant | 2006-01-04 | 1 | -2/+2 |
* | Moving things.. | Travis Oliphant | 2006-01-04 | 1 | -0/+77 |