summaryrefslogtreecommitdiff
path: root/doc
Commit message (Expand)AuthorAgeFilesLines
...
| * 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
* DOC: Add version added to some of the polynomial package modules.Charles Harris2012-01-097-0/+14
* BUG: Fix up links to classes.Charles Harris2012-01-096-12/+11
* DOC: Rearrange the polynomial documents.Charles Harris2012-01-099-14/+567
* FIX: Add release notes, use inverse cdf method for non-uniformChris Jordan-Squire2011-12-171-1/+3
* FIX: Changed named to choice, reverted other changes.Chris Jordan-Squire2011-12-171-0/+3
* ENH: New sample function, bugs in tests fixedChris Jordan-Squire2011-12-161-0/+1
* DOC: describe required version of GCC in MinGW on Windows in release doc.Ralf Gommers2011-10-041-1/+3
* DOC: add note on formatting math to HOWTO_DOCUMENT.Ralf Gommers2011-09-271-0/+11
* STY: Fix spelling and reword text.Charles Harris2011-09-171-8/+8
* DOC: numpydoc.py was still using old, scipy trac url in docstringValentin Haenel2011-09-171-1/+1
* DOC: mention numpydoc in numpy conventionsValentin Haenel2011-09-171-0/+20
* DOC: Add note about <ufunc>.reduce evaluation orderMark Wiebe2011-08-311-0/+6
* ENH: missingdata: Make PyArray_Converter and PyArray_OutputConverter safer fo...Mark Wiebe2011-08-273-4/+28
* DOC: missingdata: Add a mention of the design NEP, and masks vs bitpatternsMark Wiebe2011-08-271-0/+8
* DOC: missingdata: Updates from pull request feedbackMark Wiebe2011-08-272-22/+28
* DOC: missingdata: Updates based on pull request feedbackMark Wiebe2011-08-271-10/+34
* DOC: Mention the update to np.all and np.any in the release notesMark Wiebe2011-08-271-1/+3
* ENH: missingdata: Make numpy.all follow the NA && False == False ruleMark Wiebe2011-08-271-1/+1
* DOC: missingdata: Also show what assigning a non-NA value does in each caseMark Wiebe2011-08-271-0/+23
* DOC: missingdata: Add introductory documentation for NA-masked arraysMark Wiebe2011-08-275-0/+254
* DOC: missingdata: Some tweaks to the NA mask documentationMark Wiebe2011-08-271-17/+29
* DOC: missingdata: Add example of a C-API function supporting NA masksMark Wiebe2011-08-274-55/+387
* DOC: missingdata: Documenting C API for NA-masked arraysMark Wiebe2011-08-273-0/+240
* ENH: missingdata: Add maskna= flag to np.eye constructorMark Wiebe2011-08-271-3/+1
* ENH: missingdata: Add skipna=, keepdims= parameters to methodsMark Wiebe2011-08-271-4/+2
* ENH: missingdata: Add wheremask to PyArray_ContainsNAMark Wiebe2011-08-271-2/+3
* DOC: Add info to the release notes about the full boolean indexing changeMark Wiebe2011-08-271-0/+8
* DOC: nditer: Document NpyIter_IsFirstVisit functionMark Wiebe2011-08-271-0/+22
* NEP: missingdata: Some fixes and updates to the NEPMark Wiebe2011-08-271-5/+17
* BUG: ufunc: Fix bug in multi-dimensional reduction without a unitMark Wiebe2011-08-271-0/+2
* DOC: Tweak to the release notesMark Wiebe2011-08-271-3/+4
* DOC: Small tweak to release notesMark Wiebe2011-08-271-2/+2