| Commit message (Expand) | Author | Age | Files | Lines |
| * | DOC: mention random module fix in 1.6.2 release notes. | Ralf Gommers | 2012-05-12 | 1 | -0/+6 |
| * | STY: fix typo in 1.6.2 release notes. | Ralf Gommers | 2012-05-05 | 1 | -1/+1 |
| * | REL: add release notes for 1.6.1 and 1.6.2 releases. | Ralf Gommers | 2012-05-04 | 2 | -0/+106 |
| * | REL: change Sphinx version in release script to 1.1.3. | Ralf Gommers | 2012-05-04 | 1 | -1/+1 |
| * | Merge pull request #263 from charris/backport-poly | Ralf Gommers | 2012-05-04 | 9 | -14/+881 |
| |\ |
|
| | * | DOC: Remove references to cast and NA, which were added in 1.7. | Charles Harris | 2012-04-29 | 1 | -36/+0 |
| | * | DOC: Improve numpy reference documentation of polynomial classes. | Charles Harris | 2012-04-29 | 3 | -16/+26 |
| | * | DOC: Document the use of the polynomial convenience classes. | Charles Harris | 2012-04-29 | 1 | -10/+337 |
| | * | DOC: Add version added to some of the polynomial package modules. | Charles Harris | 2012-04-29 | 7 | -0/+14 |
| | * | BUG: Fix up links to classes. | Charles Harris | 2012-04-29 | 6 | -12/+11 |
| | * | DOC: Rearrange the polynomial documents. | Charles Harris | 2012-04-29 | 9 | -14/+567 |
| * | | ENH: Introduce new options extra_f77_compiler_args and extra_f90_compiler_args. | Pearu Peterson | 2012-04-29 | 1 | -6/+8 |
| |/ |
|
| * | ENH: Add the polynomial module to the documentation. | Charles Harris | 2011-06-22 | 4 | -3/+33 |
| * | REL: set version to 1.6.0rc3.v1.6.0rc3 | Ralf Gommers | 2011-05-07 | 1 | -6/+0 |
| * | DOC: Updated f2py size support note. | Pearu Peterson | 2011-05-07 | 1 | -5/+2 |
| * | DOC: Document the new keyword arguments for ufuncs | Mark Wiebe | 2011-04-22 | 1 | -0/+39 |
| * | DOC: Improve the documentation about type promotion | Mark Wiebe | 2011-04-22 | 2 | -7/+49 |
| * | DOC: Document the changed default error handling for the 1.6.x release. | Charles Harris | 2011-04-01 | 1 | -0/+4 |
| * | DEP: deprecate normed kw in histogram and restore its old behavior. Introduce | Ralf Gommers | 2011-03-30 | 1 | -0/+7 |
| * | DOC: The nditer exposure wasn't linked correctly | Mark Wiebe | 2011-03-23 | 2 | -1/+1 |
| * | API: Rename 'niter' to 'nop' in the nditer | Mark Wiebe | 2011-03-17 | 1 | -24/+24 |
| * | DOC: slogdet was added in 1.5.0. | Charles Harris | 2011-03-17 | 1 | -3/+0 |
| * | DOC: Fill in more of the nditer docs | Mark Wiebe | 2011-03-16 | 1 | -0/+1 |
| * | DOC: Change newiter to nditer in new iterator NEP. | Ralf Gommers | 2011-03-16 | 1 | -9/+9 |
| * | ENH: Add 'subok' parameter to PyArray_NewLikeArray, np.empty_like, np.zeros_l... | Mark Wiebe | 2011-03-15 | 1 | -1/+5 |
| * | API: Rename 'coords' to 'multi-index' in ravel_coords and iterator API | Mark Wiebe | 2011-03-14 | 3 | -37/+37 |
| * | DOC: Document the addition of the new polynomials in the release notes. | Charles Harris | 2011-03-14 | 1 | -4/+9 |
| * | DOC: BLD: fix some doc build warnings. | Ralf Gommers | 2011-03-14 | 2 | -2/+1 |
| * | STY: Rename NPY_ITER_NO_INNER_ITERATION to NPY_ITER_EXTERNAL_LOOP | Mark Wiebe | 2011-03-14 | 1 | -22/+23 |
| * | DOC: Add info about iterator, new functions, and C API additions to release n... | Mark Wiebe | 2011-03-13 | 1 | -4/+30 |
| * | DOC: Document constructor API change, and fill in some more missing documenta... | Mark Wiebe | 2011-03-13 | 3 | -53/+115 |
| * | DOC: Updated f2py related release notes. | Pearu Peterson | 2011-03-13 | 1 | -4/+15 |
| * | DOC: update 1.6.0 release notes. Add headers for items to still be filled in. | rgommers | 2011-03-13 | 1 | -2/+44 |
| * | BUG: For compatibility with 1.5, revert to permitting limited broadcasting of... | Mark Wiebe | 2011-03-11 | 1 | -1/+1 |
| * | REL: add 1.6.0 release notes. | rgommers | 2011-03-11 | 2 | -7/+94 |
| * | DOC: fix typo in test guidelines. | rgommers | 2011-03-11 | 1 | -1/+1 |
| * | DEP: remove deprecated get_numpy_include. | rgommers | 2011-03-11 | 1 | -5/+2 |
| * | DEP: remove deprecated names in fftpack. | rgommers | 2011-03-11 | 1 | -11/+10 |
| * | DOC: Replace 'deprecated' with 'superceded' in a few places, fix a typo. | Mark Wiebe | 2011-03-10 | 2 | -16/+17 |
| * | DOC: Add some missing documentation, hyper-link the iterator documentation | Mark Wiebe | 2011-03-10 | 2 | -164/+348 |
| * | API: Rename the iterator function pointer types to be more consistent with Nu... | Mark Wiebe | 2011-03-10 | 1 | -8/+8 |
| * | API: Change iterator API parameters ndim and niter from npy_intp to int | Mark Wiebe | 2011-03-10 | 1 | -18/+18 |
| * | DOC: Copy iterator API documentation from the NEP | Mark Wiebe | 2011-03-05 | 2 | -0/+1102 |
| * | DOC: add some more wiki edits, of rst files in ref/user guide. | rgommers | 2011-03-02 | 4 | -12/+20 |
| * | ENH: core: Allow user to pass in output array for dot() | Luis Pedro Coelho | 2011-02-12 | 1 | -1/+9 |
| * | ENH: index_tricks: Implement unravel_index and ravel_coords functions in C | Mark Wiebe | 2011-02-10 | 1 | -0/+1 |
| * | STY: Rename NPY_ITER_DONT_REVERSE_AXES to NPY_ITER_DONT_NEGATE_STRIDES to be ... | Mark Wiebe | 2011-01-28 | 1 | -2/+2 |
| * | Merge branch 'mw_neps' | Mark Wiebe | 2011-01-28 | 2 | -0/+2289 |
| |\ |
|
| | * | NEP: iter: Add NPY_ITER_DONT_REVERSE_AXES flag | Mark Wiebe | 2011-01-28 | 1 | -1/+15 |
| | * | NEP: iter: Add NpyIter_GetAxisStrideArray function | Mark Wiebe | 2011-01-26 | 1 | -0/+14 |