Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | NEP: iter: added table of contents | Mark Wiebe | 2010-12-21 | 1 | -1/+7 | |
| | | ||||||
| * | NEP: iter: Added Lambda UFunc example | Mark Wiebe | 2010-12-21 | 1 | -2/+55 | |
| | | ||||||
| * | NEP: iter: Switch from flags to a 'casting' parameter | Mark Wiebe | 2010-12-21 | 1 | -22/+55 | |
| | | ||||||
| * | NEP: Created deferred UFunc evaluation NEP | Mark Wiebe | 2010-12-21 | 1 | -0/+308 | |
| | | ||||||
| * | NEP: iter: Created Iterator/UFunc optimization NEP | Mark Wiebe | 2010-12-21 | 1 | -0/+1462 | |
| | | ||||||
* | | ENH: core: Add PyArray_NewLikeArray function | Mark Wiebe | 2011-01-28 | 1 | -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 function | Mark Wiebe | 2011-01-24 | 1 | -0/+1 | |
| | | ||||||
* | | ENH: ufunc: Restructure iterator ufunc evaluation into functions | Mark Wiebe | 2011-01-20 | 2 | -21/+31 | |
| | | ||||||
* | | ENH: ufunc: Add the main loop selection/type-determination mechanism | Mark Wiebe | 2011-01-19 | 1 | -0/+5 | |
| | | ||||||
* | | ENH: doc: Document the new API functions | Mark Wiebe | 2011-01-18 | 1 | -0/+50 | |
| | | | | | | | | | | PyArray_CanCastArrayTo, PyArray_MinScalarType, PyArray_PromoteTypes, PyArray_ResultType, PyArray_CountNonzero, and PyArray_CastingConverter. | |||||
* | | ENH: core: Add functions PyArray_CanCastArrayTo and PyArray_ResultType | Mark Wiebe | 2011-01-18 | 1 | -0/+1 | |
| | | | | | | | | They have also been exposed to Python. | |||||
* | | ENH: core: Add PyArray_MinScalarType and expose it to Python | Mark Wiebe | 2011-01-18 | 1 | -0/+1 | |
| | | ||||||
* | | ENH: core: Start converting ufunc to new iterator, add PyArray_PromoteTypes | Mark Wiebe | 2011-01-18 | 1 | -0/+1 | |
| | | ||||||
* | | ENH: core: Change PyArray_CopyAnyInto and PyArray_MoveAnyInto to use the new ↵ | Mark Wiebe | 2011-01-17 | 1 | -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 Wiebe | 2011-01-16 | 1 | -2/+9 | |
|/ | | | | count_nonzero function | |||||
* | DOC: Add release note mention of float16 type | Mark Wiebe | 2010-12-01 | 1 | -0/+7 | |
| | ||||||
* | ENH: Rename the half character code from 'j' to 'e' | Mark Wiebe | 2010-12-01 | 3 | -10/+10 | |
| | ||||||
* | DOC: core: Update docs for half/float16 type | Mark Wiebe | 2010-12-01 | 9 | -45/+268 | |
| | ||||||
* | DOC: BUG: correct description of ndarray iterator. Closes #1687. | rgommers | 2010-11-28 | 1 | -1/+1 | |
| | ||||||
* | DOC: rename ReST files under doc/ from *.txt to *.rst.txt, so they render on ↵ | rgommers | 2010-11-11 | 11 | -0/+0 | |
| | | | | github. | |||||
* | DOC: update release docs. | rgommers | 2010-11-08 | 1 | -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 overview | Pauli Virtanen | 2010-10-29 | 1 | -2/+3 | |
| | ||||||
* | DOC: dev: update instructions on sending patches | Pauli Virtanen | 2010-10-29 | 1 | -1/+6 | |
| | ||||||
* | DOC: dev: try to improve Git workflow docs | Pauli Virtanen | 2010-10-19 | 11 | -122/+358 | |
| | ||||||
* | DOC: recommend to turn on deprecation warnings for Python >= 2.7. | rgommers | 2010-10-16 | 1 | -0/+7 | |
| | | | | This was brought up on the mailing list on 10 Sep 2010. | |||||
* | DOC: Update the testing guidelines. | rgommers | 2010-10-10 | 2 | -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 docs | Pauli Virtanen | 2010-10-04 | 17 | -0/+871 | |
| | ||||||
* | DOC: add developer docs based on gitwash | Pauli Virtanen | 2010-10-04 | 5 | -1/+23 | |
| | ||||||
* | DOC: remove numpy.scipy.org -- it's now in a separate repository | Pauli Virtanen | 2010-10-04 | 17 | -708/+0 | |
| | ||||||
* | sphinxext: bump numpydoc version | Pauli Virtanen | 2010-10-01 | 1 | -3/+3 | |
| | ||||||
* | sphinxext: remove deprecated parts from numpydoc | Pauli Virtanen | 2010-10-01 | 5 | -678/+3 | |
| | ||||||
* | DOC: explicitly require Sphinx >= 1.0.1 | Pauli Virtanen | 2010-10-01 | 3 | -22/+8 | |
| | ||||||
* | sphinxext: fix Other Parameters section parsing in docscrape | Pauli Virtanen | 2010-10-01 | 3 | -7/+79 | |
| | ||||||
* | DOC: Point the npy NEP to the git repo. | Stefan van der Walt | 2010-09-16 | 1 | -3/+2 | |
| | ||||||
* | DOC: Remove more SVN references. | Stefan van der Walt | 2010-09-16 | 2 | -4/+4 | |
| | ||||||
* | DOC: Refer to git repo in release notes. | Stefan van der Walt | 2010-09-16 | 1 | -12/+13 | |
| | ||||||
* | DOC: add instructions for updating the docs to HOWTO_RELEASE.txt | Pauli Virtanen | 2010-09-05 | 1 | -0/+38 | |
| | ||||||
* | sphinxext/plot_directive: more robust relpath | Pauli Virtanen | 2010-09-05 | 1 | -35/+52 | |
| | ||||||
* | DOC: some more details on release process, and blank 2.0.0 notes. | rgommers | 2010-09-05 | 2 | -0/+34 | |
| | ||||||
* | sphinxext: be explicit about Sphinx version requirements | Pauli Virtanen | 2010-09-04 | 1 | -0/+5 | |
| | ||||||
* | REL: Apply changes to release notes and paver script in 1.5.x branch to trunk. | rgommers | 2010-09-04 | 1 | -1/+5 | |
| | ||||||
* | DOC: update doc/swig makefile and readme after moving swig/doc into refguide. | rgommers | 2010-09-04 | 2 | -22/+2 | |
| | ||||||
* | DOC: remove built separate swig docs. | rgommers | 2010-09-04 | 5 | -1777/+0 | |
| | ||||||
* | DOC: integrate doc/swig/doc documentation with reference guide. | rgommers | 2010-09-04 | 4 | -146/+130 | |
| | ||||||
* | sphinxext: more lenient parsing for See Also sections | Pauli Virtanen | 2010-09-01 | 1 | -1/+2 | |
| | ||||||
* | DOC: update release howto with notes on PyPi and python-announce list. | rgommers | 2010-08-21 | 1 | -1/+3 | |
| | ||||||
* | Mention functions for Chebyshev points in release notes. | Charles Harris | 2010-08-15 | 1 | -0/+1 | |
| | ||||||
* | Merge branch 'poly' | Charles Harris | 2010-08-15 | 1 | -0/+3 | |
| | | | | | | Conflicts: numpy/polynomial/chebyshev.py numpy/polynomial/polynomial.py | |||||
* | DOC: Complete 1.5.0 release notes. | rgommers | 2010-08-14 | 1 | -11/+28 | |
| | ||||||
* | DOC: add FILES option to doc Makefile, for partial rebuilds | Pauli Virtanen | 2010-08-08 | 1 | -8/+10 | |
| |