| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | reinstate example with offset | Pierre de Buyl | 2020-03-06 | 1 | -0/+2 |
| * | DOC: remove outdated example and section | Pierre de Buyl | 2020-03-06 | 1 | -51/+20 |
* | | Merge pull request #15534 from seberg/deprecate-abstract-scalar-types | Matti Picus | 2020-03-06 | 1 | -2/+14 |
|\ \
| |/
|/| |
|
| * | Fixup: Do not deprecate generic python types | Sebastian Berg | 2020-02-07 | 1 | -2/+14 |
* | | DOC: Fix indexing docs to pass refguide (#15694) | Pierre de Buyl | 2020-03-04 | 1 | -21/+12 |
* | | DOC: Add missing imports, definitions and dummy file (#15616) | Pierre de Buyl | 2020-03-03 | 1 | -2/+7 |
* | | DOC: fix printing, np., deprecation for refguide | Pierre de Buyl | 2020-02-21 | 1 | -9/+10 |
* | | update doctests, small bugs and changes of repr | Pierre de Buyl | 2020-02-06 | 5 | -58/+69 |
|/ |
|
* | Merge pull request #15427 from seberg/deprecate-unused-c-api | Matti Picus | 2020-02-02 | 2 | -72/+16 |
|\ |
|
| * | DEP: Deprecate PyUFunc_GenericFunction public C-API function | Sebastian Berg | 2020-01-31 | 1 | -9/+10 |
| * | DEP: Schedule PyArray_GetArrayParamsFromObject for removal | Sebastian Berg | 2020-01-31 | 1 | -63/+6 |
* | | Merge pull request #15338 from mattip/site.cfg | Charles Harris | 2020-01-31 | 1 | -0/+5 |
|\ \ |
|
| * | | DOC: link and cleanup docstrings in site.cfg.example | mattip | 2020-01-20 | 1 | -0/+5 |
* | | | DOC: distutils: Add a docstring to show_config(). | Warren Weckesser | 2020-01-25 | 1 | -0/+1 |
* | | | DOC: Fix Multithreaded Generation example docs (gh-15367) | Fabio Zeiser | 2020-01-24 | 1 | -29/+36 |
* | | | MAINT: Const qualify UFunc inner loops (gh-15355) | Kai Striega | 2020-01-21 | 1 | -30/+32 |
| |/
|/| |
|
* | | DOC: NumPy for absolute beginners tutorial (#14546) | Anne Bonner | 2020-01-21 | 2 | -0/+4 |
* | | Merge pull request #15118 from mattip/cleanup-array-call | Sebastian Berg | 2020-01-16 | 1 | -11/+10 |
|\ \
| |/
|/| |
|
| * | MAINT: remove undocumented use of context in __array__(dtype, context) | mattip | 2020-01-16 | 1 | -11/+10 |
* | | DEP: Deprecate `->f->fastclip` at registration time | Sebastian Berg | 2020-01-15 | 1 | -1/+11 |
* | | Merge pull request #14942 from seberg/clean-fasttake | Matti Picus | 2020-01-16 | 1 | -2/+10 |
|\ \ |
|
| * | | DEP: Actually deprecate fasttake and fastclipmask | Sebastian Berg | 2020-01-15 | 1 | -2/+10 |
* | | | DOC: fix typos | Brian Wignall | 2020-01-14 | 1 | -5/+5 |
| |/
|/| |
|
* | | Merge pull request #15264 from hippo91/missing_ufuncs_in_doc | Matti Picus | 2020-01-07 | 1 | -0/+4 |
|\ \
| |/
|/| |
|
| * | DOC: Add some missing functions in the list of available ufuncs. | hippo91 | 2020-01-06 | 1 | -0/+4 |
* | | MAINT: Improve const-correctness of shapes and strides | Eric Wieser | 2020-01-06 | 1 | -1/+1 |
* | | MAINT: Remove implicit inheritance from object class (#15236) | Jon Dufresne | 2020-01-05 | 1 | -1/+1 |
* | | MAINT: Remove unnecessary 'from __future__ import ...' statements | Jon Dufresne | 2020-01-03 | 1 | -4/+0 |
|/ |
|
* | Merge pull request #15129 from bwignall/typo_leven | Matti Picus | 2019-12-19 | 2 | -3/+3 |
|\ |
|
| * | Fix typos, via a Levenshtein-style corrector | Brian Wignall | 2019-12-19 | 2 | -3/+3 |
* | | DOC: linalg: Include information about scipy.linalg. (#14988) | Warren Weckesser | 2019-12-19 | 1 | -0/+12 |
|/ |
|
* | Merge pull request #14933 from seberg/cleanup-converttocommontype | Matti Picus | 2019-12-18 | 1 | -8/+12 |
|\ |
|
| * | API: Use `ResultType` in `PyArray_ConvertToCommonType` | Sebastian Berg | 2019-11-21 | 1 | -8/+12 |
* | | DOC: Remove reference to basic RNG | Kevin Sheppard | 2019-12-18 | 1 | -5/+5 |
* | | DOC: change to link (from review) | mattip | 2019-12-05 | 2 | -2/+4 |
* | | API, DOC: change names to multivariate_hypergeometric, improve docs | mattip | 2019-12-04 | 2 | -18/+8 |
* | | DOC: fixes from review | mattip | 2019-12-03 | 4 | -15/+7 |
* | | DOC: sphinx does not like breaking function declarations over lines | mattip | 2019-11-29 | 1 | -17/+5 |
* | | API: rename functions in distributions.c,h | mattip | 2019-11-29 | 1 | -10/+2 |
* | | DOC, TST: refactor CFFI test, add file names to documentation | mattip | 2019-11-29 | 3 | -0/+6 |
* | | DOC: improve the C-API/Cython documentation for random | mattip | 2019-11-29 | 2 | -50/+99 |
* | | MAINT: Change Congruent to Congruential in PCG | Charles Harris | 2019-11-28 | 1 | -2/+2 |
* | | DOC: Fix abbreviation of PCG64 | Martin Thoma | 2019-11-28 | 1 | -1/+1 |
* | | Merge pull request #14954 from mattip/test-extending-cffi | Charles Harris | 2019-11-27 | 2 | -0/+25 |
|\ \ |
|
| * | | DOC: document the CFFI example | mattip | 2019-11-22 | 2 | -0/+25 |
* | | | Merge pull request #14948 from mattip/document-random | Charles Harris | 2019-11-27 | 2 | -41/+111 |
|\ \ \ |
|
| * | | | DOC: fixes from review | mattip | 2019-11-21 | 2 | -7/+18 |
| * | | | DOC, API: add numpy.random.__index__.pxd and document numpy.random.* funcs | mattip | 2019-11-21 | 2 | -41/+100 |
| |/ / |
|
* | | | Fix typos | Brian Wignall | 2019-11-25 | 1 | -1/+1 |
* | | | Merge pull request #14718 from eric-wieser/disable-Q_-_m_casting | Matti Picus | 2019-11-25 | 1 | -3/+3 |
|\ \ \ |
|