summaryrefslogtreecommitdiff
path: root/numpy/core/src
Commit message (Expand)AuthorAgeFilesLines
* TEST: disable float32 exp/log/sin/cos validation in ARM and 32-bit windowsRaghuveer Devulapalli2019-07-251-2/+2
* TEST: adding validation test suite for float32 log, sin and cosRaghuveer Devulapalli2019-07-251-2/+4
* BUG: fixing bug where AVX expf does not output denormalsRaghuveer Devulapalli2019-07-251-6/+48
* REV: "ENH: Improved performance of PyArray_FromAny for sequences of array-like"Sebastian Berg2019-07-241-122/+62
* BUG: fix build issue on icc 2016Raghuveer Devulapalli2019-07-221-3/+3
* Merge pull request #13993 from seberg/issue-13929-2Matti Picus2019-07-151-12/+11
|\
| * DEP: Speed up WarnOnWrite deprecation in buffer interfaceSebastian Berg2019-07-141-12/+11
* | Merge pull request #13996 from charris/backport-13907Matti Picus2019-07-142-2/+13
|\ \
| * | STY: Cast away signdness on value rather than pointerSteve Stagg2019-07-141-1/+1
| * | BUG: handle weird bytestrings in dtype() (#13902)Steve Stagg2019-07-142-2/+13
| |/
* | BUG: Do not crash on recursive `.dtype` attribute lookup.Sebastian Berg2019-07-143-26/+59
|/
* MAINT,BUG: Use nbytes to also catch empty descr during allocationSebastian Berg2019-06-291-5/+3
* ENH: Deprecate writeable broadcast_array (#12609)Matti Picus2019-06-284-19/+93
* Merge pull request #13855 from seberg/dtype-from-dictMatti Picus2019-06-282-0/+7
|\
| * BUG: Add missing decref in ctypes checkSebastian Berg2019-06-271-0/+1
| * BUG: Fix memory leak in dtype from dict contructorSebastian Berg2019-06-271-0/+6
* | MAINT: core: Fix a compiler warning.Warren Weckesser2019-06-221-2/+2
|/
* LICENSE: update dragon4 license to MIT.Ralf Gommers2019-06-162-36/+40
* Merge pull request #13777 from seberg/min-scalar-typeCharles Harris2019-06-153-108/+60
|\
| * MAINT: Remove duplication of should_use_min_scalar_type functionSebastian Berg2019-06-133-108/+60
* | MAINT: Fix warnings in radixsort.c.src: comparing integers of different signsWarren Weckesser2019-06-151-4/+6
* | Merge pull request #13708 from eric-wieser/deprecate-nonzeroMatti Picus2019-06-131-1/+19
|\ \
| * | DEP: Deprecate nonzero(0d) in favor of calling atleast_1d explicitlyEric Wieser2019-06-041-1/+19
* | | BUG: ensure that casting to/from structured is properly checked.Marten van Kerkwijk2019-06-121-7/+74
* | | BUG: fix segfault on side-effect in __bool__ function in array.nonzero() (#13...Gary Gurlaskie2019-06-111-2/+21
* | | BUG: Prevent passing of size 0 to array alloc C functionsOri Broda2019-06-095-10/+30
| |/ |/|
* | BUG: fix unpickling of datetime64 with non-native endianness (#12905)Richard Harris2019-06-071-1/+3
* | ENH: Allow dtype objects to be indexed with multiple fields at once (#10417)Eric Wieser2019-06-073-84/+145
* | MAINT: fix use of cache_dimmattip2019-06-062-7/+2
* | Merge pull request #13721 from eric-wieser/more_ufunc_exception_cleanupMatti Picus2019-06-061-16/+26
|\ \
| * | BUG: Prevent unsafe string concatenationEric Wieser2019-06-051-12/+22
| * | MAINT: Remove pointless argumentEric Wieser2019-06-051-4/+4
* | | BUG: Fix use-after-free in boolean indexingBruce Merry2019-06-041-1/+3
* | | ENH: pathlib support for fromfile(), .tofile() and .dump() (#12915)sorenrasmussenai2019-06-043-0/+33
|/ /
* | Merge pull request #13632 from eric-wieser/tidy-nonzeroMatti Picus2019-06-031-18/+20
|\ \ | |/
| * MAINT: remove unnecessary recomputation of is_emptyEric Wieser2019-06-011-10/+1
| * MAINT: Collect together the special-casing of 0d non-zero into one placeEric Wieser2019-06-011-9/+20
* | Merge pull request #13684 from eric-wieser/dump-to-pythonCharles Harris2019-06-031-55/+22
|\ \
| * | BUG: Move ndarray.dump to python and make it close the file it opensEric Wieser2019-06-011-55/+22
* | | Merge pull request #13693 from eric-wieser/const-correct-APIMatti Picus2019-06-014-34/+42
|\ \ \ | | |/ | |/|
| * | ENH: Pass input strides and dimensions by pointer to constEric Wieser2019-06-014-34/+42
| |/
* | Merge pull request #13682 from eric-wieser/length-hintMatti Picus2019-06-011-1/+10
|\ \
| * | ENH: Support __length_hint__ in PyArray_FromIterEric Wieser2019-05-301-1/+10
* | | ENH: Add 'offset' keyword to 'numpy.fromfile()' (#12971)fivemok2019-06-011-5/+14
| |/ |/|
* | MAINT: Misc. typo fixes (#13664)luzpaz2019-05-316-7/+7
* | BUG: regression for array([pandas.DataFrame()]) (#13663)Matti Picus2019-05-301-20/+24
* | Merge pull request #13445 from mattip/multiiter_refactorMatti Picus2019-05-291-179/+108
|\ \
| * | MAINT: refactor PyArrayMultiIterObject constructorsJaime Fernandez2019-05-211-179/+108
* | | Merge pull request #13623 from r-devulap/issue13586Matti Picus2019-05-281-1/+3
|\ \ \
| * | | BUG: Workaround for bug in clang7.0Raghuveer Devulapalli2019-05-251-1/+3
| |/ /