summaryrefslogtreecommitdiff
path: root/doc
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #4551 from michelmno/masterJulian Taylor2014-04-101-0/+3
|\
| * Adding support of ppc64le architectureWilliam Grant2014-03-281-0/+3
* | ENH: add a 'return_counts=' keyword argument to `np.unique`jaimefrio2014-04-051-1/+6
* | ENH: Ensure that repr and str work for MaskedArray non-ndarray basesMarten van Kerkwijk2014-04-041-0/+5
* | ENH: Replace exponentiation with cumulative product in np.vanderjaimefrio2014-03-311-2/+5
* | Merge pull request #4569 from juliantaylor/rn-syncCharles Harris2014-03-283-2/+120
|\ \
| * | DOC: sync release notes of 1.8 branch and add some missing 1.9 sectionsJulian Taylor2014-03-293-2/+120
* | | Merge pull request #3830 from jarondl/recfromcsvCharles Harris2014-03-281-0/+6
|\ \ \
| * | | DOC: npyio.recfromcsv keyword argument changesYaron de Leeuw2014-02-281-0/+6
* | | | Merge pull request #4565 from charris/fill_value_fixJulian Taylor2014-03-291-0/+11
|\ \ \ \ | |_|/ / |/| | |
| * | | DOC: Document changes to ma.core._check_fill_value in release notes.Charles Harris2014-03-281-0/+11
* | | | Merge pull request #4531 from charris/polynomial-abstract-baseCharles Harris2014-03-281-0/+14
|\ \ \ \
| * | | | DOC: Document change of polynomial classes base class in release notes.Charles Harris2014-03-261-0/+14
| |/ / /
* | | | DOC: Document assert_raises_regex in numpy reference.Charles Harris2014-03-261-0/+1
|/ / /
* | | ENH: add support for python ABCsMartin Teichmann2014-03-251-0/+6
* | | Merge pull request #4358 from seberg/fast-selectCharles Harris2014-03-241-0/+6
|\ \ \
| * | | ENH: Speed improvements and deprecations for np.selectSebastian Berg2014-03-231-0/+6
* | | | DOC: Note new random.multivariate_normal warning in release notes.Charles Harris2014-03-221-0/+6
| |_|/ |/| |
* | | Merge pull request #4514 from abergeron/get_infoCharles Harris2014-03-181-0/+7
|\ \ \
| * | | DOC: Add the change to disutils in the release notes.Arnaud Bergeron2014-03-181-0/+7
| | |/ | |/|
* | | DOC: suggest definition of unique symbol in .hHans Meine2014-03-161-1/+5
* | | "(byte-)string" in PyArrayInterface.typekind docsHans Meine2014-03-151-2/+2
* | | doc fixes to 'array-protocol type strings'Hans Meine2014-03-151-4/+8
* | | DOC: Change pyrex to Cython in c-info.how-to-extend.rst.Charles Harris2014-03-141-1/+1
* | | Merge pull request #4488 from charris/remove-numpybookCharles Harris2014-03-1452-80128/+1
|\ \ \
| * | | DOC: Document removal of doc/numpybook in 1.9.0 release notes.Charles Harris2014-03-131-0/+1
| * | | MAINT: Remove doc/numpybook.Charles Harris2014-03-1351-80128/+0
* | | | Merge pull request #4487 from charris/move-swig-to-tools-directoryCharles Harris2014-03-1338-7364/+7
|\ \ \ \ | |/ / / |/| | |
| * | | DOC: Document doc/swig move in 1.9.0 release notes.Charles Harris2014-03-121-2/+6
| * | | MAINT: Move doc/swig to tools/swig.Charles Harris2014-03-1237-7362/+1
* | | | BUG: Delay npyiter size check when size may changeSebastian Berg2014-03-122-6/+34
|/ / /
* | | Merge pull request #4450 from juliantaylor/api-restoreCharles Harris2014-03-051-1/+6
|\ \ \
| * | | BUG: restore api for file npy_PyFile_Dup and npy_PyFile_DupCloseJulian Taylor2014-03-051-1/+6
* | | | Merge pull request #4334 from jspreston/patch-1Charles Harris2014-03-051-10/+10
|\ \ \ \
| * | | | numpy.i bugfix: fortran ordering checkjspreston2014-02-201-10/+10
* | | | | Merge pull request #4418 from charris/remove-cython-pyrex-directoriesCharles Harris2014-03-0519-1798/+2
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | DOC: Document removal of doc/pyrex and doc/cython directories.Charles Harris2014-03-011-1/+2
| * | | | MAINT: Remove doc/cython and doc/pyrex files.Charles Harris2014-03-0118-1797/+0
* | | | | DOC: dtype's compare requires aligned, not swapped arraysjaimefrio2014-03-041-4/+4
| |_|_|/ |/| | |
* | | | DOC fix incorrect variable name in examplejnothman2014-03-041-1/+1
* | | | BUG: DOC: Fix documentation build.Charles Harris2014-03-021-121/+134
|/ / /
* | | Merge pull request #4338 from jaimefrio/cross-broadcastJulian Taylor2014-03-011-0/+6
|\ \ \ | |_|/ |/| |
| * | DOC: Added note to 1.9.0 release notesjaimefrio2014-02-241-0/+6
| |/
* | Merge pull request #4333 from charris/fix-gh-2312seberg2014-02-261-0/+4
|\ \
| * | DOC: Document tofile exception changes in 1.9.0 release notes.Charles Harris2014-02-201-0/+4
| |/
* | BUG: Fix promote_types, can_cast, as astype issuesJay Bourque2014-02-252-2/+30
* | DOC: triu/tril broadcasting release notesalex2014-02-251-0/+4
|/
* Update c-api.array.rstMarc-Alexandre Côté2014-02-171-0/+12
* Merge pull request #4303 from charris/fix-gh-588seberg2014-02-172-2/+2
|\
| * DOC: Typo, replace PyArrayDescr_Check by PyArray_DescrCheck.Charles Harris2014-02-162-2/+2