summaryrefslogtreecommitdiff
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
...
| * NEP: iter: added table of contentsMark Wiebe2010-12-211-1/+7
| |
| * NEP: iter: Added Lambda UFunc exampleMark Wiebe2010-12-211-2/+55
| |
| * NEP: iter: Switch from flags to a 'casting' parameterMark Wiebe2010-12-211-22/+55
| |
| * NEP: Created deferred UFunc evaluation NEPMark Wiebe2010-12-211-0/+308
| |
| * NEP: iter: Created Iterator/UFunc optimization NEPMark Wiebe2010-12-211-0/+1462
| |
* | ENH: core: Add PyArray_NewLikeArray functionMark Wiebe2011-01-281-0/+15
| | | | | | | | | | | | This function implements the numpy.empty_like semantics, but supports the new NPY_KEEPORDER enumeration value as well as switching to a different data type.
* | DOC: core: Document the new einsum functionMark Wiebe2011-01-241-0/+1
| |
* | ENH: ufunc: Restructure iterator ufunc evaluation into functionsMark Wiebe2011-01-202-21/+31
| |
* | ENH: ufunc: Add the main loop selection/type-determination mechanismMark Wiebe2011-01-191-0/+5
| |
* | ENH: doc: Document the new API functionsMark Wiebe2011-01-181-0/+50
| | | | | | | | | | PyArray_CanCastArrayTo, PyArray_MinScalarType, PyArray_PromoteTypes, PyArray_ResultType, PyArray_CountNonzero, and PyArray_CastingConverter.
* | ENH: core: Add functions PyArray_CanCastArrayTo and PyArray_ResultTypeMark Wiebe2011-01-181-0/+1
| | | | | | | | They have also been exposed to Python.
* | ENH: core: Add PyArray_MinScalarType and expose it to PythonMark Wiebe2011-01-181-0/+1
| |
* | ENH: core: Start converting ufunc to new iterator, add PyArray_PromoteTypesMark Wiebe2011-01-181-0/+1
| |
* | ENH: core: Change PyArray_CopyAnyInto and PyArray_MoveAnyInto to use the new ↵Mark Wiebe2011-01-171-0/+1
| | | | | | | | | | | | | | | | iterator I also found that the tricky case of CopyAnyInto wasn't being triggered by the test suite, so added a new function ndarray.setasflat, which calls CopyAnyInto.
* | ENH: core: Switch nonzero to use the iterator as an example, add ↵Mark Wiebe2011-01-161-2/+9
|/ | | | count_nonzero function
* DOC: Add release note mention of float16 typeMark Wiebe2010-12-011-0/+7
|
* ENH: Rename the half character code from 'j' to 'e'Mark Wiebe2010-12-013-10/+10
|
* DOC: core: Update docs for half/float16 typeMark Wiebe2010-12-019-45/+268
|
* DOC: BUG: correct description of ndarray iterator. Closes #1687.rgommers2010-11-281-1/+1
|
* DOC: rename ReST files under doc/ from *.txt to *.rst.txt, so they render on ↵rgommers2010-11-1111-0/+0
| | | | github.
* DOC: update release docs.rgommers2010-11-081-9/+15
| | | | | | - clarify some things that Vincent Davis and Friedrich Romstedt ran into when following this doc on a new OS X install. - update Python versions supported at the moment.
* DOC: dev: update also the overviewPauli Virtanen2010-10-291-2/+3
|
* DOC: dev: update instructions on sending patchesPauli Virtanen2010-10-291-1/+6
|
* DOC: dev: try to improve Git workflow docsPauli Virtanen2010-10-1911-122/+358
|
* DOC: recommend to turn on deprecation warnings for Python >= 2.7.rgommers2010-10-161-0/+7
| | | | This was brought up on the mailing list on 10 Sep 2010.
* DOC: Update the testing guidelines.rgommers2010-10-102-14/+24
| | | | | | | Things that are changed are: - use assert_() instead of plain assert, and explain why. - do not use "from numpy.testing import *" - explain #random directive for doctests
* DOC: regenerate gitwash docsPauli Virtanen2010-10-0417-0/+871
|
* DOC: add developer docs based on gitwashPauli Virtanen2010-10-045-1/+23
|
* DOC: remove numpy.scipy.org -- it's now in a separate repositoryPauli Virtanen2010-10-0417-708/+0
|
* sphinxext: bump numpydoc versionPauli Virtanen2010-10-011-3/+3
|
* sphinxext: remove deprecated parts from numpydocPauli Virtanen2010-10-015-678/+3
|
* DOC: explicitly require Sphinx >= 1.0.1Pauli Virtanen2010-10-013-22/+8
|
* sphinxext: fix Other Parameters section parsing in docscrapePauli Virtanen2010-10-013-7/+79
|
* DOC: Point the npy NEP to the git repo.Stefan van der Walt2010-09-161-3/+2
|
* DOC: Remove more SVN references.Stefan van der Walt2010-09-162-4/+4
|
* DOC: Refer to git repo in release notes.Stefan van der Walt2010-09-161-12/+13
|
* DOC: add instructions for updating the docs to HOWTO_RELEASE.txtPauli Virtanen2010-09-051-0/+38
|
* sphinxext/plot_directive: more robust relpathPauli Virtanen2010-09-051-35/+52
|
* DOC: some more details on release process, and blank 2.0.0 notes.rgommers2010-09-052-0/+34
|
* sphinxext: be explicit about Sphinx version requirementsPauli Virtanen2010-09-041-0/+5
|
* REL: Apply changes to release notes and paver script in 1.5.x branch to trunk.rgommers2010-09-041-1/+5
|
* DOC: update doc/swig makefile and readme after moving swig/doc into refguide.rgommers2010-09-042-22/+2
|
* DOC: remove built separate swig docs.rgommers2010-09-045-1777/+0
|
* DOC: integrate doc/swig/doc documentation with reference guide.rgommers2010-09-044-146/+130
|
* sphinxext: more lenient parsing for See Also sectionsPauli Virtanen2010-09-011-1/+2
|
* DOC: update release howto with notes on PyPi and python-announce list.rgommers2010-08-211-1/+3
|
* Mention functions for Chebyshev points in release notes.Charles Harris2010-08-151-0/+1
|
* Merge branch 'poly'Charles Harris2010-08-151-0/+3
| | | | | | Conflicts: numpy/polynomial/chebyshev.py numpy/polynomial/polynomial.py
* DOC: Complete 1.5.0 release notes.rgommers2010-08-141-11/+28
|
* DOC: add FILES option to doc Makefile, for partial rebuildsPauli Virtanen2010-08-081-8/+10
|