summaryrefslogtreecommitdiff
path: root/numpy/lib/ufunclike.py
Commit message (Expand)AuthorAgeFilesLines
* DOC: trunc, floor, ceil, rint, fix should all link to each other in see alsoTim Hoffmann2021-03-011-1/+1
* MAINT: Fix the dtype mentioned in 2 `np.lib.ufunclike` exceptionsBas van Beek2021-02-091-2/+4
* ENH: Fix exception causes in four .py fileskeremh2020-04-241-4/+4
* MAINT: Remove unnecessary 'from __future__ import ...' statementsJon Dufresne2020-01-031-2/+0
* DOC: bring the out parameter docstring into line with ufuncs (#15097)Matti Picus2019-12-141-7/+17
* MAINT: Fixes tests with __array_function__ disabledStephan Hoyer2019-05-261-5/+17
* ENH: __array_function__ updates for NumPy 1.17.0Stephan Hoyer2019-01-221-5/+1
* TST, DOC: enable refguide_checkTyler Reddy2018-12-141-6/+6
* MAINT: disable __array_function__ dispatch unless environment variable setStephan Hoyer2018-11-101-1/+5
* MAINT: set preferred __module__ for numpy functionsStephan Hoyer2018-10-231-3/+3
* ENH: __array_function__ support for np.lib, part 2/2 (#12119)Stephan Hoyer2018-10-221-2/+28
* ENH: isposinf and isneginf now also works for values which can not be convert...Joscha Reimer2018-07-301-6/+14
* API: isposinf and isneginf now raise TypeError instead of ValueError for comp...Joscha Reimer2018-07-301-4/+4
* DOC: numpy.lib.ufunclike: typo fixedJoscha Reimer2018-07-271-2/+2
* BUG: isposinf and isneginf now raise an exception for complex valuesJoscha Reimer2018-07-261-3/+13
* Revert "BUG: isposinf and isneginf now also work with complex values"Joscha Reimer2018-07-261-17/+2
* BUG: isposinf and isneginf now also work with complex valuesJoscha Reimer2018-07-051-2/+17
* ENH: don't show boolean dtype, as it is impliedEric Wieser2017-11-131-2/+2
* BUG: Return scalars from ufunclike objectsEric Wieser2017-04-261-17/+10
* DEP: Deprecate calling the `out` argument `y`Eric Wieser2017-04-261-19/+51
* DOC: change Numpy to NumPy in dosctrings and commentsPierre de Buyl2016-09-061-2/+2
* 2to3: Apply `print` fixer.Charles Harris2013-04-061-1/+1
* 2to3: Use absolute imports.Charles Harris2013-03-281-1/+1
* 2to3: Put `from __future__ import division in every python file.Charles Harris2013-03-011-0/+3
* DEP: remove deprecated np.lib.ufunclike.log2 function.rgommers2011-03-111-42/+0
* correct a bug in fix() that was introduced in r8293Darren Dale2010-04-181-1/+1
* BUG: Use deprecated decorator in testing ufunclike.log2.Charles Harris2010-04-141-1/+2
* BUG: Deprecate ufunclike.log2 and take it off the __all__ list. It was shadowingCharles Harris2010-04-131-1/+6
* minor change to ufunclike.fix, one less array to build and make compatibleDarren Dale2010-03-141-2/+2
* fixed a whole bunch of doctestsPaul Ivanov2009-12-281-2/+2
* Merge from doc wikiPauli Virtanen2009-06-191-3/+3
* Merge from the doc wikiPauli Virtanen2009-03-241-35/+59
* docs: remove invalid informationPauli Virtanen2009-03-211-4/+0
* Import documentation from doc wiki (part 2, work-in-progress docstrings, but ...Pauli Virtanen2008-10-281-7/+78
* reindenting prior to releaseJarrod Millman2008-09-021-2/+2
* Revert r5698, r5699, and r5702 until build problems are fixed.Charles Harris2008-08-271-14/+17
* Use trunc as fix implementation.David Cournapeau2008-08-251-11/+2
* Merge from documentation editor.Stefan van der Walt2008-08-051-6/+71
* Fix some bugs with isposinf and isneginf as well as with how allclose dealt w...Travis Oliphant2007-05-171-0/+2
* Allow matrices to pass through more functions.Travis Oliphant2007-02-011-3/+3
* remove unused importsTim Leslie2006-03-131-1/+1
* Run reindent.py (script distributed with Python) over the source to remove ex...cookedm2006-03-101-1/+0
* More fixes...Travis Oliphant2006-01-041-20/+2
* Fixed libTravis Oliphant2006-01-041-2/+2
* Moving things..Travis Oliphant2006-01-041-0/+77