summaryrefslogtreecommitdiff
path: root/doc
Commit message (Expand)AuthorAgeFilesLines
* Add documentation for new 'at' ufunc methodJay Bourque2013-08-161-0/+6
* Update documentation for 'at' methodJay Bourque2013-08-161-0/+10
* DOC: Update 1.8.0 release notes.Charles Harris2013-08-161-2/+33
* Merge pull request #3625 from charris/update-howtoreleaseRalf Gommers2013-08-151-24/+18
|\
| * DOC: Update HOWTO_RELEASE.rst.txt.Charles Harris2013-08-151-24/+18
* | BUG: Use io.open instead of open for compatibility.Charles Harris2013-08-151-3/+5
|/
* Merge pull request #3534 from charris/nan-stat-functionsCharles Harris2013-08-152-2/+16
|\
| * DOC: Various fixes.Charles Harris2013-08-141-0/+4
| * DOC: Document nanmean, nanvar, and nanstd in the 1.8.0 release notes.Charles Harris2013-08-121-1/+8
| * MAINT: Refactor nanfunctions.Charles Harris2013-08-121-1/+4
* | Merge pull request #3608 from charris/remove-1.8-diagonal-refsCharles Harris2013-08-151-5/+0
|\ \
| * | DOC: Remove references to diagonal changes in 1.8.Charles Harris2013-08-121-5/+0
| |/
* | DOC: Note the new behavior of financial.npv in the 1.8.0 release notes.Charles Harris2013-08-151-0/+10
* | Explicitly set encoding to UTF-8 in postprocess.pySascha Peilicke2013-08-141-2/+2
|/
* ENH: implement median in terms of partitionJulian Taylor2013-08-121-0/+11
* ENH: add quickselect algorithm and expose it via partitionJulian Taylor2013-08-123-9/+42
* BUG: Document that numpy.int_ doesn't inherit from int on Py3kYury V. Zaytsev2013-08-101-2/+7
* Fix documentation description of loop spam in interactive interpreterEric Price2013-08-101-3/+3
* Merge pull request #3565 from charris/documentation-fixesCharles Harris2013-08-051-152/+239
|\
| * MAINT: Cleanup doc/source/user/basics.io.genfromtxt.rst.Charles Harris2013-08-011-152/+239
| * DOC: Fixes for doc/source/user/basics.io.genfromtxt.rst.Jesús Gómez2013-08-011-2/+2
* | MAINT: fix typo in npy-format.txtMartin Spacek2013-08-051-1/+1
|/
* Merge branch 'numpy-swig' into gh-3451Charles Harris2013-07-2917-304/+2591
|\
| * Added more mentions of the SuperTensor tests and corrected the number of type...Egor Zindy2013-06-162-8/+10
| * Added mention of the SuperTensor tests in the README fileEgor Zindy2013-06-161-20/+40
| * Removed 'static' keyword from pyfragments.swg altoghether. I've had the follo...Egor Zindy2013-06-161-2/+2
| * 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
| |/
* | Merge pull request #3550 from endolith/patch-1njsmith2013-07-261-5/+5
|\ \
| * | DOC:Revert ``assert()`` back to ``assert`` (statement)endolith2013-07-251-1/+1
| * | DOC:Some minor proofreading of Tests introductionendolith2013-07-251-6/+6
* | | DOC: fix HOWTO_BUILD_DOCS.rst.txtPauli Virtanen2013-07-251-28/+8
* | | Add Numpydoc as a git submodulePauli Virtanen2013-07-251-0/+0
* | | Move numpydoc to a separate repositoryPauli Virtanen2013-07-2519-4004/+0
* | | DOC: put release notes in inverse orderPauli Virtanen2013-07-251-8/+8
* | | DOC: update scipy.org doc build Makefile targetsPauli Virtanen2013-07-251-18/+11