summaryrefslogtreecommitdiff
path: root/doc
Commit message (Expand)AuthorAgeFilesLines
* Added tests for 4D tensors. Now using a consistant cubes,slices,rows,columns ...Egor Zindy2013-06-084-0/+635
* cleaned-up loop indexes in Tensor.cxxEgor Zindy2013-06-083-52/+52
* cosmetic changes to numpy.iEgor Zindy2013-06-081-8/+1
* Merge branch 'numpy-swig' of https://github.com/zindy/numpy into numpy-swigEgor Zindy2013-06-085-215/+1857
|\
| * Fixed the capsule / cobject memory destructor. Added types to deal with lists...zindy2013-06-081-165/+676
| * Minor adjustments to numpy.iBill Spotz2013-03-141-34/+34
| * Updated numpy.i testing documentationBill Spotz2013-03-141-3/+3
| * Updated the numpy.i documentationBill Spotz2013-03-141-37/+163
| * Initialize all DATA_TYPE* data_temp variables to NULLBill Spotz2013-03-111-53/+53
| * Added Egor's ARGOUTVIEWM_ARRAY3 typemapsBill Spotz2013-03-111-0/+110
| * Re-instated a Python 3 fixBill Spotz2013-03-111-0/+2
| * Removed doc from list of sub-directoriesBill Spotz2013-03-111-1/+1
| * Upgrade numpy.iBill Spotz2013-03-111-140/+1030
| * Got rid of a unit testBill Spotz2013-03-111-9/+12
* | removed the note about testResize1 failing in testArray.pyEgor Zindy2013-03-161-5/+0
* | fixed the testResize1 test in testArray.py -- Changed order of the resize arg...Egor Zindy2013-03-162-7/+7
|/
* 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
| * ENH: numpydoc: deal with duplicated signaturesPauli Virtanen2013-02-162-7/+25
| * DOC: numpydoc/linkcode: mention that the extension will be in Sphinx upstreamPauli Virtanen2013-02-161-2/+2
| * BUG: numpydoc/linkcode: do not detect linkcode config changesPauli Virtanen2013-02-161-1/+1
* | Merge pull request #3047 from charris/2to3-callablenjsmith2013-02-286-6/+12
|\ \
| * | 2to3: Fix callable.Charles Harris2013-02-286-6/+12
* | | Merge pull request #3059 from charris/2to3-funcattrsnjsmith2013-02-281-1/+1
|\ \ \
| * | | 2to3: Apply `funcattrs` fixer. Closes #3058.Charles Harris2013-02-281-1/+1
| |/ /
* | | 2to3: apply exec fixer results.Charles Harris2013-02-282-7/+7
|/ /
* | Merge pull request #3027 from charris/2to3-remove-has_key-updateseberg2013-02-272-4/+4
|\ \
| * | 2to3: Remove `has_key` use that was missed.Charles Harris2013-02-272-4/+4
| |/
* | 2to3: Updata `except Exception, msg:` syntax in files not in numpy/ .Charles Harris2013-02-272-4/+4
|/
* DOC: update 1.7.0-notes.rst from release branchOndřej Čertík2013-02-061-0/+43
* DOC: mention the change of default for separate compilation.David Cournapeau2013-01-241-0/+11
* Merge pull request #2725 from seberg/take_0dseberg2013-01-231-0/+1
|\
| * ENH: Allow 0-d indexes in np.takeSebastian Berg2013-01-061-0/+1
* | fix numpy.i for python 3Martin Baeuml2013-01-161-1/+3
* | DEP: Remove more references to scons related files.Charles Harris2013-01-141-1/+1
* | BUG: Need to keep pointer to using scons in HOWTO_RELEASE.rst.txt.Charles Harris2013-01-131-1/+2
* | DOC: Document removal of SCons support in doc/release/1.8-notes.rst.Charles Harris2013-01-131-3/+8
* | DEP: Remove scons related files and code.Charles Harris2013-01-131-2/+1
|/