summaryrefslogtreecommitdiff
path: root/doc
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #3027 from charris/2to3-remove-has_key-updateseberg2013-02-272-4/+4
|\
| * 2to3: Remove `has_key` use that was missed.Charles Harris2013-02-272-4/+4
* | 2to3: Updata `except Exception, msg:` syntax in files not in numpy/ .Charles Harris2013-02-272-4/+4
|/
* DOC: update 1.7.0-notes.rst from release branchOndřej Čertík2013-02-061-0/+43
* DOC: mention the change of default for separate compilation.David Cournapeau2013-01-241-0/+11
* Merge pull request #2725 from seberg/take_0dseberg2013-01-231-0/+1
|\
| * ENH: Allow 0-d indexes in np.takeSebastian Berg2013-01-061-0/+1
* | fix numpy.i for python 3Martin Baeuml2013-01-161-1/+3
* | DEP: Remove more references to scons related files.Charles Harris2013-01-141-1/+1
* | BUG: Need to keep pointer to using scons in HOWTO_RELEASE.rst.txt.Charles Harris2013-01-131-1/+2
* | DOC: Document removal of SCons support in doc/release/1.8-notes.rst.Charles Harris2013-01-131-3/+8
* | DEP: Remove scons related files and code.Charles Harris2013-01-131-2/+1
|/
* fix array interface documentation linksSandro Tosi2012-12-301-1/+1
* move to www.numpy.orgSandro Tosi2012-12-302-2/+2
* DOC: document the change in .baseOndřej Čertík2012-12-271-0/+27
* Merge pull request #2835 from charris/update-1.8.0-notesRalf Gommers2012-12-161-117/+14
|\
| * DOC: Note that Euler's constant is exposed in numpy 1.8.0.Charles Harris2012-12-161-0/+2
| * MAINT: Cleanup 1.8.0-notes.rst.Charles Harris2012-12-161-117/+12
* | MAINT: Update and cleanup 1.7.0-notes.rst.Charles Harris2012-12-161-139/+68
|/
* DOC: use bold for section names, monospace for variables in HOWTO_DOCUMENT.endolith2012-12-041-13/+14
* Add note about definition list classifier formatendolith2012-11-301-8/+9
* FIX: Update release notes.Travis E. Oliphant2012-10-191-3/+10
* Merge pull request #455 from rgommers/devguide-updateCharles Harris2012-10-035-145/+67
|\
| * DOC: expand sections on commit messages and merging/rebasing in the devguide.Ralf Gommers2012-09-231-2/+16
| * DOC: one more edit to the dev-guide.Ralf Gommers2012-09-221-1/+7
| * DOC: remove section "Patching" from dev-guide.Ralf Gommers2012-09-224-133/+6
| * DOC: a few edits to make "Development Workflow" in the dev guide clearer.Ralf Gommers2012-09-221-12/+13
| * DOC: document in dev-guide how to write a good commit message.Ralf Gommers2012-09-221-0/+28
* | FIX: Transition scheme for safer in-place ufunc operationsNathaniel J. Smith2012-09-202-4/+14
|/
* Use PyMODINIT_FUNC and update docs accordingly.cgohlke2012-09-021-4/+4
* Added entries for assert_allclose, assert_array_almost_equal_nulp, and assert...Matt Davis2012-07-201-0/+3
* Update release notes.Travis E. Oliphant2012-07-181-119/+8
* Merge pull request #350 from jayvius/get-view2Travis E. Oliphant2012-07-172-0/+17
|\
| * change DeprecationWarning to FutureWarningJay Bourque2012-07-172-2/+2
| * update 1.7 release notesJay Bourque2012-07-171-0/+7
| * Updated reference docs for DeprecationWarningJay Bourque2012-07-171-0/+10
* | Merge pull request #327 from teoliphant/restore_apiTravis E. Oliphant2012-07-171-22/+29
|\ \ | |/ |/|
| * DOC: Update API description with suggestions from charris.Travis E. Oliphant2012-07-171-8/+5
| * DOC: update language of C-API deprecations.Travis E. Oliphant2012-07-171-5/+7
| * Fix-up deprecations language.Travis E. Oliphant2012-07-111-5/+13
| * Fix the deprecations language.Travis E. Oliphant2012-07-111-19/+19
* | Switch WARN_ON_WRITE to issuing FutureWarnings instead of DeprecationWarningsNathaniel J. Smith2012-07-171-2/+2
* | Merge pull request #332 from nouiz/fillwbyte_docCharles Harris2012-07-161-0/+1
|\ \
| * | better new doc sentence following code review.Frederic2012-07-161-1/+1
| * | Add doc for PyArray_FILLWBYTE to tell the ndarray must be c contiguous.Frederic2012-07-061-0/+1
* | | DOC: add info on docstrings in test functions/methods. Also fix a typo.Ralf Gommers2012-07-151-2/+7
* | | DOC: add details on how to use generator tests to documentation.Ralf Gommers2012-07-151-0/+9
* | | DOC: Forward port 1.7.0 release notesCharles Harris2012-07-111-0/+279
* | | 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
|/ /