summaryrefslogtreecommitdiff
path: root/doc
Commit message (Expand)AuthorAgeFilesLines
* DOC: add some highlights to release notes and reorganizeJulian Taylor2014-06-082-149/+144
* ENH: add storage format 2.0 with 4 byte header length sizeJulian Taylor2014-06-021-0/+8
* Merge pull request #4757 from charris/update-1.9.0-release-notesJulian Taylor2014-06-021-4/+4
|\
| * DOC: Note nanpercentile in 1.9.0 release notes.Charles Harris2014-05-301-4/+4
* | MAINT: Grammar and style corrections to whatisnumpy.rst.Charles Harris2014-05-291-12/+12
* | DOC: Fix typos, punctuation, and grammar.Yoni Ben-Meshulam2014-05-291-3/+3
|/
* Merge pull request #4076 from seberg/advanced-indexing-docCharles Harris2014-05-291-107/+279
|\
| * DOC: Rework the advanced indexing documentation.Sebastian Berg2014-05-291-107/+279
* | DOC: tweak gufunc API documentation, remove broken link. Closes gh-4726.Ralf Gommers2014-05-241-15/+11
* | Merge pull request #4713 from charris/add-numpyversionJulian Taylor2014-05-161-4/+18
|\ \
| * | ENH: Add the scipy NumpyVersion class.Charles Harris2014-05-151-4/+18
* | | Changing EPD to Canopybrettrmurphy2014-05-151-3/+3
|/ /
* | BUG: reject too large seeds to RandomStateJulian Taylor2014-05-151-0/+8
* | Updated release notes to warn users about RNG state changesJosh Lawrence2014-05-091-0/+8
* | Merge pull request #4680 from charris/pre-1.9.x-branchCharles Harris2014-05-061-5/+15
|\ \
| * | DOC: update 1.9.0-notes.Charles Harris2014-05-061-4/+7
| * | DOC: Update the release notes.Charles Harris2014-05-061-4/+11
* | | Merge pull request #4307 from dfreese/feature/nanmedianJulian Taylor2014-05-061-0/+5
|\ \ \ | |/ / |/| |
| * | ENH: added functionality nanmedian to numpyDavid Freese2014-05-021-0/+5
* | | DOC: Update HOWTO_RELEASE.rst.txt.Charles Harris2014-05-041-10/+38
* | | DOC: Document the new location of cversions.py.Charles Harris2014-05-041-3/+4
* | | Merge pull request #3514 from seberg/object_comparisonCharles Harris2014-05-041-0/+20
|\ \ \
| * | | DOC: Add (object) equality changes and error raising to release notesSebastian Berg2014-05-041-0/+20
| |/ /
* | | ENH: replace GIL of random module with a per state lockJulian Taylor2014-05-021-1/+2
|/ /
* | MAINT: add a few nonnull attributes to array creation functionsJulian Taylor2014-04-241-1/+1
* | DEP: Deprecate numpy.rankSebastian Berg2014-04-221-0/+5
* | DOC: fix reST formatting of npy-format NEP.Ralf Gommers2014-04-211-206/+201
* | DOC: add NEPs overview to documentation.Ralf Gommers2014-04-2125-892/+98
* | DOC: fix examples in f2py documentation. They didn't appear at all in html.Ralf Gommers2014-04-211-95/+45
* | DOC: remove obsolete oldnumeric/numarray sections from reference guide.Ralf Gommers2014-04-212-3/+1
* | updated for None-npnewaxis alias commentjess0102014-04-171-2/+2
* | arrays.indexing.rstjess0102014-04-151-2/+2
* | 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
| |_|/ / |/| | |