summaryrefslogtreecommitdiff
path: root/doc/source/reference
Commit message (Expand)AuthorAgeFilesLines
* DOC: Correct documentation of ``__array__`` when used as output array. (#16130)Tina Oberoi2020-05-211-3/+2
* Merge pull request #16156 from WarrenWeckesser/deprecate-dualSebastian Berg2020-05-191-1/+1
|\
| * DOC: dual: Note the deprecation of numpy.dual in the dual module docstring.Warren Weckesser2020-05-051-1/+1
* | DOC: Add PyArray_ContiguousFromObject C docs (gh-16207)Guilherme Leobas2020-05-181-3/+11
* | DOC: Fix typos and cosmetic issuesMartin Michlmayr2020-05-174-5/+5
* | DOC: Unify cross-references between array joining methodsTim Hoffmann2020-05-102-8/+8
* | Merge pull request #16078 from rossbar/doc/axis_to_new_or_differentMatti Picus2020-05-072-0/+15
|\ \ | |/ |/|
| * DOC: Added `permutation` to methods with axis kwarg.Ross Barnowski2020-04-252-6/+7
| * DOC: Added bullet about axis kwarg to rng overview docs.Ross Barnowski2020-04-252-0/+14
* | Merge pull request #15769 from seberg/hugepages-allow-togglingMatti Picus2020-05-032-0/+86
|\ \
| * | Further DOC-Fixup base don Ross' reviewSebastian Berg2020-03-181-16/+16
| * | Apply suggestions from code review by RossSebastian Berg2020-03-171-10/+10
| * | DOC: Note few global global options we currently have in refdocsSebastian Berg2020-03-172-0/+86
* | | DOC: Added page describing how to contribute to the docs team (#16069)Melissa Weber Mendonça2020-05-031-1/+1
* | | DOC: Moved timeit examples under relevant bullet point.Ross Barnowski2020-04-251-11/+12
* | | DOC,BLD: Limit timeit iterations in random docs.Ross Barnowski2020-04-251-6/+6
| |/ |/|
* | DOC: Add missing bracket (gh-16051)Chunlin2020-04-251-1/+1
* | DOC: Clarify single-segment arrays in np reference (#16011)Anirudh Subramanian2020-04-221-0/+5
* | DOC: Update documentation w.r.t. NPY_RELAXED_STRIDES_CHECKING (gh-15907)Sebastian Berg2020-04-101-4/+6
* | Merge pull request #15749 from panpiort8/masked_array_docsMatti Picus2020-04-041-1/+1
|\ \
| * | Update doc/source/reference/maskedarray.baseclass.rstMatti Picus2020-04-041-1/+1
| * | DOC: document inconsistent mask results in MaskedArrayPan Jan2020-03-261-1/+1
* | | DOC: Add missing doc of numpy.ma.apply_over_axes in API list.Qiyu82020-04-021-0/+1
* | | Merge pull request #15843 from melissawm/new-docs-indexCharles Harris2020-03-271-1/+1
|\ \ \
| * | | DOC: First steps towards docs restructuring (NEP 44)Melissa Weber Mendonca2020-03-261-1/+1
* | | | DOC: fix typo in C-API referenceGabriel Gerlero2020-03-271-1/+1
* | | | DOC: fix remaining doc files for refguide_check (#15720)Pierre de Buyl2020-03-262-159/+169
* | | | MAINT: simplify code that assumes str/unicode and int/long are different type...Eric Wieser2020-03-262-2/+1
|/ / /
* | | DOC: correct possible list lengths for `extobj` in ufunc callsJosh Wilson2020-03-221-5/+5
| |/ |/|
* | BUG: add missing c_distributions.pxd, enables cython use of random C-API (gh-...Matti Picus2020-03-161-2/+11
|/
* DOC: Refactor `np.polynomial` docs using `automodule` (#15662)Ross Barnowski2020-03-128-555/+43
* DOC: Fix coremath.rst to fix refguide_check (#15718)Pierre de Buyl2020-03-061-1/+6
* Merge pull request #15717 from pdebuyl/fix_refguide_datetimeMatti Picus2020-03-061-51/+25
|\
| * Update doc/source/reference/arrays.datetime.rstPierre de Buyl2020-03-061-2/+1
| * DOC: move deprecation info to apart paragraph.Pierre de Buyl2020-03-061-4/+8
| * reinstate example with offsetPierre de Buyl2020-03-061-0/+2
| * DOC: remove outdated example and sectionPierre de Buyl2020-03-061-51/+20
* | Merge pull request #15534 from seberg/deprecate-abstract-scalar-typesMatti Picus2020-03-061-2/+14
|\ \ | |/ |/|
| * Fixup: Do not deprecate generic python typesSebastian Berg2020-02-071-2/+14
* | DOC: Fix indexing docs to pass refguide (#15694)Pierre de Buyl2020-03-041-21/+12
* | DOC: Add missing imports, definitions and dummy file (#15616)Pierre de Buyl2020-03-031-2/+7
* | DOC: fix printing, np., deprecation for refguidePierre de Buyl2020-02-211-9/+10
* | update doctests, small bugs and changes of reprPierre de Buyl2020-02-065-58/+69
|/
* Merge pull request #15427 from seberg/deprecate-unused-c-apiMatti Picus2020-02-022-72/+16
|\
| * DEP: Deprecate PyUFunc_GenericFunction public C-API functionSebastian Berg2020-01-311-9/+10
| * DEP: Schedule PyArray_GetArrayParamsFromObject for removalSebastian Berg2020-01-311-63/+6
* | Merge pull request #15338 from mattip/site.cfgCharles Harris2020-01-311-0/+5
|\ \
| * | DOC: link and cleanup docstrings in site.cfg.examplemattip2020-01-201-0/+5
* | | DOC: distutils: Add a docstring to show_config().Warren Weckesser2020-01-251-0/+1
* | | DOC: Fix Multithreaded Generation example docs (gh-15367)Fabio Zeiser2020-01-241-29/+36