summaryrefslogtreecommitdiff
path: root/doc
Commit message (Expand)AuthorAgeFilesLines
* BUG: core: ensure __r*__ has precedence over __numpy_ufunc__Pauli Virtanen2013-10-192-0/+111
* Merge pull request #3888 from cowlicks/backporting-docsCharles Harris2013-10-102-1/+62
|\
| * DOC: Notes on backporting.Blake Griffith2013-10-102-1/+62
* | DOC: Update 1.8.0 release notes.Charles Harris2013-10-091-57/+77
|/
* DOC: Tweak the 1.8.0 release notes.Charles Harris2013-10-051-18/+19
* DOC: add highlights to release notes and rewrite and move some sectionsJulian Taylor2013-10-051-34/+35
* DOC: fix signature of NpyIter_GetIterNext in capi docJulian Taylor2013-10-051-1/+1
* DOC: minor rewording of partition noteJulian Taylor2013-09-301-5/+6
* DOC: update percentile release notes and add np.array improvementJulian Taylor2013-09-301-1/+27
* DOC: move support for large files to featuresJulian Taylor2013-09-301-5/+4
* DOC: mention new comparison runtime warnings in release notesJulian Taylor2013-09-301-0/+8
* DEP, DOC: Document removal of oldnumeric and numarray in release notes.Charles Harris2013-09-231-0/+1
* DEP, DOC: Undocument numarray and numeric.Charles Harris2013-09-232-8/+8
* Merge pull request #3752 from pv/doc-some-xrefCharles Harris2013-09-192-13/+33
|\
| * DOC: improve __numpy_ufunc__ documentationPauli Virtanen2013-09-152-13/+33
* | Merge pull request #3658 from jjhelmus/percentile_enh_newJulian Taylor2013-09-191-0/+2
|\ \
| * | ENH: percentile function with additional parameters and vecorizationJonathan Helmus2013-09-131-0/+2
* | | Merge pull request #3482 from jjhelmus/linspace_enhseberg2013-09-161-0/+5
|\ \ \ | |_|/ |/| |
| * | ENH: Add dtype parameter to linspace and logspace functions.Jonathan Helmus2013-09-131-0/+5
| |/
* | Merge pull request #3741 from juliantaylor/doc-updateCharles Harris2013-09-142-0/+3
|\ \
| * | DOC: add isclose and partition to reference and link some docsJulian Taylor2013-09-142-0/+3
| |/
* | DOC: Make savez_compressed show up in the documentation.Charles Harris2013-09-131-0/+1
|/
* Merge pull request #3524 from cowlicks/ufunc-overrideCharles Harris2013-09-063-0/+284
|\
| * DOC: Update release notes.Blake Griffith2013-09-061-0/+8
| * DOC: Add NEP and documentation for ufunc overrides.Blake Griffith2013-08-312-0/+276
* | DOC: Update release notes for openblas build.Skipper Seabold2013-09-051-0/+4
|/
* REL: Setup 1.9.0-notes.rst for master.Charles Harris2013-08-182-0/+51
* STY: Giant comma spacing fixup.Charles Harris2013-08-1815-171/+171
* STY: Giant whitespace cleanup.Charles Harris2013-08-1840-164/+138
* DOC: Update 1.8.0-notes.rstCharles Harris2013-08-181-1/+8
* Update docsJay Bourque2013-08-162-6/+7
* 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
|\