summaryrefslogtreecommitdiff
path: root/doc/source
Commit message (Collapse)AuthorAgeFilesLines
...
| * | DOC: add "build and test" section to developer guide. Closes gh-5465.Ralf Gommers2015-01-204-1/+161
| | | | | | | | | | | | [ci skip]
| * | DOC: update "build and install" page in user guide.Ralf Gommers2015-01-201-46/+52
| | | | | | | | | | | | | | | - add section on basic and parallel builds - update links and remove outdated info
* | | DOC: improve record/structured array nomenclature & guideAllan Haldane2015-01-229-52/+53
|/ / | | | | | | | | | | | | | | | | | | | | This update adds a section better describing record arrays in the user guide (numpy/doc/structured_arrays.py). It also corrects nomenclature, such that "structured array" refers to ndarrays with structured dtype, "record array" refers to modified ndarrays as created by np.rec.array, and "recarray" refers to ndarrays viewed as np.recarray. See the note at the end of the structured array user guide.
* | DOC: some small fixes to the "Using Python as glue" section of the user guide.Ralf Gommers2015-01-172-98/+87
| | | | | | | | [ci skip]
* | Merge pull request #5332 from rnelsonchem/dev_docsCharles Harris2015-01-114-193/+166
|\ \ | | | | | | DOC: Reorganization request for Development Workflow docs
| * | DOC: Update Development Workflow PageRyan Nelson2015-01-104-193/+166
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The "Basic Workflow" section of the Development Workflow page was reorganized to make it clearer to new users and remove/update old material. Major changes: - Moved the core developer notes. Core dev notes are confusing in basic usage information. Updated a couple of the commands - Added more commands and reorgaized the "New Feature Branch" section. Took some text from "Rebasing" and moved it here, because it was redundant. - Made many changes to the "Editing Workflow" to clarify commands. Moved some git push stuff into this section as well. - Moved pull request section to just after editing workflow. Removed outdated images and simplified the text. Make code review requirements explicit. - Moved rebasing and troubleshooting sections to the end. Could add more here later. - Links renamed and broken link removed.
* | | DOC: link to the npy-format NEP in numpy.npyio docs. Closes gh-4523.Ralf Gommers2015-01-021-2/+5
| | | | | | | | | | | | [ci skip]
* | | DOC: Added ma.clump_masked to doc; removed `extras` in examplesYuxiang Wang2014-12-281-0/+2
| | | | | | | | | | | | | | | 1. Added `ma.clump_masked` and `ma.clump_unmasked` into the rst file; 2. Removed the `.extras` in the examples due to the namespace change
* | | DOC: fix typo in array flag docs.Eric Moore2014-12-191-1/+1
| | |
* | | Merge pull request #5287 from chatcannon/reconcile-c-api-with-docsJulian Taylor2014-12-101-1/+4
|\ \ \ | | | | | | | | | | | | Reconcile C API with docs
| * | | DOC: Update the docs for the C API to reflect the change in return type of ↵Chris Kerr2014-11-171-1/+4
| | |/ | |/| | | | | | | PyArray_ITEMSIZE
* | | Merge pull request #5301 from larsmans/pyiter-docCharles Harris2014-11-291-46/+47
|\ \ \ | |_|/ |/| | DOC: NpyIter documentation improvements
| * | DOC: NpyIter chapter: move table to bottomLars Buitinck2014-11-201-45/+45
| | | | | | | | | | | | ... so that the example is now the first thing seen after the (short) intro.
| * | DOC: fix example in NpyIter docs that didn't compileLars Buitinck2014-11-191-1/+2
| | |
* | | Merge pull request #5294 from larsmans/pyiter-docCharles Harris2014-11-191-2/+0
|\ \ \ | |/ / | | | DOC: iterator: don't bother users with NumPy development details
| * | DOC: iterator: don't bother users with NumPy development detailsLars Buitinck2014-11-191-2/+0
| | |
* | | Merge pull request #5292 from larsmans/glue-docsCharles Harris2014-11-191-196/+140
|\ \ \ | |/ / |/| | DOC: python-as-glue: use Cython, not Pyrex
| * | DOC: python-as-glue: copyeditLars Buitinck2014-11-191-17/+16
| | | | | | | | | | | | [ci skip]
| * | DOC: python-as-glue: use Cython, not PyrexLars Buitinck2014-11-181-188/+133
| | | | | | | | | | | | Fixes gh-4492. [ci skip]
* | | Merge pull request #5284 from juliantaylor/doc-fixCharles Harris2014-11-181-0/+1
|\ \ \ | |/ / |/| | DOC: fix documentation build removing single backticks
| * | DOC: sync 1.9.1 release notesJulian Taylor2014-11-171-0/+1
| |/ | | | | | | [ci skip]
* | DOC: remove Weave recommendationLars Buitinck2014-11-171-224/+5
| | | | | | | | | | Weave is dead. It's not removed from SciPy yet, but it's deprecated and doesn't work with Python 3.
* | DOC: python-as-glue: remove Instant, PyInlineLars Buitinck2014-11-171-64/+0
|/ | | | Both projects appear to be dead.
* Merge pull request #5077 from jaimefrio/gufuncs_core_dim_no_broadcastCharles Harris2014-10-272-24/+58
|\ | | | | WIP: gufunc core dimensions should not broadcast
| * DOC: Stricter checks for gufunc signaturesjaimefrio2014-10-202-24/+58
| | | | | | | | | | | | Documented the the new behavior in c-api.generalized-ufuncs.rst. Added PyUFunc_FromFuncAndDataAndSignature to c-api.ufunc.rst.
* | Merge pull request #5120 from larsmans/install-docsCharles Harris2014-09-254-24/+17
|\ \ | | | | | | DOC: update installation docs
| * | DOC/MAINT: Python 2.6 or 3.2 requiredLars Buitinck2014-09-254-24/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | Installation docs still stated Python 2.4 is supported, while not mentioning 3.x at all. Also corrected the statement that distutils is in python-dev on Debian, while it's actually in the main package. Several parts of the dev docs and some comments also referenced now-irrelevant 2.5 bugs/limitations.
* | | DOC: document NPY_BEGIN_THREADS_THRESHOLDEDjaimefrio2014-09-251-0/+6
|/ /
* | DOC: Update PyArray_SearchSorted docs in c-api.array.rstjaimefrio2014-09-241-11/+20
| |
* | Merge pull request #5102 from dpinte/fix/epd_canopyJulian Taylor2014-09-231-3/+4
|\ \ | |/ |/| | | replacing old reference from EPD to Canopy
| * DOC: replacing old reference from EPD to CanopyDidrik Pinte2014-09-231-3/+4
| |
* | Merge pull request #5076 from kanhua/kh_fixJulian Taylor2014-09-191-0/+6
|\ \ | |/ | | | | DOC: Minor fix on c-info.python-as-glue.rst
| * DOC: add section on compiling pyf fileskanhua2014-09-191-0/+6
| | | | | | | | | | Add section to remind the readers to recomplile add.pyf and add.f95 files before checking the add module in python
* | Merge pull request #5062 from charris/update-numpy_ufunc-docJulian Taylor2014-09-131-1/+1
|\ \ | | | | | | DOC: Correct versionadded for __numpy_ufunc__ documentation.
| * | DOC: Correct versionadded for __numpy_ufunc__ documentation.Charles Harris2014-09-101-1/+1
| |/ | | | | | | Make it 1.10.
* | DOC: sync release notes with 1.9 branchJulian Taylor2014-09-071-0/+2
| | | | | | | | [ci skip]
* | Fixed two typos in the c-api user guide.cel2014-08-131-2/+2
| |
* | DOC: remove 'count_reduce_items' from the 'Counting' section.Warren Weckesser2014-08-111-1/+0
| |
* | Merge pull request #4905 from juliantaylor/doc-updateCharles Harris2014-07-274-12/+6
|\ \ | | | | | | documentation updates
| * | DOC: NPY_ITEM_LISTPICKLE -> NPY_LIST_PICKLEKirill Smelkov2014-07-271-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | There is no NPY_ITEM_LISTPICKLE - it was NPY_LIST_PICKLE from the beginning - from c3551579 (Expand usage of hasobject to be a flag-like entity keeping track of how the data-type should be used.) The documentation in the same rst file even uses the correct identifier later, so it was just a typo/thinko.
| * | DOC: remove obsolete NA documentation pageJulian Taylor2014-07-271-11/+0
| | |
| * | DOC: add some missing ma functions to referenceJulian Taylor2014-07-271-0/+3
| | | | | | | | | | | | closes gh-4898
| * | DOC: add ascontiguousarray and asarray_chkfinite to appropriate sectionJulian Taylor2014-07-271-0/+2
| |/ | | | | | | | | added to "Changing kind of array" with the other as* functions Closes gh-4890
* | DOC: fix a typo and use TeX for plot labelsendolith2014-07-151-3/+3
| |
* | Merge pull request #4671 from charris/prepare-1.10-develCharles Harris2014-07-062-9/+9
|\ \ | | | | | | MAINT: start 1.10-devel.
| * | MAINT: Change default inplace, ufunc(...,out=x) casting to same_kind.Charles Harris2014-05-061-9/+8
| | | | | | | | | | | | | | | | | | There has been a warning of this change since numpy 1.7. numpy 1.10 is a good time to do it. The nanvar function needed a fix after the change, and the tests and documentation are updated.
| * | MAINT: start 1.10-devel.Charles Harris2014-05-061-0/+1
| | | | | | | | | | | | | | | | | | * Create 1.10.0-notes. * Add 1.10.-notes to the generated documentation. * Update version number in setup.py
* | | Merge pull request #4801 from larsmans/c-fixesJulian Taylor2014-06-301-2/+2
|\ \ \ | | | | | | | | MAINT: const correctness and minor fixes to C code
| * | | MAINT: const correctness and minor fixes to C codeLars Buitinck2014-06-101-2/+2
| | |/ | |/|
* | | DOC: add full/full_likeJulian Taylor2014-06-141-0/+2
| | | | | | | | | | | | | | | closes gh-4805 [ci skip]