summaryrefslogtreecommitdiff
path: root/numpy/dual.py
Commit message (Expand)AuthorAgeFilesLines
* DEP: remove deprecated `numpy.dual` moduleRalf Gommers2023-03-281-83/+0
* DOC: dual: Note the deprecation of numpy.dual in the dual module docstring.Warren Weckesser2020-05-051-4/+10
* DEP: Deprecate `numpy.dual`.Warren Weckesser2020-05-041-0/+8
* MAINT: Remove unnecessary 'from __future__ import ...' statementsJon Dufresne2020-01-031-2/+0
* MAINT: Use `*.format` for some strings (#12608)Abdur-Rahmaan Janhangeer2018-12-261-2/+2
* HTTP -> HTTPS, and other linkrot fixesMike Toews2018-06-161-1/+1
* DOC: change Numpy to NumPy in dosctrings and commentsPierre de Buyl2016-09-061-1/+1
* STY: Giant comma spacing fixup.Charles Harris2013-08-181-3/+3
* 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/+2
* STY: Update exception styles, trickier ones.Charles Harris2011-04-051-2/+2
* Merge from documentation editor.Stefan van der Walt2008-08-051-0/+12
* Many name-changes in oldnumeric. This may break some numpy code that was usi...Travis Oliphant2006-08-041-1/+1
* Committed much of ticket #36Travis Oliphant2006-03-151-2/+5
* Run reindent.py (script distributed with Python) over the source to remove ex...cookedm2006-03-101-1/+0
* Add restore functions to numpy.dualTravis Oliphant2006-01-191-3/+9
* Use a register_func system for altering functions in numpy.dualTravis Oliphant2006-01-191-21/+22
* handle odd scipy installationssasha2006-01-151-1/+1
* Fixed up so that at least element-size is allocated and iterator of size-0 ra...Travis Oliphant2006-01-081-8/+15
* Added i0 natively for kaiser windowTravis Oliphant2006-01-051-4/+5
* Removed pkg names from dualTravis Oliphant2006-01-051-1/+4
* Changed how to get dual numpy/scipy behavior. Use explicit numpy.dual module.Travis Oliphant2006-01-051-0/+37