summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* TST: lower precision of lognormal test a little more. Closes #1768.Ralf Gommers2011-03-161-1/+1
* ENH: Add 'subok' parameter to PyArray_NewLikeArray, np.empty_like, np.zeros_l...Mark Wiebe2011-03-158-51/+108
* BUG: Fix ticket #1770, segfault with python 3.2 structured arrayCharles Harris2011-03-152-0/+18
* Merge branch 'deprecate'Charles Harris2011-03-151-4/+292
|\
| * DEP: Deprecate direct import of implementation functions.Charles Harris2011-03-151-4/+292
* | API: Rename 'coords' to 'multi-index' in ravel_coords and iterator APIMark Wiebe2011-03-1415-403/+409
* | DOC: fix some reST errors in core/defchararray.pyRalf Gommers2011-03-151-6/+6
* | TST: Some tests in random module were failing on RHEL4 due to too high precis...Ralf Gommers2011-03-151-9/+9
|/
* DOC: Document the addition of the new polynomials in the release notes.Charles Harris2011-03-141-4/+9
* Merge branch 'poly'Charles Harris2011-03-1412-178/+5307
|\
| * BUG: Fix valueerror typo.Charles Harris2011-03-141-1/+1
| * DOC: Add examples for hermite, hermite_e, and laguerre polynomials.Charles Harris2011-03-143-247/+263
| * ENH: Import Hermite, HermiteE, and Laguerre into package namespace.Charles Harris2011-03-131-0/+3
| * ENH: Change test_trimdeg to test_cutdeg to match method name.Charles Harris2011-03-132-2/+3
| * BUG: Fix wrong target values. Change Hermite_e to HermiteE, renameCharles Harris2011-03-131-30/+30
| * BUG: Fix hermemulx, rename class to HermiteE, and move __all__ afterCharles Harris2011-03-131-8/+8
| * ENH: Rename test_trimdeg to test_cutdeg to match method and add ability toCharles Harris2011-03-133-3/+15
| * ENH: A window attribute in polytemplate. This is helpful in defining theCharles Harris2011-03-131-129/+250
| * ENH: First commit of hermite and laguerre polynomials. The documentation andCharles Harris2011-03-036-0/+5022
| * Remove unused function legtimesx, it has been replaced by legmulx.Charles Harris2011-03-031-46/+0
* | DOC: BLD: fix some doc build warnings.Ralf Gommers2011-03-143-3/+3
* | STY: Rename NPY_ITER_NO_INNER_ITERATION to NPY_ITER_EXTERNAL_LOOPMark Wiebe2011-03-1412-134/+135
* | BUG: Another iterator broadcasting error message had a reversed shapeMark Wiebe2011-03-132-1/+18
* | STY: Rename source files for the iterator to nditer_*.*Mark Wiebe2011-03-139-12/+12
* | ENH: Rename 'np.newiter' to 'np.nditer'Mark Wiebe2011-03-134-292/+292
* | DOC: Add info about iterator, new functions, and C API additions to release n...Mark Wiebe2011-03-132-6/+32
* | DOC: Document constructor API change, and fill in some more missing documenta...Mark Wiebe2011-03-133-53/+115
* | API: Simplify basic iterator constructors, add 'itershape' to advanced iterat...Mark Wiebe2011-03-1311-116/+269
* | DOC: Updated f2py related release notes.Pearu Peterson2011-03-131-4/+15
* | ENH: f2py: support Fortran size function with two arguments (ticket #1765).Pearu Peterson2011-03-133-1/+53
* | DOC: update 1.6.0 release notes. Add headers for items to still be filled in.rgommers2011-03-131-2/+44
* | BUG: fix assert_almost_equal and co. to work with infs.rgommers2011-03-122-17/+35
* | ENH: add files generated during build and site.cfg to .gitignore.rgommers2011-03-121-0/+6
* | BUG: For compatibility with 1.5, revert to permitting limited broadcasting of...Mark Wiebe2011-03-113-2/+32
* | BUG: Fixed ticket #1767. Replaced assert with assert_ calls.Pearu Peterson2011-03-1110-227/+229
* | TST: make the knownfail for TestClog unconditional on Windows.rgommers2011-03-111-6/+6
* | TST: Py3K: fix bytes/string test failure in numpy.random.bytes() test.rgommers2011-03-111-2/+3
* | TST: fix ResourceWarning under Python 3.2rgommers2011-03-111-0/+1
* | Merge remote branch 'upstream/master' into f2py-assumed-shapePearu Peterson2011-03-11161-12355/+41323
|\ \
| * | REL: add 1.6.0 release notes.rgommers2011-03-112-7/+94
| * | DEP: remove deprecated np.lib.ufunclike.log2 function.rgommers2011-03-112-54/+1
| * | DOC: fix typo in test guidelines.rgommers2011-03-111-1/+1
| * | DEP: remove deprecated items from ma/core.pyrgommers2011-03-112-113/+68
| * | DEP: remove deprecated get_numpy_include.rgommers2011-03-113-10/+4
| * | DEP: remove unique1d, setmember1d and intersect1d_nu.rgommers2011-03-114-188/+10
| * | DEP: remove deprecated names in fftpack.rgommers2011-03-112-22/+11
| * | DEP: remove deprecated methods sync() and close() from memmap.rgommers2011-03-112-16/+2
| * | DEP: Update deprecation messages in genloadtxt with a version number.rgommers2011-03-111-12/+14
| * | BLD: update C API version again after Mark's renaming of functions.rgommers2011-03-111-1/+1
| * | DOC: Replace 'deprecated' with 'superceded' in a few places, fix a typo.Mark Wiebe2011-03-102-16/+17