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