summaryrefslogtreecommitdiff
path: root/doc
Commit message (Expand)AuthorAgeFilesLines
* Add unit test for ufunc with custom typeJay Bourque2013-04-261-0/+8
* DOC: Document that the 2to3 fixer is no longer used.Charles Harris2013-04-211-0/+5
* BUG: Fix typo in docscrape_sphinx.py import.Charles Harris2013-04-211-1/+1
* 2to3: Apply unicode fixer.Charles Harris2013-04-213-46/+63
* Merge pull request #3220 from pv/linalg-guCharles Harris2013-04-171-0/+18
|\
| * DOC: document the behavior of generalized N-dim linear algebra functionsPauli Virtanen2013-04-101-0/+18
* | 2to3: Apply next fixer.Charles Harris2013-04-151-1/+1
* | Merge pull request #3244 from charris/2to3-apply-zip-fixerCharles Harris2013-04-141-10/+10
|\ \
| * | 2to3: Apply zip fixer.Charles Harris2013-04-131-10/+10
* | | Merge pull request #3221 from seberg/document-relaxed-stridesCharles Harris2013-04-144-14/+101
|\ \ \ | |/ / |/| |
| * | DOC: Document NPY_RELAXED_STRIDES_CHECKING changesSebastian Berg2013-04-114-14/+101
| |/
* | DOC: Fixup of delete/insert changes in release notesSebastian Berg2013-04-111-7/+13
* | ENH: larger fixes for np.delete and np.insert functionsSebastian Berg2013-04-111-0/+8
* | Merge pull request #3216 from charris/2to3-apply-map-fixerCharles Harris2013-04-101-2/+2
|\ \ | |/ |/|
| * 2to3: Apply `map` fixer.Charles Harris2013-04-101-2/+2
* | ENH: add `invert` parameter to numpy.in1d().Julien Phalip2013-04-081-1/+5
* | DOC: incorporate @charris' suggestionsPaul Ivanov2013-04-082-2/+2
* | DOC: point to the github issues pagePaul Ivanov2013-04-082-13/+11
|/
* ENH: Forward port `1.7.1` release notes.Charles Harris2013-04-071-0/+25
* 2to3: apply `dict` fixer.Charles Harris2013-04-061-1/+1
* 2to3: Apply `print` fixer.Charles Harris2013-04-0642-176/+171
* Merge pull request #3191 from charris/2to3-apply-imports-fixerCharles Harris2013-04-066-9/+13
|\
| * BUG: Fix stray '.' in import statement.Charles Harris2013-04-021-2/+2
| * 2to3: Apply `imports` fixer.Charles Harris2013-04-026-8/+12
* | MAINT: Fix release notes formatting.Charles Harris2013-04-048-105/+101
* | Merge pull request #2965 from charris/fix-qr-modeCharles Harris2013-04-041-2/+22
|\ \
| * | DOC: Document the new qr modes in the 1.8 release notes.Charles Harris2013-04-011-2/+22
* | | Merge pull request #460 from endolith/regex_formattingCharles Harris2013-04-031-3/+2
|\ \ \ | |_|/ |/| |
| * | DOC: Used regex to find colons missing spaces which render wrong online, also...endolith2013-03-191-3/+2
* | | Merge pull request #3178 from charris/2to3-apply-import-fixernjsmith2013-04-0236-31/+41
|\ \ \ | |_|/ |/| |
| * | 2to3: Add `from __future__ import ...` to new files.Charles Harris2013-03-285-0/+10
| * | 2to3: Use absolute imports.Charles Harris2013-03-2831-31/+31
* | | Merge pull request #3104 from seberg/nditer-allow-0dCharles Harris2013-04-012-3/+15
|\ \ \ | |/ / |/| |
| * | DOC: mention AdvancedNew iterator change in the release notes.Sebastian Berg2013-03-031-0/+7
| * | DOC: Add documentation clarifying the use of oa_ndimSebastian Berg2013-03-031-3/+8
* | | 2to3: Replace xrange by range and use list(range(...)) where neededCharles Harris2013-03-272-2/+2
| |/ |/|
* | DOC: Add mention of PyArray_SetBaseObject stealing a referenceMark Wiebe2013-03-071-2/+4
* | Add texinfo build target for documentTakafumi Arakaki2013-03-022-0/+25
* | BUG: fix NPY_NO_DEPRECATED_API mechanism.Ralf Gommers2013-03-021-2/+5
|/
* DOC: Remove documentation of non-existing advanced iter NA flags.Sebastian Berg2013-03-011-29/+0
* 2to3: Put `from __future__ import division in every python file.Charles Harris2013-03-0137-15/+73
* 2to3: Apply `raise` fixes. Closes #3077.Charles Harris2013-03-012-3/+3
* Merge branch 'enh-numpydoc'Charles Harris2013-02-2819-92/+279
|\
| * DOC: fix doc/source/conf.py to work with Python 3Pauli Virtanen2013-02-271-2/+2
| * BUG: numpydoc: check that it works with sub-classesPauli Virtanen2013-02-162-1/+5
| * TST: numpydoc: more class testsPauli Virtanen2013-02-161-2/+114
| * BUG: numpydoc: fix bugs in attribute docstring extraction + improve presentationPauli Virtanen2013-02-162-16/+34
| * TST: numpydoc: add stub test files, to check that files at least importPauli Virtanen2013-02-164-0/+12
| * MAINT: always use plot directive from Matplotlib, and prefer Sphinx linkcodePauli Virtanen2013-02-161-22/+3
| * ENH: numpydoc: Python 2 & 3 in single codebase, restructure as a packagePauli Virtanen2013-02-1614-47/+89