summaryrefslogtreecommitdiff
path: root/doc
Commit message (Expand)AuthorAgeFilesLines
...
* docs: use short X.Y version, and retaining any .dev suffixesPauli Virtanen2009-03-281-5/+5
* stub for generalized ufuncs documentationJarrod Millman2009-03-282-0/+176
* Pick up version from numpy instead of hardcoding them in conf.py/David Cournapeau2009-03-271-2/+4
* Merge from the doc wikiPauli Virtanen2009-03-2411-98/+201
* sphinxext: autosummary: allow trailing explanations in autosummary itemsPauli Virtanen2009-03-241-1/+1
* Mention the trunc ufunc as new in 1.3 and note this in its docstring.Charles Harris2009-03-221-6/+8
* docs: strip trailing whitespace from RST filesPauli Virtanen2009-03-2130-811/+811
* docs: document some of the API additions in Numpy 1.3.0Pauli Virtanen2009-03-202-12/+60
* Fix some rest issues in the releases notes.David Cournapeau2009-03-191-8/+11
* Update release notes for 1.3.0David Cournapeau2009-03-191-4/+51
* sphinxext: autosummary: fix another signature formatting issuePauli Virtanen2009-03-171-2/+2
* doc: update version infoPauli Virtanen2009-03-171-3/+3
* sphinxext: autosummary: improve signature output & fix a bug in itPauli Virtanen2009-03-171-5/+6
* sphinxext: autosummary: ignore trailing material on each linePauli Virtanen2009-03-171-1/+2
* Remove ambiguous Euler constant naming for e.David Cournapeau2009-03-111-1/+1
* numpy.ma doc updatepierregm2009-03-113-38/+122
* Remove colloquial expression.David Cournapeau2009-03-111-2/+2
* Spelling.David Cournapeau2009-03-111-1/+1
* Fix latex in core math doc.David Cournapeau2009-03-111-3/+3
* Document math constants.David Cournapeau2009-03-112-0/+46
* Start documenting npy math.David Cournapeau2009-03-111-0/+69
* Update configuration in the numpy reference.David Cournapeau2009-03-111-74/+22
* Put NPY_NAN and co at the correct location in the releases notes.David Cournapeau2009-03-111-13/+13
* Document which configurations work for gfortran + MS compiler.David Cournapeau2009-03-111-2/+4
* Mention NPY_NAN and co in the release notes.David Cournapeau2009-03-111-0/+13
* Add note about sign(nan) to release doc.Charles Harris2009-03-111-0/+6
* doc: make the endorsement of PEP 3118 over the old array interface more stron...Pauli Virtanen2009-03-081-6/+13
* doc/Makefile: fix bug in PYTHONPATH specificationPauli Virtanen2009-03-071-1/+1
* doc/Makefile: make dist target to build current version of numpyPauli Virtanen2009-03-071-7/+53
* Mention /arch option for binary installer.David Cournapeau2009-03-061-0/+10
* Update the releases notes for 1.3.0David Cournapeau2009-03-061-2/+66
* Add description of new ufuncs.Charles Harris2009-03-051-4/+25
* Update URLs to Trac.Stefan van der Walt2009-03-044-6/+6
* Update release notes for 1.3.0.David Cournapeau2009-03-031-23/+55
* Mention nan handling in max and co for 1.3.0. in the releases notes.David Cournapeau2009-03-021-0/+5
* Update numpy.i to fix const char* return warnings issues with later versions ...David Cournapeau2009-03-021-7/+7
* docs: move edit link to the sidebar, and show it for all pagesPauli Virtanen2009-02-272-3/+13
* Try to hide that I can't compute how many weeks there are in a month...David Cournapeau2009-02-271-2/+2
* Start working on bug tracker limitations, scenario and possible solutions.David Cournapeau2009-02-271-0/+155
* More esthetical changes in rest document.David Cournapeau2009-02-271-19/+20
* Fix tables and syntax issues for rest document.David Cournapeau2009-02-271-8/+30
* Spelling in time-based release doc.David Cournapeau2009-02-271-2/+2
* Rename the time-based proposal such as it is recognized as REST by trac.David Cournapeau2009-02-271-0/+0
* Add references for time based releases proposal.David Cournapeau2009-02-271-0/+10
* Start the proposal for time-based release.David Cournapeau2009-02-271-0/+96
* Update releases notes for 1.3.0.David Cournapeau2009-02-271-16/+48
* sphinxext: clean up plot directive, and merge some features from matplotlibPauli Virtanen2009-02-151-89/+107
* doc: Move maskedarray docs upward in TOCPauli Virtanen2009-02-063-19/+7
* doc/numpydoc: work better together with Sphinx's config optionPauli Virtanen2009-02-063-9/+17
* numpy.ma.core:pierregm2009-01-135-6/+850