summaryrefslogtreecommitdiff
path: root/doc/source/reference
Commit message (Expand)AuthorAgeFilesLines
...
| * 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
* | | MAINT: Const qualify UFunc inner loops (gh-15355)Kai Striega2020-01-211-30/+32
| |/ |/|
* | DOC: NumPy for absolute beginners tutorial (#14546)Anne Bonner2020-01-212-0/+4
* | Merge pull request #15118 from mattip/cleanup-array-callSebastian Berg2020-01-161-11/+10
|\ \ | |/ |/|
| * MAINT: remove undocumented use of context in __array__(dtype, context)mattip2020-01-161-11/+10
* | DEP: Deprecate `->f->fastclip` at registration timeSebastian Berg2020-01-151-1/+11
* | Merge pull request #14942 from seberg/clean-fasttakeMatti Picus2020-01-161-2/+10
|\ \
| * | DEP: Actually deprecate fasttake and fastclipmaskSebastian Berg2020-01-151-2/+10
* | | DOC: fix typosBrian Wignall2020-01-141-5/+5
| |/ |/|
* | Merge pull request #15264 from hippo91/missing_ufuncs_in_docMatti Picus2020-01-071-0/+4
|\ \ | |/ |/|
| * DOC: Add some missing functions in the list of available ufuncs.hippo912020-01-061-0/+4
* | MAINT: Improve const-correctness of shapes and stridesEric Wieser2020-01-061-1/+1
* | MAINT: Remove implicit inheritance from object class (#15236)Jon Dufresne2020-01-051-1/+1
* | MAINT: Remove unnecessary 'from __future__ import ...' statementsJon Dufresne2020-01-031-4/+0
|/
* Merge pull request #15129 from bwignall/typo_levenMatti Picus2019-12-192-3/+3
|\
| * Fix typos, via a Levenshtein-style correctorBrian Wignall2019-12-192-3/+3
* | DOC: linalg: Include information about scipy.linalg. (#14988)Warren Weckesser2019-12-191-0/+12
|/
* Merge pull request #14933 from seberg/cleanup-converttocommontypeMatti Picus2019-12-181-8/+12
|\
| * API: Use `ResultType` in `PyArray_ConvertToCommonType`Sebastian Berg2019-11-211-8/+12
* | DOC: Remove reference to basic RNGKevin Sheppard2019-12-181-5/+5
* | DOC: change to link (from review)mattip2019-12-052-2/+4
* | API, DOC: change names to multivariate_hypergeometric, improve docsmattip2019-12-042-18/+8
* | DOC: fixes from reviewmattip2019-12-034-15/+7
* | DOC: sphinx does not like breaking function declarations over linesmattip2019-11-291-17/+5
* | API: rename functions in distributions.c,hmattip2019-11-291-10/+2
* | DOC, TST: refactor CFFI test, add file names to documentationmattip2019-11-293-0/+6
* | DOC: improve the C-API/Cython documentation for randommattip2019-11-292-50/+99
* | MAINT: Change Congruent to Congruential in PCGCharles Harris2019-11-281-2/+2
* | DOC: Fix abbreviation of PCG64Martin Thoma2019-11-281-1/+1
* | Merge pull request #14954 from mattip/test-extending-cffiCharles Harris2019-11-272-0/+25
|\ \
| * | DOC: document the CFFI examplemattip2019-11-222-0/+25
* | | Merge pull request #14948 from mattip/document-randomCharles Harris2019-11-272-41/+111
|\ \ \
| * | | DOC: fixes from reviewmattip2019-11-212-7/+18
| * | | DOC, API: add numpy.random.__index__.pxd and document numpy.random.* funcsmattip2019-11-212-41/+100
| |/ /
* | | Fix typosBrian Wignall2019-11-251-1/+1
* | | Merge pull request #14718 from eric-wieser/disable-Q_-_m_castingMatti Picus2019-11-251-3/+3
|\ \ \