summaryrefslogtreecommitdiff
path: root/doc
Commit message (Expand)AuthorAgeFilesLines
* DOC: merge wiki edits. Add percentile to statistics routines (ML suggestion).Ralf Gommers2012-07-072-2/+4
* DOC: merge wiki docs - edits under doc/.Ralf Gommers2012-07-076-18/+51
* DOC: update HOWTO_RELEASE document.Ralf Gommers2012-06-261-20/+33
* BUG: Fix boolean indexing to previous behavior by adding an additional check ...Travis E. Oliphant2012-06-211-6/+8
* Remove maskna API from ndarray, and all (and only) the code supporting itNathaniel J. Smith2012-06-167-1043/+0
* Merge pull request #298 from dlaxalde/sphinxext/cleanupTravis E. Oliphant2012-06-082-16/+5
|\
| * sphinxext: remove mention of old files in LICENSE.txtDenis Laxalde2012-06-071-5/+2
| * sphinxext: some cleanup in setup.pyDenis Laxalde2012-06-071-11/+3
* | Merge branch 'master' into clean-up-diagonalNathaniel J. Smith2012-06-064-3/+120
|\ \ | |/
| * DOC: Remove duplicate unique links in HOWTO_DOCUMENT.Stefan van der Walt2012-05-301-3/+3
| * MAINT: port release notes and release script changes from 1.6.x.Ralf Gommers2012-05-203-0/+117
* | Merge branch 'master' into clean-up-diagonalNathaniel J. Smith2012-05-191-0/+4
|\ \ | |/
| * Merge pull request #268 from FrancescAlted/masterMark2012-05-181-0/+4
| |\
| | * Stress that all array creation C functions steals a reference to descr.Francesc Alted2012-05-041-0/+4
* | | Typo fixNathaniel J. Smith2012-05-171-1/+1
* | | Document the PyArray_Diagonal transition scheme.Nathaniel J. Smith2012-05-161-29/+35
* | | Consolidate all array writeability checking in new PyArray_RequireWriteableNathaniel J. Smith2012-05-151-0/+13
|/ /
* | NEP: Add some details about how existing C-API access interacts with NAMark Wiebe2012-05-101-0/+77
* | DOC: verbosity -> verbose in testing guidelinesDenis Laxalde2012-05-101-14/+14
* | REL: change Sphinx version in release script to 1.1.3.Ralf Gommers2012-05-041-1/+1
|/
* DOC: Add datetime to the changed items in the release notes.Charles Harris2012-05-011-0/+7
* DOC: Add a section documenting 1.6/1.7 datetime64 differencesMark Wiebe2012-05-011-0/+127
* DOC: fix link and add explanation on how to run examples.Ralf Gommers2012-04-181-2/+16
* DOC: Update documentation and release notes about C-API deprecationsMark Wiebe2012-04-063-5/+58
* ENH: Add module containing functions for padding n-dimensional arrays.tim cera2012-04-043-22/+44
* ENH: Add 'sorter' argument to searchsorted.Bryan Van de Ven2012-04-041-0/+6
* DOC: label datetime support as experimental. Closes #2072.Ralf Gommers2012-03-302-0/+11
* DOC: label the current NA implementation as experimental in 1.7.xRalf Gommers2012-03-302-0/+10
* MAINT: port few missing changes to 1.6.0 release notes from 1.6.x branch.Ralf Gommers2012-03-261-6/+0
* DOC: generate links to source codePauli Virtanen2012-03-112-0/+143
* Merge pull request #219 from mwiebe/test_warn_paramRalf Gommers2012-03-062-7/+10
|\
| * TST: add some string kw options to simplify switching NoseTester behavior.Ralf Gommers2012-03-041-2/+1
| * TST: add "raise on warning" behavior to NoseTester constructor.Ralf Gommers2012-03-042-7/+11
* | ENH: Made "isclose()" NA-aware, added release note and versionadded.Joe Kington2012-03-041-0/+7
|/
* Fix typo (all ready -> already)Jason Grout2012-03-041-1/+1
* DOC: merge wiki doc edits.Ralf Gommers2012-03-033-7/+9
* DOC: Add a C style guide.Charles Harris2012-03-031-0/+220
* DOC: add to release HOWTO that the C API version should be updated.Ralf Gommers2012-02-051-4/+13
* DOC: clarify numpy version for removal, document sed script better.Charles Harris2012-02-041-1/+1
* STY: Fix up the 2.0 (1.7) release notes.Charles Harris2012-02-041-5/+11
* DEP: Deprecate the old_defines.h header and the macros therein.Charles Harris2012-02-041-5/+16
* DOC: numpybook - Replace macro names in old_defines.h with new.Charles Harris2012-02-041-26/+26
* DOC: Replace references to macros in old_defines with new.Charles Harris2012-02-046-133/+21
* STY: Replace more found macros in old_defines.h with new.Charles Harris2012-02-041-2/+2
* DOC: Document macro changes in release notes.Charles Harris2012-01-271-0/+9
* DOC: Improve numpy reference documentation of polynomial classes.Charles Harris2012-01-093-16/+26
* DOC: Move removing deprecated imports note to deprecation section.Charles Harris2012-01-091-2/+2
* DOC: Document new polynomial package functionality in the release notes.Charles Harris2012-01-091-1/+22
* DOC: Document the use of the polynomial convenience classes.Charles Harris2012-01-091-10/+337
* DOC: Lower toc number of levels.Charles Harris2012-01-091-1/+1