summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix memory-leak on dtype's found by Lisandro Dalcin.Travis Oliphant2010-06-301-2/+4
* Fixed __eq__/__ne__ for scalarspierregm2010-06-292-4/+29
* BUG: lib: fix sinc to handle array-like inputs properly (fixes #1523)Pauli Virtanen2010-06-272-0/+8
* BUG: f2py: replace a string exception with a real one (fixes #1515)Pauli Virtanen2010-06-191-1/+2
* * masked is now an instance of a new object, MaskedConstant, that inherits fr...pierregm2010-06-101-3/+38
* Add pre-nep for a copule of structured_array_extensions.Travis Oliphant2010-06-101-0/+9
* DOC: add release notes check to HOWTO_RELEASE.rgommers2010-06-071-0/+10
* CLN: Cleanup nanops code a bit. Patch is from Tony Yu.Charles Harris2010-06-071-7/+7
* CHG: Rename reduce method in polytemplate to cutdeg. Reduce is just tooCharles Harris2010-06-074-18/+18
* Don't track .gitignore file.Charles Harris2010-06-071-13/+0
* DOC: add automatic documentation generation from C sources (using Doxygen at ...Pauli Virtanen2010-06-054-0/+1719
* BUG: fix missing macros definition for IEEE macros.David Cournapeau2010-06-031-2/+7
* DOC: Add removal of histogram 'new' keyword to release notes. Closes #797.rgommers2010-06-021-0/+4
* BUG: Enable compiling Fortran code on OS X for ppc64 arch.rgommers2010-06-021-8/+8
* DOC: merge wiki edits for module npyio.rgommers2010-06-021-8/+14
* DOC: merge wiki edits for module linalg.rgommers2010-06-021-72/+75
* DOC: merge wiki edits for module core.rgommers2010-06-024-9/+19
* DOC: add some info on what should be uploaded to PyPi for a release.rgommers2010-06-011-1/+3
* BUG: Don't directly access Python object internals.Charles Harris2010-05-301-4/+2
* ENH: Add tests for nan[arg]min, nan[arg]max) for various integer types.Charles Harris2010-05-291-0/+32
* BUG: Fix typo. Closes ticket #1496.Charles Harris2010-05-281-1/+1
* BUG: Fix failed detection of unsigned integers in _nanop. Fixes ticket #1300.Charles Harris2010-05-261-1/+1
* BUG, STY: Make gaussian random number generators with identical behaviourCharles Harris2010-05-262-14/+19
* STY: A Few more coding style cleanups.Charles Harris2010-05-261-9/+20
* STY: Some c coding style cleanups.Charles Harris2010-05-262-142/+165
* BUG: Make test using np.float96 portable by using np.longdouble instead.Charles Harris2010-05-251-2/+2
* STY: Remove some hard tabs.Charles Harris2010-05-251-13/+13
* Added tests for float96 for ldexp (ticket #866).dhuard2010-05-251-0/+4
* Fix for ticket #866 (ldexp on 64 bits). Tested on ubuntu 64 bits.dhuard2010-05-252-2/+9
* BUG: Use correct include path when multiple copies of NumPy is installed.Stefan van der Walt2010-05-251-0/+7
* BUG: Add some guards for bad inputs to the dtype constructor.Robert Kern2010-05-242-0/+18
* BUG: typo.Robert Kern2010-05-241-1/+1
* ENH: Test the exceptions and the left, right keywords of the interpCharles Harris2010-05-241-0/+10
* BUG: Make interp handle 'right' keyword correctly. Add check for emptyCharles Harris2010-05-241-35/+36
* ENH: Make searchsorted faster by actually dividing the interval in theCharles Harris2010-05-241-2/+2
* BUG: Fix problem with numarray _capi.c and python 2.7.Charles Harris2010-05-241-2/+6
* Update 2.0.0 release documentation to reflect changes in the Chebyshev andCharles Harris2010-05-231-4/+10
* CHG: Use [] instead of 'default' to specify the default domain inCharles Harris2010-05-233-8/+11
* ENH: Add reduce method to polynomial.Chebyshev andCharles Harris2010-05-233-1/+50
* REV: Revert the changes to the truncate method of Polynomial and Chebyshev.Charles Harris2010-05-234-33/+26
* Add some more info to the release notes for 2.0.0.Charles Harris2010-05-211-0/+6
* Note the changes in polynomial.polynomial and polynomial.chebyshev inCharles Harris2010-05-211-0/+25
* CHG: Change the default domain for the fit class method of theCharles Harris2010-05-213-4/+19
* ENH: Add test for the degree method added to the ChebyshevCharles Harris2010-05-211-0/+3
* ENH: Change deriv and integ method documentation of the Chebyshev andCharles Harris2010-05-211-6/+4
* CHG: Change the truncate method of the Chebyshev and Polynomial classesCharles Harris2010-05-213-20/+24
* ENH: Add degree method to the Chebyshev and Polynomial classes.Charles Harris2010-05-212-0/+7
* ENH:Charles Harris2010-05-214-39/+78
* STY: core: add some parenthesesPauli Virtanen2010-05-184-5/+5
* * Added `apply_over_axes` as requested in ticket #1480pierregm2010-05-162-288/+326