Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | DOC: Updated f2py size support note. | Pearu Peterson | 2011-05-06 | 1 | -5/+2 |
| | |||||
* | ENH: Ticket #1218, allow use of custom formatters in array2string and | Ralf Gommers | 2011-04-24 | 1 | -0/+12 |
| | | | | set_printoptions. Add tests for the new functionality. | ||||
* | 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: Changes required to the configuration to start building docs with ↵ | Michael Droettboom | 2011-04-02 | 1 | -5/+24 |
| | | | | matplotlib's plot_directive. Requires that matplotlib have the new "merged" plot_directive. (#1074) | ||||
* | DOC: Document the changed default error handling for the 1.6.x release. | Charles Harris | 2011-04-01 | 1 | -0/+4 |
| | |||||
* | DOC: Remove the advice to 'import scipy as sp' from the documentation. | Robert Kern | 2011-04-01 | 3 | -7/+11 |
| | | | | Correct a statement about how doctest namespaces are initialized in scipy. | ||||
* | DEP: deprecate normed kw in histogram and restore its old behavior. Introduce | Ralf Gommers | 2011-03-30 | 1 | -0/+7 |
| | | | | | | | | | | | | | | | density kw. This reverts part of the following commits: 3743430e 400a2a67 3743430e Behavior for normed keyword is again the same as it was in Numpy 1.5. The desired behavior (probability density) is implemented by the new density keyword, which reflects the functionality better than "normed". For a discussion on this issue, see the Numpy mailing list thread started on Aug 6th, 2010. | ||||
* | DOC: add deprecation section to docstandard. Closes #1501. | Ralf Gommers | 2011-03-29 | 1 | -10/+32 |
| | |||||
* | DOC: update class method docstring section of docstandard. Closes #1165. | Ralf Gommers | 2011-03-29 | 1 | -1/+5 |
| | |||||
* | DOC: update References section of docstandard. Closes #1509, #1524. | Ralf Gommers | 2011-03-29 | 1 | -5/+2 |
| | |||||
* | DOC: add description of how to document modules to the doc standard. | Ralf Gommers | 2011-03-29 | 1 | -0/+25 |
| | | | | Closes #1280. | ||||
* | DOC: The nditer exposure wasn't linked correctly | Mark Wiebe | 2011-03-22 | 2 | -1/+1 |
| | |||||
* | API: Rename 'niter' to 'nop' in the nditer | Mark Wiebe | 2011-03-17 | 1 | -24/+24 |
| | | | | | | This name was chosen partially based on the previous multi-iter, which stored an array of iterators, so 'niter' made sense. In the new nditer, it doesn't, and 'nop' for number of operands seems better. | ||||
* | 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, ↵ | Mark Wiebe | 2011-03-15 | 1 | -1/+5 |
| | | | | | | | np.zeros_like, and np.ones_like This way, the sub-type can be avoided if necessary. This helps mitigate, but doesn't fix, ticket #1753, by allowing "b = np.empty_like(a, subok=False)". | ||||
* | 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 |
| | | | | | Word of warning: do not use Sphinx 1.0.7 (latest release), its autodoc extension is broken. 1.0.4 works fine. | ||||
* | STY: Rename NPY_ITER_NO_INNER_ITERATION to NPY_ITER_EXTERNAL_LOOP | Mark Wiebe | 2011-03-14 | 1 | -22/+23 |
| | | | | | It's a little bit shorter, and more intuitively expresses what the flag does. | ||||
* | DOC: Add info about iterator, new functions, and C API additions to release ↵ | Mark Wiebe | 2011-03-13 | 1 | -4/+30 |
| | | | | notes | ||||
* | DOC: Document constructor API change, and fill in some more missing ↵ | Mark Wiebe | 2011-03-13 | 3 | -53/+115 |
| | | | | documentation | ||||
* | 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 ↵ | Mark Wiebe | 2011-03-11 | 1 | -1/+1 |
| | | | | | | | | | of the assignment output This change got Travis's -10 veto for 1.6. An unfortunate consequence of reverting this is that some of the broadcasting error messages get worse, but they're still no worse than in 1.5. | ||||
* | 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 ↵ | Mark Wiebe | 2011-03-10 | 1 | -8/+8 |
| | | | | | | | NumPy convention 'NpyIter_IterNext_Fn' -> 'NpyIter_IterNextFunc *' 'NpyIter_GetCoords_Fn' -> 'NpyIter_GetCoordsFunc *' | ||||
* | API: Change iterator API parameters ndim and niter from npy_intp to int | Mark Wiebe | 2011-03-10 | 1 | -18/+18 |
| | | | | | These parameters are never large, so it's better to use a straight int instead of npy_intp, consistent with ndim in PyArrayObject as well. | ||||
* | 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 |
| | | | | | | | | | This avoids the memory allocation. It is strict in checking that the types are correct, but since it is intended as an optimisation, it should only be used when the user knows what they are doing. The out parameter is added both to the BLAS and non-BLAS versions of dot(). Tests are included. | ||||
* | 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 |
| | | | | more intuitive | ||||
* | 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 |
| | | |||||
| * | NEP: iter: Add some more functions | Mark Wiebe | 2011-01-26 | 1 | -0/+36 |
| | | |||||
| * | NEP: Correct some spelling errors | Mark Wiebe | 2011-01-22 | 1 | -2/+2 |
| | | |||||
| * | NEP: Add more flags and some timing results | Mark Wiebe | 2011-01-22 | 1 | -13/+119 |
| | | |||||
| * | NEP: iter: Add some typical inner loop examples, other small changes | Mark Wiebe | 2011-01-08 | 1 | -23/+162 |
| | | |||||
| * | NEP: iter: Add functionality for allowing multi-threaded iteration | Mark Wiebe | 2011-01-07 | 1 | -28/+110 |
| | | |||||
| * | NEP: iter: Add NpyIter_ResetBasePointers function, remove NPY_ITER_OFFSETS flag | Mark Wiebe | 2011-01-04 | 1 | -38/+54 |
| | | |||||
| * | NEP: iter: Clarify op_axes slightly, and add offsets example | Mark Wiebe | 2010-12-22 | 1 | -22/+42 |
| | |