summaryrefslogtreecommitdiff
path: root/doc
Commit message (Expand)AuthorAgeFilesLines
* DOC: mention random module fix in 1.6.2 release notes.Ralf Gommers2012-05-121-0/+6
* STY: fix typo in 1.6.2 release notes.Ralf Gommers2012-05-051-1/+1
* REL: add release notes for 1.6.1 and 1.6.2 releases.Ralf Gommers2012-05-042-0/+106
* REL: change Sphinx version in release script to 1.1.3.Ralf Gommers2012-05-041-1/+1
* Merge pull request #263 from charris/backport-polyRalf Gommers2012-05-049-14/+881
|\
| * DOC: Remove references to cast and NA, which were added in 1.7.Charles Harris2012-04-291-36/+0
| * DOC: Improve numpy reference documentation of polynomial classes.Charles Harris2012-04-293-16/+26
| * DOC: Document the use of the polynomial convenience classes.Charles Harris2012-04-291-10/+337
| * DOC: Add version added to some of the polynomial package modules.Charles Harris2012-04-297-0/+14
| * BUG: Fix up links to classes.Charles Harris2012-04-296-12/+11
| * DOC: Rearrange the polynomial documents.Charles Harris2012-04-299-14/+567
* | ENH: Introduce new options extra_f77_compiler_args and extra_f90_compiler_args.Pearu Peterson2012-04-291-6/+8
|/
* ENH: Add the polynomial module to the documentation.Charles Harris2011-06-224-3/+33
* REL: set version to 1.6.0rc3.v1.6.0rc3Ralf Gommers2011-05-071-6/+0
* DOC: Updated f2py size support note.Pearu Peterson2011-05-071-5/+2
* DOC: Document the new keyword arguments for ufuncsMark Wiebe2011-04-221-0/+39
* DOC: Improve the documentation about type promotionMark Wiebe2011-04-222-7/+49
* DOC: Document the changed default error handling for the 1.6.x release.Charles Harris2011-04-011-0/+4
* DEP: deprecate normed kw in histogram and restore its old behavior. IntroduceRalf Gommers2011-03-301-0/+7
* DOC: The nditer exposure wasn't linked correctlyMark Wiebe2011-03-232-1/+1
* API: Rename 'niter' to 'nop' in the nditerMark Wiebe2011-03-171-24/+24
* DOC: slogdet was added in 1.5.0.Charles Harris2011-03-171-3/+0
* DOC: Fill in more of the nditer docsMark Wiebe2011-03-161-0/+1
* DOC: Change newiter to nditer in new iterator NEP.Ralf Gommers2011-03-161-9/+9
* ENH: Add 'subok' parameter to PyArray_NewLikeArray, np.empty_like, np.zeros_l...Mark Wiebe2011-03-151-1/+5
* API: Rename 'coords' to 'multi-index' in ravel_coords and iterator APIMark Wiebe2011-03-143-37/+37
* DOC: Document the addition of the new polynomials in the release notes.Charles Harris2011-03-141-4/+9
* DOC: BLD: fix some doc build warnings.Ralf Gommers2011-03-142-2/+1
* STY: Rename NPY_ITER_NO_INNER_ITERATION to NPY_ITER_EXTERNAL_LOOPMark Wiebe2011-03-141-22/+23
* DOC: Add info about iterator, new functions, and C API additions to release n...Mark Wiebe2011-03-131-4/+30
* DOC: Document constructor API change, and fill in some more missing documenta...Mark Wiebe2011-03-133-53/+115
* DOC: Updated f2py related release notes.Pearu Peterson2011-03-131-4/+15
* DOC: update 1.6.0 release notes. Add headers for items to still be filled in.rgommers2011-03-131-2/+44
* BUG: For compatibility with 1.5, revert to permitting limited broadcasting of...Mark Wiebe2011-03-111-1/+1
* REL: add 1.6.0 release notes.rgommers2011-03-112-7/+94
* DOC: fix typo in test guidelines.rgommers2011-03-111-1/+1
* DEP: remove deprecated get_numpy_include.rgommers2011-03-111-5/+2
* DEP: remove deprecated names in fftpack.rgommers2011-03-111-11/+10
* DOC: Replace 'deprecated' with 'superceded' in a few places, fix a typo.Mark Wiebe2011-03-102-16/+17
* DOC: Add some missing documentation, hyper-link the iterator documentationMark Wiebe2011-03-102-164/+348
* API: Rename the iterator function pointer types to be more consistent with Nu...Mark Wiebe2011-03-101-8/+8
* API: Change iterator API parameters ndim and niter from npy_intp to intMark Wiebe2011-03-101-18/+18
* DOC: Copy iterator API documentation from the NEPMark Wiebe2011-03-052-0/+1102
* DOC: add some more wiki edits, of rst files in ref/user guide.rgommers2011-03-024-12/+20
* ENH: core: Allow user to pass in output array for dot()Luis Pedro Coelho2011-02-121-1/+9
* ENH: index_tricks: Implement unravel_index and ravel_coords functions in CMark Wiebe2011-02-101-0/+1
* STY: Rename NPY_ITER_DONT_REVERSE_AXES to NPY_ITER_DONT_NEGATE_STRIDES to be ...Mark Wiebe2011-01-281-2/+2
* Merge branch 'mw_neps'Mark Wiebe2011-01-282-0/+2289
|\
| * NEP: iter: Add NPY_ITER_DONT_REVERSE_AXES flagMark Wiebe2011-01-281-1/+15
| * NEP: iter: Add NpyIter_GetAxisStrideArray functionMark Wiebe2011-01-261-0/+14