| Commit message (Expand) | Author | Age | Files | Lines |
| * | API, DOC: change names to multivariate_hypergeometric, improve docs | mattip | 2019-12-05 | 1 | -2/+2 |
| * | Merge pull request #15007 from mattip/random-c-api2 | Ralf Gommers | 2019-12-03 | 1 | -4/+2 |
| |\ |
|
| | * | API: revert changes to standard_t, cauchy | mattip | 2019-11-30 | 1 | -2/+2 |
| | * | API: rename functions in distributions.c,h | mattip | 2019-11-29 | 1 | -6/+4 |
| * | | REL: Update cversion and numpyconfig.h | Charles Harris | 2019-12-02 | 1 | -0/+3 |
| |/ |
|
| * | API, MAINT: export symbols on MSVC, fix typos | mattip | 2019-11-21 | 1 | -1/+1 |
| * | API: restructure and document numpy.random C-API (#14604) | Matti Picus | 2019-11-19 | 2 | -0/+222 |
| * | BUG: properly define PyArray_DescrCheck | mattip | 2019-09-27 | 1 | -1/+1 |
| * | MAINT: don't install partial numpy.random C/Cython API. | Ralf Gommers | 2019-09-21 | 1 | -20/+0 |
| * | Merge pull request #13739 from eric-wieser/bit_shifts | Matti Picus | 2019-09-14 | 1 | -0/+22 |
| |\ |
|
| | * | MAINT: Move shift implementation to npy_math | Eric Wieser | 2019-09-13 | 1 | -0/+22 |
| * | | MAINT: Add NPY_UNUSED in many places where it was missing | Sebastian Berg | 2019-09-11 | 1 | -1/+2 |
| * | | BUG: view with fieldless dtype should raise if itemsize != 0 | Allan Haldane | 2019-08-28 | 1 | -1/+2 |
| * | | MAINT: using an enum to switch between sin/cos | Raghuveer Devulapalli | 2019-08-03 | 1 | -0/+9 |
| * | | BUG: AVX2 impl of sin/cos requires an FMA | Raghuveer Devulapalli | 2019-08-03 | 1 | -2/+6 |
| * | | ENH: Use AVX for float32 implementation of np.sin & np.cos | Raghuveer Devulapalli | 2019-08-03 | 1 | -1/+16 |
| |/ |
|
| * | BLD: Added missing gcd/lcm definitions to npy_math (#14121) | Seth Troisi | 2019-07-28 | 1 | -26/+43 |
| * | [DOC] Remove unused/deprecated functions | kritisingh1 | 2019-07-15 | 1 | -12/+0 |
| * | MAINT: move location of bitgen.h | mattip | 2019-06-27 | 1 | -0/+20 |
| * | BUG: fix compilation of 3rdparty modules with Py_LIMITED_API enabled | Maksim Shabunin | 2019-06-13 | 1 | -2/+2 |
| * | BUG: Adding macro HAVE_ATTRIBUTE_TARGET_@ISA@_WITH_INTRINSICS | Raghuveer Devulapalli | 2019-04-19 | 1 | -0/+4 |
| * | ENH: vectorizing float32 implementation of np.exp & np.log | Raghuveer Devulapalli | 2019-04-19 | 2 | -0/+45 |
| * | BUG: Add timsort without breaking the API. | Charles Harris | 2019-02-07 | 1 | -2/+9 |
| * | ENH: preliminary numeric timsort | wtli | 2019-01-21 | 1 | -2/+3 |
| * | BUG: Added parens to macro argument expansions | Joseph Fox-Rabinovitz | 2019-01-15 | 1 | -10/+10 |
| * | BUG: reference cycle in np.vectorize (#11977) | Matti Picus | 2019-01-09 | 1 | -2/+6 |
| * | Merge pull request #12419 from timfel/fix-fill-funcs | Charles Harris | 2018-11-24 | 1 | -1/+2 |
| |\ |
|
| | * | ENH: Fix PyArray_FillFunc definitions to return an int as per typedef | Tim Felgentreff | 2018-11-19 | 1 | -1/+2 |
| * | | ENH: do not emit compilation warning if using old API | mattip | 2018-11-14 | 1 | -0/+3 |
| |/ |
|
| * | Merge pull request #8955 from eric-wieser/obj-identity | Matti Picus | 2018-11-12 | 1 | -1/+8 |
| |\ |
|
| | * | ENH: Allow ufunc.identity to be any python object | Eric Wieser | 2018-11-12 | 1 | -1/+8 |
| * | | BUG: Fix segfault when an error occurs in np.fromfile | Simon Gibbons | 2018-11-10 | 1 | -0/+30 |
| * | | BUG: fix a bug in npy_PyFile_Dup2 where it didn't return immediately on failure | Mark Harfouche | 2018-11-06 | 1 | -0/+1 |
| |/ |
|
| * | Merge pull request #11175 from mhvk/gufunc-signature-modification2 | Matti Picus | 2018-10-19 | 1 | -0/+23 |
| |\ |
|
| | * | MAINT: formatting, remove version, rework flags | mattip | 2018-10-11 | 1 | -6/+4 |
| | * | ENH: increment and use NPY_API_VERSION in PyUFuncObject->version | mattip | 2018-10-07 | 1 | -24/+18 |
| | * | MAINT: refactor inner loop in test | mattip | 2018-09-16 | 1 | -16/+22 |
| | * | merge master into gufunc-signature-modification2 | mattip | 2018-09-15 | 1 | -1/+1 |
| | |\ |
|
| | * | | MAINT: make PyUFuncObject.version a const int | mattip | 2018-09-13 | 1 | -1/+3 |
| | * | | Merge 'master' into branch | mattip | 2018-09-12 | 1 | -4/+4 |
| | |\ \ |
|
| | * | | | MAINT: Use flags instead of flexible_dims argument. | Marten van Kerkwijk | 2018-07-17 | 1 | -4/+14 |
| | * | | | ENH: test, document, implement flexible signature. | mattip | 2018-07-17 | 1 | -2/+8 |
| | * | | | ENH: convert reserved field to version, set new version to 1 | mattip | 2018-07-17 | 1 | -2/+4 |
| | * | | | ENH: Add frozen dimensions to gufunc signatures | jaimefrio | 2018-07-17 | 1 | -0/+5 |
| * | | | | Merge pull request #12124 from mattip/rework-float-error-status | Charles Harris | 2018-10-17 | 1 | -16/+0 |
| |\ \ \ \ |
|
| | * | | | | MAINT: remove macro, platforms that defined it will now fail to build | mattip | 2018-10-10 | 1 | -16/+0 |
| * | | | | | Merge pull request #12155 from eric-wieser/setref | Matti Picus | 2018-10-16 | 1 | -8/+12 |
| |\ \ \ \ \ |
|
| | * | | | | | MAINT: Move NPY_SETREF alongside the other backports | Eric Wieser | 2018-10-14 | 1 | -8/+12 |
| * | | | | | | MAINT: Update ndarrayobject.h `__cplusplus` block. (#12145) | lerbuke | 2018-10-15 | 1 | -7/+1 |
| |/ / / / / |
|
| * | | | | | BUG: fix PyDataType_ISBOOL | mattip | 2018-10-10 | 1 | -1/+1 |
| |/ / / / |
|