summaryrefslogtreecommitdiff
path: root/numpy/core/numeric.py
Commit message (Expand)AuthorAgeFilesLines
* Added versiontag to docstringSankarshan Mudkavi2014-03-071-0/+2
* ENH: Added an output argument for numpy.outerSankarshan Mudkavi2014-03-051-2/+4
* Merge pull request #4338 from jaimefrio/cross-broadcastJulian Taylor2014-03-011-24/+59
|\
| * TST: Added out of bounds axis checking to the tests.jaimefrio2014-02-211-11/+42
| * BUG: Fix broadcasting in np.cross (solves #2624)jaimefrio2014-02-201-24/+28
* | Fix seterr example for resetting to old settingsNiklas Hambüchen2014-02-201-1/+1
|/
* BUG: Force allclose logic to use inexact typeSebastian Berg2014-02-161-6/+6
* DEP: Deprecate boolean `-` operationsSebastian Berg2014-02-121-1/+6
* DOC: use variable names in formula for convolveArun Persaud2013-11-151-1/+3
* ENH: merge UFUNC_ERR_DEFAULT2 variable into UFUNC_ERR_DEFAULTJulian Taylor2013-10-221-1/+1
* Merge pull request #3913 from bspinnler/fix_correlate_docstringCharles Harris2013-10-161-1/+27
|\
| * DOC: replaced typeset formulas by pure ASCII equivalents.Bernhard Spinnler2013-10-151-13/+12
| * DOC: fixed correlate docstring.Bernhard Spinnler2013-10-131-7/+34
* | Ensure masked arrays are treated correctly for isclose(..,..,equal_nan=True)Marten van Kerkwijk2013-10-131-1/+2
|/
* DOC: add isclose and partition to reference and link some docsJulian Taylor2013-09-141-1/+1
* STY: Giant comma spacing fixup.Charles Harris2013-08-181-16/+16
* DOC: Merge doc updates from http://docs.scipy.org/numpy/patch/.Charles Harris2013-08-151-16/+16
* MAINT: Use np.errstate context manager.Charles Harris2013-07-111-6/+5
* ENH: vectorize boolean comparisons of floatsJulian Taylor2013-07-081-1/+6
* Rename filled, filled_like to full, full_likeJohannes Schönberger2013-06-301-13/+13
* Update default dtype of filled function in doc stringJohannes Schönberger2013-06-061-1/+1
* Rename fill value parameter for consistency across numpy+Johannes Schönberger2013-06-061-9/+9
* Add examples to doc string of filled and filled_likeJohannes Schönberger2013-06-061-0/+25
* Add separate parameter description to filled, filled_like and onesJohannes Schönberger2013-06-061-6/+35
* Add tests for filled_like functionJohannes Schönberger2013-06-061-10/+0
* Fix doc stringJohannes Schönberger2013-06-061-3/+1
* Replace nans, nans_like, infs, infs_like with filled functionsJohannes Schönberger2013-06-061-93/+15
* Fix typo in doc stringJohannes Schönberger2013-06-061-4/+4
* Add short note in doc string about dtype for non-numbersJohannes Schönberger2013-06-061-0/+12
* Add more related functionsJohannes Schönberger2013-06-061-0/+5
* Add nans, infs, nans_like, infs_like convenience functionsJohannes Schönberger2013-06-061-1/+139
* ENH: implement may_share_memory in CJulian Taylor2013-05-281-1/+2
* Make sure comparison result is arrayJay Bourque2013-05-131-1/+1
* Fix array_equal and array_equiv issueJay Bourque2013-05-101-2/+2
* 2to3: Apply basestring fixer.Charles Harris2013-04-131-1/+2
* 2to3: Apply `print` fixer.Charles Harris2013-04-061-1/+1
* 2to3: Apply `imports` fixer.Charles Harris2013-04-021-15/+20
* Merge pull request #3178 from charris/2to3-apply-import-fixernjsmith2013-04-021-10/+10
|\
| * 2to3: Use absolute imports.Charles Harris2013-03-281-10/+10
* | Merge pull request #273 from dlax/fix/rollCharles Harris2013-04-011-5/+9
|\ \ | |/ |/|
| * STY: drop some else clauses in rollDenis Laxalde2012-10-131-8/+6
| * FIX: handle empty arrays in rollDenis Laxalde2012-05-081-6/+9
| * FIX: roll raises a ValueError is axis > ndimDenis Laxalde2012-05-081-1/+4
* | 2to3: Replace xrange by range and use list(range(...)) where neededCharles Harris2013-03-271-4/+4
* | 2to3: Put `from __future__ import division in every python file.Charles Harris2013-03-011-0/+2
* | 2to3: Fix callable.Charles Harris2013-02-281-2/+3
* | Added 'subok' keyword documentation to zeros_like and ones_likedaveydave4002013-02-221-0/+8
* | remove a confusing docstring lineargriffing2013-01-111-4/+0
* | API: Change isfortran to f-contig and not c-contigSebastian Berg2012-10-211-2/+2
* | Add doc to {empty,zeros,ones}_like that tell in witch version their dtype and...Frederic2012-09-261-0/+4