summaryrefslogtreecommitdiff
path: root/numpy
Commit message (Expand)AuthorAgeFilesLines
* MAINT: check for intrinsics at configure timeJulian Taylor2013-05-083-3/+13
* ENH: use intrinsics for isnan, isfinite and isinfJulian Taylor2013-05-061-16/+32
* Merge pull request #3182 from juliantaylor/debug-extRalf Gommers2013-05-052-6/+40
|\
| * BUG: hardcode some known shared library extensionsJulian Taylor2013-04-282-6/+40
* | Merge pull request #3264 from endolith/patch-1Charles Harris2013-05-041-8/+5
|\ \
| * | DOC: Change example to demonstrate functionendolith2013-04-191-8/+5
* | | BLD: fix Bento build after umath_linalg move from core to linalg module.Ralf Gommers2013-05-043-29/+6
* | | Merge pull request #3303 from ContinuumIO/rational_fixCharles Harris2013-05-031-22/+37
|\ \ \
| * | | Fix potential reference leakJay Bourque2013-05-031-0/+6
| * | | Refactor previous commitJay Bourque2013-05-031-12/+9
| * | | Do not return anything for python 2Jay Bourque2013-05-031-20/+32
* | | | MAINT: Remove unneeded version check from multiarray/common.c.Arink Verma2013-05-041-4/+0
|/ / /
* | | BUG: gh-3300, Fix missing return value in test_rational.c.src.Charles Harris2013-05-031-7/+7
* | | Merge pull request #3261 from keflavich/f77_ext_bugfixCharles Harris2013-05-021-2/+2
|\ \ \
| * | | reduces excess cleverness from 1/2 to 1/3Adam Ginsburg2013-04-211-2/+2
| * | | bugfix in build_ext: check that ext has an attribute before trying toAdam Ginsburg2013-04-181-2/+2
| |/ /
* | | MAINT: Apply 2to3 idioms fixer.Charles Harris2013-05-0238-116/+108
* | | Merge pull request #3294 from matthew-brett/layout-order-docsCharles Harris2013-05-021-20/+57
|\ \ \
| * | | DOC: expanding documentation of index orderingMatthew Brett2013-04-301-20/+57
| | |/ | |/|
* | | Merge pull request #2822 from ContinuumIO/custom_output_operand_fixCharles Harris2013-05-024-3/+1345
|\ \ \ | |/ / |/| |
| * | Formatting changesJay Bourque2013-04-292-45/+88
| * | Rename rational module to test_rationalJay Bourque2013-04-263-11/+11
| * | Rename rational.c.src to test_rational.c.srcJay Bourque2013-04-261-0/+0
| * | Add another test for ufunc custom output typeJay Bourque2013-04-261-0/+4
| * | More updates for python 3Jay Bourque2013-04-261-33/+73
| * | Fix build issues on python 3Jay Bourque2013-04-261-1/+6
| * | Add unit test for ufunc with custom typeJay Bourque2013-04-263-0/+1238
| * | Fix for ufuncs with built in input operands and custom output operandsJay Bourque2013-04-261-3/+15
* | | Merge pull request #3265 from jamestwebber/patch-2Charles Harris2013-04-272-2/+11
|\ \ \
| * | | Adding a test for #3265jamestwebber2013-04-201-0/+9
| * | | Update masked array copy to preserve array orderjamestwebber2013-04-201-2/+2
| | |/ | |/|
* | | Merge pull request #3280 from seberg/issue-3279seberg2013-04-272-1/+6
|\ \ \ | |_|/ |/| |
| * | BUG: np.insert must copy index arraySebastian Berg2013-04-272-1/+6
* | | Merge pull request #3272 from cournape/remove_obsolete_ifort_flagsDavid Cournapeau2013-04-261-14/+5
|\ \ \
| * | | ENH: remove obsolete ifort flags, ensure generated binaries work everywhere.David Cournapeau2013-04-231-14/+5
| | |/ | |/|
* | | Merge pull request #3270 from ContinuumIO/astype_fixCharles Harris2013-04-252-0/+59
|\ \ \
| * | | Add tests for strings shorter than 64 charactersJay Bourque2013-04-252-1/+11
| * | | Add support for unicode stringsJay Bourque2013-04-252-13/+29
| * | | Fix for astype('S') string truncate issueJay Bourque2013-04-242-0/+33
* | | | MAINT: Remove unneeded version checks.Charles Harris2013-04-2413-826/+639
|/ / /
* | | MAINT: Use from future_builtins zip and map.Charles Harris2013-04-212-10/+7
* | | 2to3: Apply unicode fixer.Charles Harris2013-04-2113-71/+92
* | | Merge pull request #3242 from charris/2to3-apply-types-fixerCharles Harris2013-04-2114-113/+105
|\ \ \ | |/ / |/| |
| * | 2to3: Apply types fixer.Charles Harris2013-04-1414-113/+105
* | | Merge pull request #3220 from pv/linalg-guCharles Harris2013-04-1718-47417/+130408
|\ \ \
| * | | TST: linalg: add tests for xerbla functionality (with and without GIL)Pauli Virtanen2013-04-132-1/+39
| * | | BUG: linalg: fix LAPACK error handling in lapack_litemodulePauli Virtanen2013-04-131-0/+54
| * | | BUG: linalg: do not assume that GIL is enabled in xerbla_Pauli Virtanen2013-04-131-0/+4
| * | | TST: linalg: test return types of generalized linalg routinesPauli Virtanen2013-04-121-0/+83
| * | | ENH: linalg: use signature= for internal casting rather than astype in linalg...Pauli Virtanen2013-04-121-12/+23